---
title: "Aggregate boundaries for all areas with coverage"
method: GET
path: "/aggregate/boundaries.{fileFormat}"
tags: ["coverage boundaries"]
---

# Aggregate boundaries for all areas with coverage

`GET /aggregate/boundaries.{fileFormat}`

Returns the aggregate boundaries per category for all areas where there is coverage.
Category types to return can be specified as a query parameter

## Path parameters

- `fileFormat` 'geojson', required

## Query parameters

- `types` string

## Response `200`

Category types with boundaries as specified

- AggregateResourceFeatureCollection — Contents as GeoJSON FeatureCollection
  - `type` 'FeatureCollection'
  - `features` AggregateResourceFeature[] — List of resources
    - `type` 'Feature'
    - `geometry` Geometry — GeoJSON geometry
      - `type` string, required — The geometry type.
    - `properties` object
      - `type` 'Vertical' | 'Panorama' | 'Terrain' | 'TrueOrtho' | 'NIR' | 'Oblique' | '3D' | 'Predictions' — Type of the survey resource

## Other responses

- `400` — On bad input parameter

---

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