Falkland Islands
Americasfk
Souveräner StaatNein
LändercodesFK, FLK (ISO 3166-1)
Offizieller NameFalkland Islands
HauptstadtStanley
KontinentAmericas
Bevölkerung3.7K
Gesamtfläche12,173 km²
Währung£ Falkland Islands pound (FKP)
Vorwahl+500
Internet-TLD.fk
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/fk.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/fk.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/fk.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);