cURL
curl --request GET \ --url https://api.example.com/api/trade/v1/get-trade-restrictions
{ "restrictions": [ { "id": "<string>", "reportingCountry": "<string>", "affectedCountry": "<string>", "productSector": "<string>", "measureType": "<string>", "description": "<string>", "status": "<string>", "notifiedAt": "<string>", "sourceUrl": "<string>" } ], "fetchedAt": "<string>", "upstreamUnavailable": true }
Get quantitative restrictions and export controls.
WTO member codes to filter by. Empty = all.
Max results to return (server caps at 100).
Successful response
Response containing trade restrictions and fetch metadata.
Show child attributes
ISO 8601 timestamp when data was fetched from WTO.
True if upstream fetch failed and results may be stale/empty.
Was this page helpful?