India
Republic of India
AsiaSovereign Statein
Souveräner StaatJa
LändercodesIN, IND (ISO 3166-1)
Offizieller NameRepublic of India
HauptstadtNew Delhi
KontinentAsia
Bevölkerung1.4B
Gesamtfläche3,287,263 km²
Währung₹ Indian rupee (INR)
Vorwahl+91
Internet-TLD.in
API-Nutzung
# 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" } }
);