- Versions Concepts Resources Extensions Statistics Resources Reference
Country GET Resources
List of Countries
GET /countries
Parameter | Type | Default | Description |
---|---|---|---|
lang |
string |
- | Language in which the countries should be returned |
List of all countries with their country code, sorted alphabetically by the name (not the code).
[
["Andorra", "ad"]
["Switzerland", "ch],
["Germany", "de"],
...
["other countries", "ot"]
]