Cyprus
Republic of Cyprus
EuropeSovereign Statecy
Sovereign StateYes
Country CodesCY, CYP (ISO 3166-1)
Official NameRepublic of Cyprus
Capital CityNicosia
ContinentEurope
Population1.4M
Total Area9,251 km²
Currency€ euro (EUR)
Calling Code+357
Internet TLD.cy
API Usage
# 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" } }
);