---
title: "Chokepoint dwell episodes"
method: GET
path: "/api/v2/maritime/dwell"
tags: ["Maritime"]
---

# Chokepoint dwell episodes

`GET /api/v2/maritime/dwell`

Dwell episodes — completed arrival→departure stays at maritime chokepoints, derived from terrestrial AIS. Each row is one vessel's stay with its dwell duration. Requires a plan with Maritime intelligence access (`can_use_maritime`) — the Corporate & Supply Chain plan and above.

Forward-accruing: episodes begin accruing at launch (June 2026) — no historical backfill. Derived-only: no raw position track. Terrestrial AIS only (no satellite). Filtered by departure time; date windows are capped at 30 days and default to the trailing 7 days.

## Query parameters

- `chokepoint` 'hormuz' | 'bab_el_mandeb' | 'malacca' | 'suez' | 'panama' | 'bosphorus' | 'gibraltar' | 'dover' | 'kerch' | 'taiwan' | 'danish_straits'
- `status` 'ongoing' | 'completed'
- `date_start` string
- `date_end` string
- `days` integer
- `limit` integer
- `cursor` string

## Response `200`

A page of dwell episodes, by departure time (most recent first). Each row: imo, mmsi, chokepoint, arrival, departure, dwell_hours. Standard envelope: { success, data, pagination, applied_filters }.

- object
  - `success` boolean
  - `data` object[]
    - `imo` string
    - `mmsi` integer
    - `chokepoint` string
    - `arrival` string
    - `departure` string
    - `dwell_hours` number
    - `status` string — `ongoing` (still inside the chokepoint at the rollup edge; `departure`/`dwell_hours` are as-of) or `completed` (the vessel has departed).
  - `pagination` object
    - `limit` integer
    - `cursor` unknown
    - `next_cursor` unknown
  - `applied_filters` object
    - `date_start` string
    - `date_end` string
    - `chokepoint` string
    - `status` string
    - `ignored` object

## Other responses

- `401` — Missing/invalid API key
- `403` — Plan required (PLAN_REQUIRED) — the caller's plan does not carry the required source entitlement.
- `500` — Server error

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/revisions/01aaa6255180/schema)
