China
People's Republic of China
AsiaSovereign Statecn
Sovereign StateYes
Country CodesCN, CHN (ISO 3166-1)
Official NamePeople's Republic of China
Capital CityBeijing
ContinentAsia
Population1.4B
Total Area9,706,961 km²
Currency¥ Chinese yuan (CNY)
Calling Code+86
Internet TLD.cn
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cn.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/cn.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/cn.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);