THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/countries?country=ae'{
    "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
    }
}