Countries
Display a country
Returns a variety of information about a single Country specified by the requested unique identifier.
get/1/countries/{country_id}
Path parameters
country_idinteger required
The unique identifier (ID) of the country to request.
Response
OK
Example response
{
"result": "success",
"data": {
"id": 203,
"name": "SWITZERLAND",
"short_name": "CH"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.