{"uid":"cap_HGfNMRlJs0JIlloiIpO73","slug":"openverbs-reverse-geocoding-api-0e184e08","name":"OpenVerbs Reverse Geocoding API","description":"Convert latitude/longitude coordinates into the nearest structured address. Optionally set the preferred result language.","url":"https://geocode.openverbs.com/v1/reverse","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["lat","lon"],"properties":{"lat":{"type":"number","maximum":90,"minimum":-90,"description":"Latitude in decimal degrees."},"lon":{"type":"number","maximum":180,"minimum":-180,"description":"Longitude in decimal degrees."},"lang":{"type":"string","pattern":"^[A-Za-z]{2}$","description":"Preferred result language (2-letter code)."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.006","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.006/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.006","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.006","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_I-nx1Qn7RXj234NHwytzS","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.006","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts latitude/longitude coordinates into the nearest structured postal address, with optional language preference for the result.","exampleAgentPrompt":"What's the street address at coordinates 48.8584° N, 2.2945° E? Give me the result in French if possible.","exampleUseCases":[{"title":"Tag delivery photos with addresses","prompt":"I have GPS coordinates from a delivery driver's photo — latitude 37.7749, longitude -122.4194 — can you figure out the street address so I can attach it to the delivery record?"},{"title":"Enrich ride-share pickup logs","prompt":"We logged a pickup at lat 51.5074, lon -0.1278 in our system — can you resolve that to a human-readable address in English so our support team can read it?"},{"title":"Map GPS track to address list","prompt":"A GPS sensor recorded a stop at latitude 35.6762, longitude 139.6503 — what's the nearest street address there? Return the result in Japanese if you can."}],"resultDescription":"A structured address object representing the nearest postal address to the given coordinates, including fields such as street name, house number, city, region, postal code, and country, localized in the requested language if specified.","failureModes":["Coordinates out of valid range (-90 to 90 lat, -180 to 180 lon) result in a validation error","No nearby address found for coordinates in remote or unpopulated areas","Invalid 2-letter language code returns an error or falls back to default language","Network timeout or service unavailability returns a 5xx error","Payment failure via x402 protocol prevents the call from completing"],"whenToPreferThis":"Choose this endpoint when you have raw GPS or decimal-degree coordinates and need a human-readable postal address. It is ideal for enriching location logs, tagging sensor data, resolving delivery coordinates, or displaying user-friendly addresses in apps. It supports a language preference parameter, making it suitable for multilingual applications. Prefer it over forward geocoding when your input is already geographic coordinates rather than a text query.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:30:24.222Z","isFirstParty":false}