---
title: "Survey resources that intersect with a point"
method: GET
path: "/point/{coord}"
tags: ["coverage"]
---

# Survey resources that intersect with a point

`GET /point/{coord}`

Return all survey resources that intersect with a point specified in the path.

## Path parameters

- `coord` string, required

## Query parameters

- `since` string
- `until` string
- `resources` string
- `limit` integer
- `offset` integer
- `sort` string
- `fields` string
- `include` string
- `exclude` string

## Response `200`

Survey resources matching criteria

- Result
  - `surveys` Survey[]
    - `id` string — Unique id of survey
    - `captureDate` string — Date that survey was captured on, in the format "YYYY-MM-DD"
    - `firstPhotoTime` string — Date and time in UTC of the first photo taken in the survey
    - `lastPhotoTime` string — Date and time in UTC of the last photo taken in the survey
    - `onlineTime` string — Date and time in UTC when the survey became available online
    - `pixelSize` integer — Ground sample distance in meters
    - `timezone` string — Universal timezone abbreviation of the location of the survey
    - `utcOffset` integer — Difference in minutes between UTC and the local timezone
    - `location` Location
      - `country` string — Country code of the survey
      - `region` string — City or a locale in which the survey is situated
      - `state` string — State containing the survey
    - `tags` object — Additional metadata about the survey such as post catastrophe events.
    - `resources` object — Dictionary keyed on resource class name with value an array of resources
  - `limit` integer — the limit of the total number of surveys returned, as specified in the request
  - `offset` integer — the offset of the first survey to be displayed, as specified in the request
  - `total` integer — the total number of surveys available for this request

## Other responses

- `400` — On bad input parameter or if point is invalid.

---

[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)
