One predictable API for reference data
Live12 DB serves curated reference datasets from 30 regional edge endpoints. Same schema, same response, wherever your request lands.
Edge replication
Every dataset is replicated to all 30 regions. Requests resolve to the closest node via geo-routing, or pin a region with a subdomain.
Simple auth
A single Bearer token, passed in the Authorization header. Per-key rate limits are reported in standard response headers.
Stable schemas
Datasets are versioned under /v1. Breaking changes ship under a new path โ never silently in place.
30 regions
From Amsterdam to Singapore. Let anycast pick the nearest node, or target de, us, jp directly.
Observability
Each response carries X-Request-Id and X-Live12-Region; protected endpoints add rate-limit headers.
Consistent, versioned responses
Every region returns identical JSON for the same request. No SDK is required โ plain HTTPS and JSON, with a Bearer token for protected endpoints.
- Standard error envelope on every failure
- Rate-limit headers on protected endpoints
- ISO 8601 timestamps and IANA timezone names
- Filter countries by ISO code or currency
# Look up a country by ISO code curl -s https://nl.live12db.com/v1/countries?code=NL \ -H "Authorization: Bearer $LIVE12_KEY" # Current time in a specific timezone curl -s "https://nl.live12db.com/v1/time?tz=Europe/Riga" \ -H "Authorization: Bearer $LIVE12_KEY"
Datasets & endpoints
Curated reference data behind a small, stable set of GET endpoints.
| Endpoint | Auth | What it returns |
|---|---|---|
GET /v1/health | None | Liveness probe with region and timestamp. |
GET /v1/status | None | Edge node status, nodes online and latency. |
GET /v1/regions | None | All 30 regional endpoints with city and country. |
GET /v1/timezones | Bearer | IANA timezones with current UTC offsets. |
GET /v1/countries | Bearer | ISO 3166 codes, capitals, currencies, calling codes. |
GET /v1/time | Bearer | Current time and offset for an IANA timezone. |
Try it from the nearest edge
Free tier includes 100k requests / month. No card required.
Get your API key