United Kingdom
United Kingdom of Great Britain and Northern Ireland
EuropeSovereign Stategb
Souveräner StaatJa
LändercodesGB, GBR (ISO 3166-1)
Offizieller NameUnited Kingdom of Great Britain and Northern Ireland
HauptstadtLondon
KontinentEurope
Bevölkerung69.3M
Gesamtfläche244,376 km²
Währung£ British pound (GBP)
Vorwahl+44
Internet-TLD.uk
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gb.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/gb.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/gb.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);