---
title: "v4 /coverage.json"
method: GET
path: "/coverage.json"
tags: ["coverage"]
---

# v4 /coverage.json

`GET /coverage.json`

Returns survey resources at a particular location, filtered by date.

## Query parameters

- `polygon` string
- `point` string
- `since` string
- `until` string
- `bulk` boolean
- `prerelease` boolean
- `perspective` string
- `3dCoverage` boolean
- `systemVersion` string
- `systemVersionPrefix` string
- `excludePartialResources` boolean
- `postcat` 'true' | 'false' | 'any'

## Response `200`

OK

- CoverageResult
  - `result` object[], required
    - `id` string, required — The ID of the survey resource.
    - `surveyId` string, required — ID of the survey associated with the survey resource.
    - `captureDate` string, date, required — The capture date of the survey associated with the survey resource.
    - `systemVersion` string, required — The system version of the survey resource.
    - `perspective` 'Vert' | 'TrueOrtho', required — The perspective of the survey resource.
    - `classes` object[], required — The list of classes available in the survey resource. This includes both feature classes and attribute classes.
      - `id` string, required — The class ID. Details about the class are available via the `classes.json` endpoint.
    - `partial` boolean — Indicates that the resource only has prediction generated in certain areas. While it may have coverage in the AOI, it may not have coverage in other areas of the survey boundary.

## Other responses

- `400` — Bad request. There was a problem with the request parameters.
- `401` — Unauthorized
- `403` — Forbidden

---

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