Cyprus
Republic of Cyprus
EuropeSovereign Statecy
Souveräner StaatJa
LändercodesCY, CYP (ISO 3166-1)
Offizieller NameRepublic of Cyprus
HauptstadtNicosia
KontinentEurope
Bevölkerung1.4M
Gesamtfläche9,251 km²
Währung€ euro (EUR)
Vorwahl+357
Internet-TLD.cy
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cy.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cy.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cy.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);