{
    "success": true,
    "data": {
        "code": "ES",
        "name": "Spain",
        "slug": "spain",
        "region": "Europe",
        "capital": "Madrid",
        "electrical": {
            "voltage": "230V",
            "frequency": "50Hz",
            "plug_types": [
                "F",
                "C"
            ]
        },
        "driving_side": "right",
        "languages": "Spanish",
        "currency_code": "EUR",
        "calling_code": "+34",
        "timezone": "Europe\/Madrid"
    }
}