{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/location/timezone-checker","method":"POST","price":"$0.020","description":"Resolves the local time, offset, and daylight savings status for a city name using Open-Meteo Geocoding.","example_input":{"city":"Tokyo"},"example_output":{"supported":true,"result":{"city":"Tokyo","timezone":"Asia/Tokyo","current_local_time":"2026-06-25T10:14:02.000Z","gmt_offset_hours":9},"confidence":"high"},"request_schema":{"type":"object","required":["city"],"properties":{"city":{"type":"string","description":"City name to resolve","examples":["Tokyo"]}}},"response_schema":{"type":"object"}}