2.0 Country object

Represents a country on earth.

Example

{
  "id": "NL",
  "name": "Netherlands"
}

Fields

Field Type Description
id
required
String The two-character ISO 3166-1 country code. These country codes are always in upper case.

Example value: NL
name
required
String The country name. The country name may be localized in the language of the caller.

Example value: Netherlands
flag
optional
2.0 Media object A optional reference to a flag icon graphically representing the country.