Get Countries List
Core Prod
https://api-core.deriv.com/v1
Core Prod
https://api-core.deriv.com/v1
GET
/countries
get_countries_list
Last modified:2025-07-08 03:49:49
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-core.deriv.com/v1/countries?country=ae'
Response Response Example
{
"data": [
{
"alpha2": "ae",
"alpha3": "are",
"currencies": [
"AED"
],
"emoji": "🇦🇪",
"ioc": "UAE",
"languages": [
"ara"
],
"name": "United Arab Emirates",
"status": "assigned",
"nameAr": "الإمارات العربية المتحدة",
"tinInfo": {
"label": "Emirates ID (EID)",
"example": "",
"format": "NNN-NNNN-NNNNNNN-N (15 digits with hyphens)",
"description": "A 15‐digit identifier used for governmental services including tax.",
"regex": [],
"is_tax_available": false
},
"country_calling_codes": [
"+971"
],
"affiliate_restricted": false,
"client_restricted": false,
"client_enabled": false,
"twilio": {
"supported": true,
"dialing_code": "+971"
}
}
],
"meta": {
"endpoint": "/v1/countries",
"method": "GET",
"timing": 847
}
}
Request
Query Params
country
string
required
Example:
ae
Responses
Modified at 2025-07-08 03:49:49