Country Details

GET {{baseUrl}}/countries/:country

This endpoint allows you to return the complete details for a specific country by providing the ID of the country you want to get its details in the country path parameter.

OAuth Scopes


countries.read

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"status":200,"data":{"id":1473353380,"name":"السعودية","name_en":"Saudi Arabia","code":"SA","mobile_code":"+966"}}