Places & time

Resolve a birth place (5.17M places, India-aware) and the timezone at a moment — historical offsets included.

OperationCreditsKey
GET /v1/places/search
Search birth places
1secret
GET /v1/places/{place_id}
Get one place
1secret
GET /v1/places/reverse
Nearest real settlement to coordinates
1secret
POST /v1/timezone
IANA zone and UTC offset at a moment and place
1secret

Example: Search birth places

GET /v1/places/search · 200 OK
{
  "data": {
    "results": [
      {
        "place_id": "pl_2028",
        "name": "Noida",
        "country": "India",
        "latitude": 28.58,
        "longitude": 77.33,
        "timezone": "Asia/Kolkata",
        "state": "Uttar Pradesh",
        "population": 293908
      },
      {
        "place_id": "pl_106077",
        "name": "Noidans-lès-Vesoul",
        "country": "France",
        "latitude": 47.61299,
        "longitude": 6.12571,
        "timezone": "Europe/Paris",
        "state": "Bourgogne",
        "population": 2163
      },
      {
        "place_id": "pl_328080",
        "name": "Noidan",
        "country": "France",
        "latitude": 47.34536,
        "longitude": 4.40881,
        "timezone": "Europe/Paris",
        "state": "Bourgogne",
        "population": 82
      },
      {
        "place_id": "pl_182020",
        "name": "Noidans-le-Ferroux",
        "country": "France",
        "latitude": 47.57004,
        "longitude": 5.95492,
        "timezone": "Europe/Paris",
        "state": "Bourgogne",
        "population": 603
      },
      {
        "place_id": "pl_271822",
        "name": "Noidant-le-Rocheux",
        "country": "France",
        "latitude": 47.83008,
        "longitude": 5.25433,
        "timezone": "Europe/Paris",
        "state": "Grand Est",
        "population": 191
      },
      {
        "place_id": "pl_323512",
        "name": "Noidant-Chatenoy",
        "country": "France",
        "latitude": 47.79427,
        "longitude": 5.37558,
        "timezone": "Europe/Paris",
        "state": "Grand Est",
        "population": 89
      },
      {
        "place_id": "pl_2059631",
        "name": "Noidanniemi",
        "country": "Finland",
        "latitude": 60.91667,
        "longitude": 26.46667,
        "timezone": "Europe/Helsinki",
        "state": "Paijat-Hame",
        "population": 0
      }
    ]
  },
  "meta": {
    "request_id": "req_example",
    "api_version": "v1",
    "engine_version": "2026.9.28",
    "mode": "live",
    "credits_charged": 1
  },
  "warnings": []
}

Try it in the playground Full reference