Skip to main content

Get country

GET 

/countries/country

Return details for a specific country

Request

Query Parameters

    country[id] string

    The country to return.

    All 'country[]' params are mutually exclusive, only one can be provided.

    country[iso_code2] string

    The country to return.

    All 'country[]' params are mutually exclusive, only one can be provided.

    country[iso_code3] string

    The country to return.

    All 'country[]' params are mutually exclusive, only one can be provided.

Responses

Return details for a specific country

Schema

    country

    object

    required

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean
Loading...