GET api2/country_codes/{id}.json
Get countries by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Country ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
carrier service
api_root| Name | Description | Type | Additional information |
|---|---|---|---|
| country_code | CountryCodes |
None. |
Response Format
{
"country_code": {
"currency": "usd",
"id": 2,
"country": "sample string 3",
"eu": 4,
"country_code": "sample string 5",
"euro": 6,
"culture": "sample string 7",
"numeric_code": 8,
"video_format": 1,
"dvd_region": 1,
"vat": 1.1,
"time_offset": 1,
"vat_reduced": 1.1,
"mautic_country": "sample string 9"
}
}