Super easy and developer friendly REST API for fetching Danish oblique aerial photos from Dataforsyningen.
No need to mess around with complicated mapping of ground coordinates to image pixels, edge detection, or transformation matrices. Just make one simple POST request and get JPG images for all 4 cardinal directions in return.
Simple REST API with Bearer token authentication
Get aerial photos from North, South, East, and West
Search by Danish address or DAWA UUID
Fetch oblique aerial photos for any Danish address with a simple POST request
curl -X POST "https://api.skraafotoapi.dk/api/skraafoto" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"address": "Ejnar Mikkelsensvej 20, 3760"
}'
Response: 4 aerial photos from each cardinal direction