Turkey flag

Turkey

Republic of Turkey

AsiaSovereign Statetr
Sovereign StateYes
Country CodesTR, TUR (ISO 3166-1)
Official NameRepublic of Turkey
Capital CityAnkara
ContinentAsia
Population85.7M
Total Area783,562 km²
Currency₺ Turkish lira (TRY)
Calling Code+90
Internet TLD.tr

Available Formats

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 Usage

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