France
French Republic
EuropeSovereign Statefr
Souveräner StaatJa
LändercodesFR, FRA (ISO 3166-1)
Offizieller NameFrench Republic
HauptstadtParis
KontinentEurope
Bevölkerung66.4M
Gesamtfläche543,908 km²
Währung€ euro (EUR)
Vorwahl+33
Internet-TLD.fr
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/fr.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/fr.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/fr.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);