We use essential cookies

We use strictly necessary cookies for authentication and, with your consent, optional analytics cookies to improve the product.

APIs/Country & Subdivision API
Utilitiesoperational

Country & Subdivision API

Look up ISO country codes with currency and dial code metadata, and list state/province subdivisions for major countries.

Use cases

Address forms
Localisation
Shipping calculators
Compliance mapping

Endpoints

Base: /api/v1/geo
MethodPathDescriptionCredits
GET/countriesAll countries with currency and dial code1
GET/countries/{code}Detail for one country1
GET/countries/{code}/subdivisionsState/province list1

Code examples

curl
curl -H "X-API-Key: $LOFTPRESS_KEY" \
  "https://loftpress.shop/api/v1/geo/countries"

Sample response

json
{
  "code": "TR",
  "name": "Türkiye",
  "currency": "TRY",
  "phone_code": "+90"
}

Live playground

No API key required. Rate-limited to 30 req/min per IP.

// Click Run to try the API

Pricing plans

100,000 req · 50 req/s
$200/mo
+ applicable taxes
1,000,000 req · 200 req/s
$500/mo
+ applicable taxes

VAT, GST or other applicable sales tax is calculated and collected by Creem at checkout based on the customer's location.

Changelog / Status
All systems operational
Live status →