---
title: "Get state outage data"
method: GET
path: "/states/{slug}"
tags: ["Locations"]
---

# Get state outage data

`GET /states/{slug}`

Returns outage stats, featured cities, and map clusters for a state.

## Path parameters

- `slug` string, required

## Response `200`

State data

- StateResponse
  - `data` object — State page data including stats, featured cities, and map clusters

## Other responses

- `401` — Missing Authorization header
- `403` — Invalid API key
- `404` — State slug not found
- `429` — Rate limit exceeded (100 req/min)
- `500` — Server error

---

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