Bạn là chuyên gia Human Design?Giữ khách hàng, biểu đồ, báo cáo, trang web, lịch hẹn và doanh số cùng nhau trong một không gian làm việc kết nối với AI và tự động hóa.

Khám phá Pro
HumanDesign.ai logo

Search City Locations: Timezone & Geo Matching

APIUpdated Jun 19, 20261 min read

Endpoint

GET /locations

Description

Searches for cities based on a query and returns IANA timezones and geographic data. Useful when users don’t know their exact timezone.

Required Parameters

  • api_key
  • q – City name or partial name (e.g. London)

Example Request

GET https://api.humandesign.ai/locations?api_key=sk_test_123&q=London

Example Response

[
  {
    "city": "London",
    "country": "United Kingdom",
    "timezone": "Europe/London",
    "latitude": 51.5074,
    "longitude": -0.1278
  }
]

Use Case

Use this when building onboarding flows or input forms for birth location lookup.

See Also