{"uid":"cap_RDhv6JrI9Q_MIxK6OjmWX","slug":"timezone-lookup-by-gps-coordinates-f19dc707","name":"Timezone Lookup by GPS Coordinates","description":"Timezone from GPS coordinates: IANA zone, current UTC offset, abbreviation, DST status, and local time for any lat/lng. Fast offline lookup (approximate near borders). Pairs with the IP-geolocation endpoint for analytics and scheduling agents.","url":"https://api.webbersites.com/api/timezone","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["lat","lng"],"properties":{"lat":{"type":"number","description":"Latitude, -90 to 90"},"lng":{"type":"number","description":"Longitude, -180 to 180"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"timezone":{"type":"string"},"local_time":{"type":"string"},"utc_offset":{"type":"string"},"abbreviation":{"type":"string"},"dst_in_effect":{"type":"boolean"},"utc_offset_minutes":{"type":"number"}}}}}}},"responseSchema":{"type":"json","example":{"lat":40.7128,"lng":-74.006,"timezone":"America/New_York","local_time":"Jun 30, 2026, 13:05:33","utc_offset":"-05:00","abbreviation":"EST","dst_in_effect":false,"utc_offset_minutes":-300}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_MKXGUBk0JmwfGNwvnlc5C","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns IANA timezone name, UTC offset, abbreviation, DST status, and local time for any latitude/longitude coordinate pair.","exampleAgentPrompt":"What timezone and current local time is it at latitude 48.8566, longitude 2.3522 — give me the IANA zone name, UTC offset, and whether DST is currently in effect.","exampleUseCases":null,"resultDescription":"Returns a JSON object containing: IANA timezone string (e.g. 'America/New_York'), current local time as a string, UTC offset as a formatted string (e.g. '+05:30'), timezone abbreviation (e.g. 'EST'), a boolean indicating whether DST is currently in effect, and the UTC offset expressed in minutes as a number.","failureModes":["Missing lat or lng query parameter — returns a 4xx error indicating required fields","Latitude out of range (-90 to 90) or longitude out of range (-180 to 180) — validation error","Coordinates in open ocean or uninhabited area may return approximate or null timezone","Payment not provided or insufficient — x402 payment required error","Service unavailable — 5xx error if upstream lookup fails"],"whenToPreferThis":"Prefer this endpoint when you have GPS coordinates (lat/lng) and need timezone data, especially for scheduling, displaying local times, or analytics pipelines. It is fast and offline-approximate, making it suitable for real-time agent workflows. Pairs naturally with the sibling IP geolocation endpoint when you have an IP address instead of coordinates. Choose this over a full geocoding service when timezone is the only needed output.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:45:09.971Z","isFirstParty":false}