Turkey flag

Turkey

Republic of Turkey

AsiaSovereign Statetr
Souveräner StaatJa
LändercodesTR, TUR (ISO 3166-1)
Offizieller NameRepublic of Turkey
HauptstadtAnkara
KontinentAsia
Bevölkerung85.7M
Gesamtfläche783,562 km²
Währung₺ Turkish lira (TRY)
Vorwahl+90
Internet-TLD.tr

Verfügbare Formate

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

w20

Turkey 40px

w40

Turkey 80px

w80

Turkey 160px

w160

Turkey 320px

w320

Turkey 640px

w640

Turkey 1280px

w1280

Turkey 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/tr.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/tr.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/tr.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);