Endpoint Parameters
-
Request parameters
There are no Request Parameters
-
Response Parameters
View Response CodesName Type Description A3 String 3-letter ISO-3166 country code. CountryCode String 2-letter ISO-3166 country code. (Also called A2 in ISO 3166 standard). DisplayName String Name of the country in the language selected by the user. Name String Name of the country in English. Numeric Int Numeric country code. -
Request Example
Request URL
GET ref/v1/countries
-
Response Example
Response body
{ "Data": [ { "A3": "BOL", "CountryCode": "BO", "Name": "Bolivia", "Numeric": 68 }, { "A3": "BDI", "CountryCode": "BI", "Name": "Burundi", "Numeric": 108 }, { "A3": "COG", "CountryCode": "CG", "Name": "Congo", "Numeric": 178 }, { "A3": "DNK", "CountryCode": "DK", "Name": "Denmark", "Numeric": 208 }, { "A3": "SLV", "CountryCode": "SV", "Name": "El Salvador", "Numeric": 222 }, { "A3": "GNQ", "CountryCode": "GQ", "Name": "Equatorial Guinea", "Numeric": 226 }, { "A3": "ERI", "CountryCode": "ER", "Name": "Eritrea", "Numeric": 232 }, { "A3": "EST", "CountryCode": "EE", "Name": "Estonia", "Numeric": 233 }, { "A3": "ETH", "CountryCode": "ET", "Name": "Ethiopia", "Numeric": 231 }, { "A3": "DEU", "CountryCode": "DE", "Name": "Germany", "Numeric": 276 }, { "A3": "GRD", "CountryCode": "GD", "Name": "Grenada", "Numeric": 308 }, { "A3": "GLP", "CountryCode": "GP", "Name": "Guadeloupe", "Numeric": 312 }, { "A3": "HND", "CountryCode": "HN", "Name": "Honduras", "Numeric": 340 }, { "A3": "HKG", "CountryCode": "HK", "Name": "Hong Kong", "Numeric": 344 }, { "A3": "HUN", "CountryCode": "HU", "Name": "Hungary", "Numeric": 348 }, { "A3": "ISL", "CountryCode": "IS", "Name": "Iceland", "Numeric": 352 }, { "A3": "MNP", "CountryCode": "MP", "Name": "Northern Mariana Islands", "Numeric": 580 }, { "A3": "NOR", "CountryCode": "NO", "Name": "Norway", "Numeric": 578 }, { "A3": "THA", "CountryCode": "TH", "Name": "Thailand", "Numeric": 764 }, { "A3": "TGO", "CountryCode": "TG", "Name": "Togo", "Numeric": 768 }, { "A3": "TKL", "CountryCode": "TK", "Name": "Tokelau", "Numeric": 772 }, { "A3": "UZB", "CountryCode": "UZ", "Name": "Uzbekistan", "Numeric": 860 }, { "A3": "VUT", "CountryCode": "VU", "Name": "Vanuatu", "Numeric": 548 }, { "A3": "VEN", "CountryCode": "VE", "Name": "Venezuela", "Numeric": 862 }, { "A3": "ZWE", "CountryCode": "ZW", "Name": "Zimbabwe", "Numeric": 716 } ], "MaxRows": 99 }