Germany flag

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

Available Formats

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