API reference/Logistics
GET/api/v1/logistics/surge

Zone surge multiplier

Current zone surge multiplier (1.0–2.5) for a city, computed from real-time supply/demand over the last 15 minutes. Same formula the dispatcher uses internally so the buyer-facing badge always matches the charged fare. Use it to surface a 'high demand' notice in your storefront before checkout.

Authorization

Requires the logistics:read scope. See the auth guide for how to mint a token with the right scopes.

Parameters

Query parameters

FieldTypeDescription
city
required
stringCity name. Case-insensitive.
e.g. Lagos

Response

A successful call returns 200 OK with the body shown to the right. Errors follow the standard envelope.