---
title: "Timestamp of photos taken at a point"
method: GET
path: "/point/{x},{y}/timestamp.{format}"
tags: ["photo timestamp"]
---

# Timestamp of photos taken at a point

`GET /point/{x},{y}/timestamp.{format}`

Return 'average' timestamp of photos of given point

## Path parameters

- `x` number, required
- `y` number, required
- `format` 'json', required

## Query parameters

- `since` string
- `until` string

## Response `200`

Timestamp information of photos from given point

- PhotoTimestamp — PhotoTimestamp information of photos from given point location
  - `timezone` string — timezone of surveys which photos belong to
  - `utcOffset` integer — utc offset in seconds
  - `timestamp` string — timestamp that the photo was taken at that location
  - `uncertaintySecs` integer — adjustment of timestamp in seconds, i.e +/- value for the timestamp
  - `firstPhotoTime` string — timestamp of the first possible photo time for the location
  - `lastPhotoTime` string — timestamp of the last possible photo time for the location

## Other responses

- `400` — On bad input parameter
- `404` — No photo resource found in given location

---

[API](https://skmtc.net/nearmap/apis/tiles.md) · [All operations](https://skmtc.net/nearmap/apis/tiles/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nearmap/tiles/revisions/1f55d21ac4b9/schema)
