Skip to main content
GET
/
flight-images
/
se
/
by-point
/
with-metadata
Get flight images at a point in Sweden (with metadata)
curl --request GET \
  --url https://lens-api.tic.io/flight-images/se/by-point/with-metadata \
  --header 'x-api-key: <api-key>'
{
  "flightImages": [
    {
      "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
    }
  ],
  "error": "<string>",
  "errorCode": "none",
  "success": true,
  "requestedPropertyId": "<string>",
  "totalProcessingTimeMs": 123
}
Enterprise+ tier

Authorizations

x-api-key
string
header
required

Query Parameters

latitude
number<double>
required

Latitude in WGS84 (−90 to 90)

longitude
number<double>
required

Longitude in WGS84 (−180 to 180)

bufferDistance
number<double>
default:100

Buffer radius around the point, in meters (20–200). Default 100.

Response

OK

flightImages
null | object[]
error
null | string
errorCode
enum<string>
Available options:
none,
invalidPropertyId,
invalidCoordinates,
invalidBufferDistance,
propertyNotFound,
noImagesAvailable,
areaTooLarge,
tooManyTiles,
geographicSpreadTooLarge,
imageFileNotFound,
imageProcessingFailed,
databaseError,
unknownError
success
boolean
requestedPropertyId
null | string
totalProcessingTimeMs
null | integer<int64>