wto.indicators
mock data$0.001 / callList WTO Trade Indicators
List all available World Trade Organization time-series indicators with metadata. Returns indicator code, name, category (TAR=tariff, ITS_M=merchandise trade, ITS_S=commercial services), subcategory, unit (e.g. percent, USD millions), frequency (annual/quarterly/monthly), year coverage (startYear–endYear), number of reporting economies covered, and estimated datapoint count. Use this tool before wto.trade.data to identify the correct indicator codes. Filter by topic_id (use wto.trade.topics to enumerate topic IDs) or by category code (TAR for tariff indicators, ITS_M for merchandise trade, ITS_S for services). Key indicators: TP_A_0010 (MFN applied tariff, all products), TP_B_0090 (bound tariff), ITS_MTV_AX (merchandise exports by product group, annual), ITS_CS_AX6 (commercial services exports by sector and partner). Returns the full catalogue of 58+ indicators maintained by the WTO Statistics Division.
Input schema
Filter indicators by category code. Known values: "TAR" (tariff profiles), "ITS_M" (merchandise trade values/indices), "ITS_S" (commercial services trade). Omit to return all categories.
Filter indicators by WTO topic ID (1–N). Use wto.trade.topics to list topic IDs. Example: topic 3 = World Tariff Profiles. Omit to list all 58+ indicators.
Call via REST
curl -X POST https://unifyapi.pro/api/call/wto.indicators \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"category":"<category>","topic_id":0}'