Spain
Kingdom of Spain
EuropeSovereign Statees
Souveräner StaatJa
LändercodesES, ESP (ISO 3166-1)
Offizieller NameKingdom of Spain
HauptstadtMadrid
KontinentEurope
Bevölkerung49.3M
Gesamtfläche505,992 km²
Währung€ euro (EUR)
Vorwahl+34
Internet-TLD.es
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/es.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/es.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/es.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);