Japan flag

Japan

AsiaSovereign Statejp
Souveräner StaatJa
LändercodesJP, JPN (ISO 3166-1)
Offizieller NameJapan
HauptstadtTokyo
KontinentAsia
Bevölkerung123.2M
Gesamtfläche377,930 km²
Währung¥ Japanese yen (JPY)
Vorwahl+81
Internet-TLD.jp

Verfügbare Formate

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

w20

Japan 40px

w40

Japan 80px

w80

Japan 160px

w160

Japan 320px

w320

Japan 640px

w640

Japan 1280px

w1280

Japan 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/jp.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/jp.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/jp.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);