Countries
By iso
Returns one country looked up by its two-letter ISO code instead of its id, the code is trimmed and upper-cased first. Responses may be cached for five minutes.
GET
/api/sys/v{version:apiVersion}/countries/by_iso/{iso_code}
Request arguments
| Name | Type | Source |
|---|---|---|
| iso_code | String |
Request body example
Response
Response body example
DTO_country
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| name | String | Name | |
| code2 | String | Code2 | |
| code3 | String | Code3 | |
| timezone | String | Timezone | |
| dialcode | Int32 | Dialcode | |
| is_eu_country | Boolean | Is eu country | |
| currency_codes | String[] | Currency codes |
Generated Aug 4, 2026 18:37