UnifyAPI
← Back to catalog

wto.topics

mock data$0.001 / call

List WTO Data Topics

List all WTO time-series database topic categories with their numeric IDs and names. Topics group related datasets — for example: World Tariff Profiles (topic 3), I-TIP non-tariff measures (topic 1), Merchandise Trade Values (topic 7), Commercial Services Trade (topic 12). Use the topic ID in wto.trade.indicators (topic_id parameter) to filter and discover the specific indicator codes available within that data domain. Returned topics correspond to the WTO Statistics Portal database groupings maintained by the WTO Statistics Division.

Financeprovider: Wto#wto#finance

Input schema

locale

Response language. Currently only English is supported by the WTO API (lang=1). Reserved for future use; leave unset.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/wto.topics \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"locale":"<locale>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.