Features

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.

๐Ÿ“š

OpenAPI

A complete OpenAPI 3 spec documents every endpoint and drives our reference docs.

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

Read the docs

# 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.

EndpointAuthWhat it returns
GET /v1/healthNoneLiveness probe with region and timestamp.
GET /v1/statusNoneEdge node status, nodes online and latency.
GET /v1/regionsNoneAll 30 regional endpoints with city and country.
GET /v1/timezonesBearerIANA timezones with current UTC offsets.
GET /v1/countriesBearerISO 3166 codes, capitals, currencies, calling codes.
GET /v1/timeBearerCurrent 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