v1

latestOpenAPI 3.0.02026-07-243964175.3 KB
photo timestamp

Timestamp of photos taken at a point

Return 'average' timestamp of photos of given point

get/point/{x},{y}/timestamp.{format}

Path parameters

xnumber required

X coordinate in WGS84 (longitude)

ynumber required

Y coordinate in WGS84 (latitude)

format'json' required

Format of response

Query parameters

sincestring

First day from which to retrieve the surveys (inclusive). Must be of the form "YYYY-MM-DD" or as a relative date relative date "xxY", "xxM", "xxD" where 5M represents since 5 months ago.

untilstring

Last day from which to retrieve the surveys (inclusive). Must be of the form "YYYY-MM-DD" or as a relative date relative date "xxY", "xxM", "xxD" where 5M represents until 5 months ago.

Response

Timestamp information of photos from given point

timezonestring

timezone of surveys which photos belong to

utcOffsetinteger

utc offset in seconds

timestampstring

timestamp that the photo was taken at that location

uncertaintySecsinteger

adjustment of timestamp in seconds, i.e +/- value for the timestamp

firstPhotoTimestring

timestamp of the first possible photo time for the location

lastPhotoTimestring

timestamp of the last possible photo time for the location

Example response

{
  "timezone": "AEST",
  "utcOffset": 36000,
  "timestamp": "2020-04-18T00:52:20.858Z",
  "uncertaintySecs": 300,
  "firstPhotoTime": "2020-04-18T00:51:32.283Z",
  "lastPhotoTime": "2020-04-18T00:54:54.167Z"
}