United Kingdom
United Kingdom of Great Britain and Northern Ireland
EuropeSovereign Stategb
Sovereign StateYes
Country CodesGB, GBR (ISO 3166-1)
Official NameUnited Kingdom of Great Britain and Northern Ireland
Capital CityLondon
ContinentEurope
Population69.3M
Total Area244,376 km²
Currency£ British pound (GBP)
Calling Code+44
Internet TLD.uk
API Usage
# 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" } }
);