Skip to main content
GET
/
flight-images
/
se
/
{uuid}
Get flight images (orthophotos) for a Swedish property
curl --request GET \
  --url https://lens-api.tic.io/flight-images/se/{uuid} \
  --header 'x-api-key: <api-key>'
[
  {
    "lantmateriet_OrderImageFileId": 123,
    "flightYear": 123,
    "flightAltitude": 123,
    "resolution": 123,
    "spectralType": "<string>",
    "fileName": "<string>",
    "fileNameLength": 123,
    "fileNameReduced": "<string>",
    "fileNameReducedLength": 123,
    "url": "<string>",
    "urlReduced": "<string>",
    "error": "<string>",
    "processingTimeMs": 123,
    "fromCache": true,
    "flightRecordingStarted": "2023-11-07T05:31:56Z",
    "flightRecordingEnded": "2023-11-07T05:31:56Z",
    "totalArea": 123,
    "numberOfAreas": 123
  }
]
Enterprise+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

uuid
string
required

Swedish Lantmäteriet property UUID

Query Parameters

latest
boolean
default:false

If true, returns only the most recent flight image

year
integer<int32>

If specified, returns only images captured during this year (1949–current)

Response

OK

lantmateriet_OrderImageFileId
integer<int32>
flightYear
null | integer<int32>
flightAltitude
null | integer<int32>
resolution
null | number<double>
spectralType
null | string
fileName
null | string
fileNameLength
integer<int64>
fileNameReduced
null | string
fileNameReducedLength
integer<int64>
url
null | string
urlReduced
null | string
error
null | string
processingTimeMs
null | integer<int64>
fromCache
boolean
flightRecordingStarted
null | string<date-time>
flightRecordingEnded
null | string<date-time>
totalArea
integer<int32>
numberOfAreas
integer<int32>