Geocoding City Timezone & Local Time Checker

Use when scheduling notifications or execution scripts to prevent calls during late local hours.

Try it OpenAPI

Call

POST https://statepulse-api.hahavoid0.workers.dev/location/timezone-checker
{
  "city": "Tokyo"
}

AgentCash command

npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/location/timezone-checker -m POST -b '{"city":"Tokyo"}'

Not for

Do not use for downloading static map coordinate files.