v1
latestOpenAPI 3.1.02026-07-242325051.4 MBCore Data
Countries
Get all countries that are available in our system.
get/v2/countries
Response
OK
Example response
{
"countries": [
{
"code": "NL",
"isoNumber": 528,
"name": "Netherlands",
"translations": {
"...": {
"nl_NL": "The Dutch translation",
"en_GB": "The British translation",
"nl_BE": "The Flemish translation",
"fr_FR": "The French translation",
"de_DE": "The German translation",
"it_IT": "The Italian translation",
"es_ES": "The Spanish translation"
}
},
"locales": [
"nl_AW",
"nl",
"nl_BQ",
"nl_BE",
"nl_CW",
"nl_NL",
"nl_SX",
"nl_SR"
],
"phonePrefix": 31,
"signupAllowed": true,
"ibanLength": 3,
"image": "/countries/nl.svg",
"nationality": "Dutch",
"createdAt": "2024-06-04T08:15:00+01:00",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"deletedAt": "A-1234-4321"
}
],
"total": 10
}