API documentation
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
Parameters
version
path · string
Required
Responses
- 200Countries available for country research.application/json
[ { "iso2": "US", "iso3": "USA", "name": "United States" }, { "iso2": "GB", "iso3": "GBR", "name": "United Kingdom" } ]