v1

latestOpenAPI 3.0.12026-07-265331168.0 KB
Country

Retrieve Country

Retrieves a specific Country.

get/public/user/country/retrieve/{country_id}

Path parameters

country_idstring required

ID of the Country to retrieve

Response

Successful Country Retrieve

messagestring

Status message for the retrieval.

Example response

{
  "data": {
    "continent_id": "eu",
    "country_alias": "fr",
    "country_id": "fr",
    "country_is_european_union": true,
    "country_name": "France",
    "country_node_count": 1234
  },
  "message": "Country successfully retrieved."
}