Falkland Islands
Americasfk
Sovereign StateNo
Country CodesFK, FLK (ISO 3166-1)
Official NameFalkland Islands
Capital CityStanley
ContinentAmericas
Population3.7K
Total Area12,173 km²
Currency£ Falkland Islands pound (FKP)
Calling Code+500
Internet TLD.fk
API Usage
# 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" } }
);