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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"status":200,"data":{"id":1473353380,"name":"السعودية","name_en":"Saudi Arabia","code":"SA","mobile_code":"+966"}}