Returns a list of all countries with their ISO codes and names.
cURL
curl --request GET \ --url https://api.responsibly.tech/v1/countries \ --header 'x-api-key: <api-key>'
{ "items": [ { "iso3Code": "USA", "iso2Code": "US", "commonName": "United States", "officialName": "United States of America", "regionName": "Americas" } ], "pagination": { "pageSize": 100, "nextPage": 2 } }
x >= 1
1 <= x <= 100
Returns a list of countries.
Show child attributes
Was this page helpful?