French Southern and Antarctic Lands flag

French Southern and Antarctic Lands

Territory of the French Southern and Antarctic Lands

Antarctictf
Souveräner StaatNein
LändercodesTF, ATF (ISO 3166-1)
Offizieller NameTerritory of the French Southern and Antarctic Lands
HauptstadtPort-aux-Français
KontinentAntarctic
Bevölkerung400
Gesamtfläche7,747 km²
Währung€ euro (EUR)
Vorwahl+262
Internet-TLD.tf

Verfügbare Formate

SVGVector — Scalable
French Southern and Antarctic Lands SVG flag
PNGRaster — Multiple sizes
French Southern and Antarctic Lands 20px

w20

French Southern and Antarctic Lands 40px

w40

French Southern and Antarctic Lands 80px

w80

French Southern and Antarctic Lands 160px

w160

French Southern and Antarctic Lands 320px

w320

French Southern and Antarctic Lands 640px

w640

French Southern and Antarctic Lands 1280px

w1280

French Southern and Antarctic Lands 2560px

w2560

API-Nutzung

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

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

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