Geographies
Entry Point: /geographies/{scope}/countries
The geographies resource family provides access to location related data, including lists of countries, and lists of regions by country.
Read Countries
Retrieve a list of available countries.
Workflow
- Start with root
GET
the link with rel: referencesGET
the link with rel: countries- Render the response
Read Country
Read a single country.
Workflow
- Start with countries
GET
the link with rel: element- Render the response
Response Fields
geographies.country
Type: Name | Description | Type |
---|---|---|
name | The name or code of the country. | string |
display-name | The localized country name, intended for display in the client application. | string |
Read Region
Read a single region in a country.
Workflow
- Start with country
GET
the link with rel: regionsGET
the link with rel: element- Render the response
Response Fields
geographies.region
Type: Name | Description | Type |
---|---|---|
name | The name or code of the region. | string |
display-name | The localized region name, intended for display in the client application. | string |