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