Germany flag

Germany

Federal Republic of Germany

EuropeSovereign Statede
Souveräner StaatJa
LändercodesDE, DEU (ISO 3166-1)
Offizieller NameFederal Republic of Germany
HauptstadtBerlin
KontinentEurope
Bevölkerung83.5M
Gesamtfläche357,114 km²
Währung€ euro (EUR)
Vorwahl+49
Internet-TLD.de

Verfügbare Formate

SVGVector — Scalable
Germany SVG flag
PNGRaster — Multiple sizes
Germany 20px

w20

Germany 40px

w40

Germany 80px

w80

Germany 160px

w160

Germany 320px

w320

Germany 640px

w640

Germany 1280px

w1280

Germany 2560px

w2560

API-Nutzung

# 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" } }
);