French Southern and Antarctic Lands
Territory of the French Southern and Antarctic Lands
Antarctictf
Sovereign StateNo
Country CodesTF, ATF (ISO 3166-1)
Official NameTerritory of the French Southern and Antarctic Lands
Capital CityPort-aux-Français
ContinentAntarctic
Population400
Total Area7,747 km²
Currency€ euro (EUR)
Calling Code+262
Internet TLD.tf
API Usage
# 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" } }
);