Germany
Federal Republic of Germany
EuropeSovereign Statede
Sovereign StateYes
Country CodesDE, DEU (ISO 3166-1)
Official NameFederal Republic of Germany
Capital CityBerlin
ContinentEurope
Population83.5M
Total Area357,114 km²
Currency€ euro (EUR)
Calling Code+49
Internet TLD.de
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/de.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/de.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/de.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);