Dominican Republic
AmericasSovereign Statedo
Souveräner StaatJa
LändercodesDO, DOM (ISO 3166-1)
Offizieller NameDominican Republic
HauptstadtSanto Domingo
KontinentAmericas
Bevölkerung10.8M
Gesamtfläche48,671 km²
Währung$ Dominican peso (DOP)
Vorwahl+1809
Internet-TLD.do
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/do.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/do.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/do.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);