API दस्तावेज़ीकरण
get
/api/v1/Instruments/research/country-optionsReturns the list of countries available for country statistics and GDP research (ISO alpha-2, ISO alpha-3, and display name for each).
Instruments
पैरामीटर
version
path · string
आवश्यक
जवाब
- 200Countries available for country research.application/json
[ { "iso2": "US", "iso3": "USA", "name": "United States" }, { "iso2": "GB", "iso3": "GBR", "name": "United Kingdom" } ]