Skip to main content
GET
/
api
/
trade
/
v1
/
get-trade-barriers
GetTradeBarriers
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
}

Query Parameters

countries
string

WTO member codes to filter by. Empty = all.

measure_type
string

Filter by measure type: "SPS", "TBT", or empty for both.

limit
integer<int32>

Max results to return (server caps at 100).

Response

Successful response

Response containing trade barrier notifications.

barriers
object[]
fetchedAt
string

ISO 8601 timestamp when data was fetched from WTO.

upstreamUnavailable
boolean

True if upstream fetch failed and results may be stale/empty.