---
title: "Get map pin data"
method: GET
path: "/map"
tags: ["Map"]
---

# Get map pin data

`GET /map`

Returns map clusters and individual pins for outage visualization.

## Query parameters

- `range` '1h' | '24h' | '48h'

## Response `200`

Map data

- MapResponse
  - `data` object — Map clusters, pins, and summary
  - `meta` object
    - `range` '1h' | '24h' | '48h'

## Other responses

- `400` — Invalid request body or parameters
- `401` — Missing Authorization header
- `403` — Invalid API key
- `429` — Rate limit exceeded (100 req/min)
- `500` — Server error

---

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