---
title: "List all US states and territories"
method: GET
path: "/v1/regions/states"
tags: ["Regions"]
---

# List all US states and territories

`GET /v1/regions/states`

Retrieve a list of all US states and territories.

## Response `200`

List of all US states and territories

- ListResponseDtoStateDto
  - `results` StateDto[], required
    - `slug` string, required — Lowercase identifier for the state (e.g., 'wa')
    - `state_code` string, required — Two-letter state abbreviation code (e.g., 'WA')
    - `name` string, required — Display name of the state (e.g., 'Washington')
    - `supported_webhook_events` string[], required — Event types available for webhook subscriptions in this state (e.g., ['deed.*'])

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `422` — Unprocessable Content
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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