cURL
curl --request GET \ --url https://api.example.com/api/trade/v1/get-trade-barriers
{ "barriers": [ { "id": "<string>", "notifyingCountry": "<string>", "title": "<string>", "measureType": "<string>", "productDescription": "<string>", "objective": "<string>", "status": "<string>", "dateDistributed": "<string>", "sourceUrl": "<string>" } ], "fetchedAt": "<string>", "upstreamUnavailable": true }
Get SPS/TBT barrier notifications.
WTO member codes to filter by. Empty = all.
Filter by measure type: "SPS", "TBT", or empty for both.
Max results to return (server caps at 100).
Successful response
Response containing trade barrier notifications.
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?