Falkland Islands flag

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

Available Formats

SVGVector — Scalable
Falkland Islands SVG flag
PNGRaster — Multiple sizes
Falkland Islands 20px

w20

Falkland Islands 40px

w40

Falkland Islands 80px

w80

Falkland Islands 160px

w160

Falkland Islands 320px

w320

Falkland Islands 640px

w640

Falkland Islands 1280px

w1280

Falkland Islands 2560px

w2560

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