Geography: Countries
GET /v2/geography/countries/
Countries list
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
country_code | string | no | ISO2 country code (for example ru, us) |
Example
200 Response Schema
Response type: array<object>.
Array item fields:
| Field | Type | Required | Description |
|---|---|---|---|
country_slug | string | yes | - |
country_name | string | yes | - |
country_code | string | yes | - |
Error Responses
| Status | Description |
|---|---|
400 | Invalid request parameters |
500 | Internal server error |
Error object fields:
| Field | Type | Required | Description |
|---|---|---|---|
status_code | integer | yes | - |
message | string | yes | - |
detail | string | yes | - |