{"uid":"cap_1GOHiR6O93HqJvBVF4S3e","slug":"reverse-geocode-coordinates-to-address-timezone-utc-offset-debbf01d","name":"Reverse Geocode: Coordinates to Address, Timezone & UTC Offset","description":"ManyFish location resolver for reverse geocoding. Convert latitude and longitude into a normalized address, structured address components, IANA time zone, and current UTC offset.","url":"https://manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io/api/v1/maps/reverse-geocode","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"language":{"type":"string","pattern":"^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})*$","maxLength":35,"minLength":2},"latitude":{"type":"number","maximum":90,"minimum":-90},"longitude":{"type":"number","maximum":180,"minimum":-180}}},"responseSchema":{"type":"json","example":{"count":1,"results":[{"type":"Address","country":"United States","latitude":47.6205,"locality":"Seattle","timeZone":"America/Los_Angeles","longitude":-122.3493,"utcOffset":"-07:00","confidence":"High","matchCodes":["Good"],"postalCode":"98109","streetName":"Broad St","addressLine":"400 Broad St","countryCode":"US","streetNumber":"400","adminDistrict":"Washington","adminDistrict2":"King County","formattedAddress":"400 Broad St, Seattle, WA 98109, United States","adminDistrictCode":"WA"}],"coordinates":{"latitude":47.6205,"longitude":-122.3493},"utcOffsetAt":"2026-08-31T20:15:00.000Z"}},"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_7R3ZS3LFbBBcY_cSnIX_s","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":"Converts latitude and longitude coordinates into a normalized address, IANA time zone identifier, and current UTC offset.","exampleAgentPrompt":"Can you look up the address and timezone for the coordinates 48.8566° N, 2.3522° E and give me the result in French?","exampleUseCases":[{"title":"Timezone detection from device GPS","prompt":"I have GPS coordinates from a user's device: latitude 35.6895, longitude 139.6917. What is the full postal address and what IANA timezone and UTC offset do those coordinates correspond to?"},{"title":"Delivery address normalization from coordinates","prompt":"We received a shipment pickup request with coordinates 40.7128, -74.0060 — can you resolve those into a proper normalized street address so we can fill in the delivery form?"},{"title":"Localize content for a geofenced event","prompt":"I know the venue is at latitude 51.5074, longitude -0.1278 — can you get the standardized address and timezone (in English) so I can schedule the event correctly and display the right local time to attendees?"}],"resultDescription":"Returns a normalized postal address, the IANA time zone identifier (e.g. 'America/Los_Angeles'), and the current UTC offset for the given latitude and longitude. The address is returned in the requested language if specified.","failureModes":["Coordinates out of valid range (-90 to 90 latitude, -180 to 180 longitude) return a validation error","Coordinates in the middle of an ocean or uninhabited area may return no matching address","Invalid language code format returns a schema validation error","Payment failure or insufficient USDC balance returns a 402 error"],"whenToPreferThis":"Choose this endpoint when you need to resolve raw geographic coordinates (lat/lon) into a human-readable address AND simultaneously get the IANA timezone and UTC offset — avoiding two separate API calls. Ideal for enriching location data from GPS devices, geotagged records, or map clicks where only coordinates are available and you also need time zone context for scheduling or display.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:39:03.246Z","isFirstParty":false}