countries
Get country by ID
Get a single country by its ID
get/api/countries/{country_id}
Path parameters
country_idinteger required
Response
Successful Response
Example response
{
"id": 118,
"iso_alpha_2": "IT",
"iso_alpha_3": "ITA",
"name": "Italia",
"numeric_code": "380"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.