GeoPlace Reverse Geocoding is a paid API for AI agents from geoplace.melis.ai, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).
Converts a latitude/longitude coordinate pair into a human-readable address or place name
GeoPlace /reverse: $0.001 per reverse-geocode
A human-readable address or place name corresponding to the provided latitude and longitude coordinates, including details such as street, city, region, and country.
GEThttps://geoplace.melis.ai/reverseUse this endpoint when you have a latitude/longitude coordinate and need to resolve it to a human-readable address or place name, especially in automated agent workflows that accept per-call micropayments via x402 protocol at low cost ($0.001 per call).
{
"lat": 40.7128,
"lon": -74.006
}| Field | Type | Description |
|---|---|---|
| lat | number | Latitude |
| lon | number | Longitude |
{
"lat": 40.7127395,
"lon": -74.005939,
"bbox": [
40.712445,
40.7130254,
-74.0064455,
-74.0055687
],
"type": "townhall",
"class": "amenity",
"address": {
"city": "New York",
"road": "Broadway",
"state": "New York",
"county": "New York County",
"suburb": "Manhattan",
"amenity": "New York City Hall",
"country": "United States",
"quarter": "Lower Manhattan",
"postcode": "10000",
"country_code": "us",
"house_number": "260",
"neighbourhood": "Tribeca",
"ISO3166-2-lvl4": "US-NY"
},
"importance": 0.489563959518216,
"attribution": "© OpenStreetMap contributors",
"display_name": "New York City Hall, 260, Broadway, Tribeca, Lower Manhattan, Manhattan, New York County, New York, 10000, United States",
"payment_hash": ""
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"