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

# v4 /packs.json /packs.json

`GET /packs.json`

Returns detailed information about the packs available to the user
calling the API. Details include which feature and attribute classes are
available as part of each pack.

## Query parameters

- `bulk` boolean

## Response `200`

OK

- PacksReport — Packs available to the user.
  - `packs` PackReport[], required — The available packs.
    - `code` string, required — The pack code, as appears in the 'packs' query parameter of the features.json endpoint
    - `featureClasses` PacksEndpointClass[], required — The feature classes available in the pack.
      - `id` string, required — A unique identifier that can be used to refer to the class.
      - `description` string, required — The user friendly human description of the class.
      - `supportedVersions` string[], required — The system versions that this class is available in.
    - `attributeClasses` PacksEndpointClass[], required — The attribute classes available in the pack.
      - `id` string, required — A unique identifier that can be used to refer to the class.
      - `description` string, required — The user friendly human description of the class.
      - `supportedVersions` string[], required — The system versions that this class is available in.

## Other responses

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