India flag

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

Verfügbare Formate

SVGVector — Scalable
India SVG flag
PNGRaster — Multiple sizes
India 20px

w20

India 40px

w40

India 80px

w80

India 160px

w160

India 320px

w320

India 640px

w640

India 1280px

w1280

India 2560px

w2560

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" } }
);