v1
latestOpenAPI 3.0.02026-07-243964175.3 KBphoto 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
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"
}