---
title: "Page areas"
method: GET
path: "/page_areas/{page}"
---

# Page areas

`GET /page_areas/{page}`

Given a category (website page), returns all available areas.

## Path parameters

- `page` 'cases' | 'testing' | 'deaths' | 'vaccinations' | 'healthcare', required

## Headers

- `Accept` 'application/json', required
- `Accept-Encoding` 'deflate' | 'gzip' | 'br'

## Response `200`

Returns the areas for the specified category (page).

## Other responses

- `400` — Bad request. Reason provided in response body where possible.
- `404` — Not found. Likely due to an invalid category (page name).
- `429` — Too many requests - request has been throttled.
- `500` — Server error

---

[API](https://skmtc.net/uk-health-security-agency/apis/generic-api.md) · [All operations](https://skmtc.net/uk-health-security-agency/apis/generic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uk-health-security-agency/generic-api/revisions/ac434e5ddc2c/schema)
