UnifyAPI
← Back to catalog

wto.reporters

mock data$0.001 / call

List WTO Reporting Economies

List all 288 reporting economies (countries and economic groups) recognized by the WTO time-series database, with their 3-digit numeric codes, ISO 3-letter country codes, and display names. Use these codes in wto.trade.data reporter_codes and partner_codes parameters. Includes individual WTO members (e.g. 840=USA, 156=China, 276=Germany, 392=Japan, 356=India, 036=Australia), geographic aggregates (e.g. 097=European Union, 413=LDC group), and the world total (000=World). Filter results client-side by name substring (e.g. "Africa", "European", "United") to find the relevant codes for your query. Data sourced from the WTO Statistics Division; economy composition reflects WTO membership.

Financeprovider: Wto#wto#finance

Input schema

filter

Optional case-insensitive substring to filter reporters by name (e.g. "European", "Africa", "United"). Applied client-side — returns full list if omitted (288 economies).

string

Call via REST

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

Try it

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