GET Country by ID
Returns information from your requested country ID.
Last updated
Returns information from your requested country ID.
Last updated
Query Parameters | Required? | Description |
---|---|---|
No
You can use a total of 2
nested includes on this endpoint
Related Entities:
Get an overview and explanation of all the fields returned in the API response. The related entities for the countries' endpoints are:
id
Refers to the id of the country
integer
continent_id
Refers to the continent of the country
integer
name
Displays the name of the country
string
official_name
Displays the officiel name of the country
string
fifa_name
Displays the official fifa shortcode name of the country
string
iso2
Returns the two letter country code
string
iso3
Returns the three letter country code
string
latitude
Returns the official latitude position of the country
string
longitude
Returns the official longitude position of the country
string
geonameid
Returns the official geonameid
integer
border
Returns all the neighbour countries of the country
string
image_path
Returns the image path of the country
string
api_token
YES
Your unique API token
include
NO
Enrich the API with more data by using includes
select
NO
Select specific fields on the base entity
filters
NO
Filter the API response on multiple related entities. There are static filters and dynamic filters.
Please find the possibilities in the Static and Dynamic Filter tab.