GET /api/v1/trade-flows
Requires API key.
| Name | Type | Required | Description |
|---|---|---|---|
view | string | ’flows’ (default) | ‘mirror’ | ‘sanctions’ | ‘entity’ | |
exporter | string | Exporter country name filter | |
importer | string | Importer country name filter | |
commodity | string | Commodity name filter (e.g. Wheat, Soybeans) | |
period | string | Year filter (e.g. ‘2024’) | |
limit | number | Max results (default 50) |
GET /api/v1/trade-flows?view=mirror
Mirror data discrepancies: exporter-reported vs importer-reported volumes for the same commodity/country pair. Large discrepancies signal trade re-routing or misclassification.
Response
GET /api/v1/trade-flows?view=sanctions
Vessels matched against OFAC sanctions list via IMO, MMSI, or name-based entity resolution.
Response
GET /api/v1/trade-flows?view=entity
Supply chain entity graph: vessels linked to owners, ports, sanctions, P&I coverage, and dark fleet history.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
imo | string | Filter by IMO number |