{"name":"address-geocode","description":"Geocoder / forward geocoder / address to lat-lng / address-to-coordinates / postal-code lookup / place-name resolver / Nominatim geocoder / OpenStreetMap geocoding API. Converts a free-form address, postal code, place name, or POI into latitude/longitude plus a structured address breakdown (house number, road, city, county, state, postcode, country) and bounding box. Returns a ranked list of matches with importance scores. Backed by OSM Nominatim — global coverage, attribution required by ODbL.","price":"$0.02","method":"POST","input_schema":{"properties":{"address":{"type":"string","description":"Free-form address, postal code, place name, or POI. Examples: '1600 Amphitheatre Parkway, Mountain View, CA', '10115 Berlin', 'Eiffel Tower'."},"country_codes":{"type":"array","description":"Optional ISO 3166-1 alpha-2 country codes to restrict results, e.g. ['us', 'ca']."},"limit":{"type":"number","description":"Max results to return. 1-10. Default 5."}},"required":["address"]},"input_example":{"address":"1600 Amphitheatre Parkway, Mountain View, CA"},"output_example":{"query":"1600 Amphitheatre Parkway, Mountain View, CA","match_count":2,"results":[{"latitude":37.4224857,"longitude":-122.0855846,"display_name":"Google Building 41, 1600, Amphitheatre Parkway, Mountain View, Santa Clara County, California, 94043, United States","type":"commercial","importance":0.0000628,"bounding_box":[37.4224357,37.4225357,-122.0856346,-122.0855346]}],"best_match":{"latitude":37.4224857,"longitude":-122.0855846,"display_name":"Google Building 41, 1600, Amphitheatre Parkway, Mountain View, Santa Clara County, California, 94043, United States"},"source":"OpenStreetMap Nominatim (ODbL, attribution required)"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}