{"name":"reverse-geocode","description":"Reverse geocoder / lat-lng to address / coordinates to address / coords to street / GPS to postal code / what-city-is-this / Nominatim reverse / OpenStreetMap reverse-geocoding API. Converts a latitude/longitude pair into a structured address (house_number, road, neighborhood, suburb, city, county, state, postcode, country, country_code) plus a human-readable display_name, place type, OSM id, and bounding box. Configurable zoom level controls address granularity (street vs. neighborhood vs. city). OSM Nominatim — global coverage, ODbL attribution required.","price":"$0.02","method":"POST","input_schema":{"properties":{"latitude":{"type":"number","description":"Latitude in decimal degrees. Range -90 to 90."},"longitude":{"type":"number","description":"Longitude in decimal degrees. Range -180 to 180."},"zoom":{"type":"number","description":"Address detail level. 3 (country) → 5 (state) → 10 (city) → 13 (village) → 17 (street, default) → 18 (building)."}},"required":["latitude","longitude"]},"input_example":{"latitude":37.422,"longitude":-122.085},"output_example":{"latitude":37.422,"longitude":-122.085,"zoom":17,"display_name":"Charleston Road, Mountain View, Santa Clara County, California, 94043, United States","name":"Charleston Road","type":"secondary","importance":0.0534,"bounding_box":[37.4209778,37.421024,-122.0853216,-122.0846815],"address":{"road":"Charleston Road","city":"Mountain View","county":"Santa Clara County","state":"California","postcode":"94043","country":"United States","country_code":"us"},"osm_id":12345678,"place_id":87654321,"source":"OpenStreetMap Nominatim (ODbL, attribution required)"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}