---
title: "GET /coverage"
method: GET
path: "/coverage"
tags: ["Check coverage"]
---

# GET /coverage

`GET /coverage`

Verifies whether the postcode or postcode zone specified in the query parameter is covered by Paack.

Returns all the covered postcodes and postcode zones if no query parameter is specified.

## Query parameters

- `Filtering` union
  - object
    - `country` 'ES' | 'PT' | 'GB' | 'FR' | 'IT', required — Country code in ISO 3166 alpha 2 format.
    - `coverage_code` string, required — Postcode of the location.
  - object
    - `country` 'PT' | 'GB', required — Country code in ISO 3166 alpha 2 format. Currently, the postcode zones are defined for Portugal and Great Britain.
    - `coverage_zone` string, required — Coverage zone. Learn more [here](./postcode-zones).

## Response `200`

If you specified the query parameters, returns either "coverage" or "no coverage". Otherwise returns all covered postcodes and postcode zones.

- union
  - object
    - `message` 'coverage' | 'no coverage'
  - object
    - `coverage_codes` Postcode[]
      - `country` 'ES' | 'PT' | 'GB' | 'FR' | 'IT' — Country code in ISO 3166 alpha 2 format.
      - `coverage_code` string — Postcode of the location.
    - `coverage_zones` Zone[]
      - `country` 'PT' | 'GB' — Country code in ISO 3166 alpha 2 format. Currently, the postcode zones are defined for Portugal and Great Britain.
      - `coverage_zone` string — Coverage zone. Learn more [here](./postcode-zones).

## Other responses

- `400` — Returned in case of validation errors. The details of the issue are displayed in the `error.message` field. To ensure a correct validation of a request, all mandatory parameters must be defined in the query.
- `401` — Communicates a missing or expired access token for authorization.

---

[API](https://skmtc.dev/paack/apis/coverage-api.md) · [All operations](https://skmtc.dev/paack/apis/coverage-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paack/coverage-api/revisions/287ddc9d0bc8/schema)
