India
Republic of India
AsiaSovereign Statein
Sovereign StateYes
Country CodesIN, IND (ISO 3166-1)
Official NameRepublic of India
Capital CityNew Delhi
ContinentAsia
Population1.4B
Total Area3,287,263 km²
Currency₹ Indian rupee (INR)
Calling Code+91
Internet TLD.in
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/in.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/in.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/in.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);