---
title: "List burst requests"
method: GET
path: "/bursts"
tags: ["bursts"]
---

# List burst requests

`GET /bursts`

List all burst requests and their statuses.

## Response `200`

Burst locations

- object
  - `bursts` BurstLocation[]
    - `id` string
    - `status` 'active' | 'expired' | 'refunded' | 'completed'
    - `location` object
      - `lat` number
      - `lng` number
    - `geojson` GeoJSONPolygon
      - `type` 'Polygon', required
      - `coordinates` array[], required
        - array[]
          - number[]
    - `validFrom` string, date-time
    - `validUntil` string, date-time
    - `hit` boolean
    - `hitTimestamp` string, date-time, nullable
    - `credits` integer
  - `total` integer
  - `limit` integer
  - `skip` integer

## Other responses

- `403` — Forbidden — missing or invalid API key

---

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