{"partialResults":false,"resources":[{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA","scheme":"exact"}],"description":"Geocoding and reverse geocoding. Converts an address or place name to latitude/longitude, or coordinates back to an address.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"q":"1600 Amphitheatre Parkway, Mountain View, CA"},"type":"http"},"output":{"example":{"count":1,"items":[{"address":{"city":"Mountain View","country":"United States"},"displayName":"Googleplex, Mountain View, CA, USA","lat":37.422,"lon":-122.0841,"type":"geocode"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"anyOf":[{"required":["q"]},{"required":["lat","lon"]}],"properties":{"lat":{"description":"latitude (reverse geocode)","type":"string"},"lon":{"description":"longitude (reverse geocode)","type":"string"},"maxItems":{"default":"5","type":"string"},"q":{"description":"address (forward geocode)","type":"string"}},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-10T03:10:27.014Z","quality":{"l30DaysTotalCalls":30,"l30DaysUniquePayers":5,"lastCalledAt":"2026-09-10T03:10:28.001Z"},"resource":"https://api.kadec0.xyz/v1/geocode","serviceName":"Geocoding \u0026 Reverse Geocode","tags":["geocode","geocoding","lat-lng","address","coordinates"],"type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","scheme":"exact"}],"description":"Worldwide forward geocoding for agents. Convert an address, landmark, city, postcode, or place name into latitude and longitude with normalized address components and confidence metadata.","extensions":{"bazaar":{"info":{"input":{"body":{"address":"Eiffel Tower, Paris, France","country_code":"fr","language":"en","limit":1},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"cached":false,"match_count":1,"ok":true,"provider":"geoapify","results":[{"confidence":0.99,"country_code":"FR","formatted_address":"Eiffel Tower, 5 Avenue Anatole France, 75007 Paris, France","lat":48.8584,"lon":2.2945}],"tool":"address-to-coordinates"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"address":{"description":"Free-form place or postal address.","maxLength":500,"minLength":3,"type":"string"},"country_code":{"description":"Optional ISO 3166-1 alpha-2 country filter.","maxLength":2,"minLength":2,"type":"string"},"language":{"description":"Preferred response language, for example en or es.","maxLength":12,"minLength":2,"type":"string"},"limit":{"default":1,"maximum":5,"minimum":1,"type":"integer"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":true,"properties":{"cached":{"type":"boolean"},"match_count":{"minimum":0,"type":"integer"},"ok":{"const":true,"type":"boolean"},"results":{"items":{"additionalProperties":true,"properties":{"confidence":{"type":"number"},"country_code":{"type":"string"},"formatted_address":{"type":"string"},"lat":{"type":"number"},"lon":{"type":"number"}},"required":["lat","lon"],"type":"object"},"type":"array"},"tool":{"const":"address-to-coordinates","type":"string"}},"required":["ok","tool","match_count","results"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-10T02:52:46.775Z","quality":{"l30DaysTotalCalls":9,"l30DaysUniquePayers":7,"lastCalledAt":"2026-09-10T02:52:46.523Z"},"resource":"https://sat.ipintel.ai/address-to-coordinates","serviceName":"Satellite \u0026 GeoRisk x402 API","tags":["geocoding","address","coordinates","latitude","longitude"],"type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","scheme":"exact"}],"description":"Worldwide reverse geocoding for agents. Convert latitude and longitude into a normalized address, locality, administrative area, postcode, and country metadata.","extensions":{"bazaar":{"info":{"input":{"body":{"language":"en","lat":48.8584,"lon":2.2945},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"cached":false,"ok":true,"provider":"geoapify","result":{"city":"Paris","country_code":"FR","formatted_address":"Eiffel Tower, 5 Avenue Anatole France, 75007 Paris, France","lat":48.8584,"lon":2.2945},"tool":"coordinates-to-address"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"language":{"description":"Preferred response language.","maxLength":12,"minLength":2,"type":"string"},"lat":{"maximum":90,"minimum":-90,"type":"number"},"lon":{"maximum":180,"minimum":-180,"type":"number"},"type":{"enum":["country","state","city","postcode","street","amenity"],"type":"string"}},"required":["lat","lon"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":true,"properties":{"cached":{"type":"boolean"},"ok":{"const":true,"type":"boolean"},"result":{"anyOf":[{"type":"null"},{"additionalProperties":true,"properties":{"city":{"type":"string"},"country_code":{"type":"string"},"formatted_address":{"type":"string"},"lat":{"type":"number"},"lon":{"type":"number"}},"required":["lat","lon"],"type":"object"}]},"tool":{"const":"coordinates-to-address","type":"string"}},"required":["ok","tool","result"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-13T00:11:49.507Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-13T00:11:49.228Z"},"resource":"https://sat.ipintel.ai/coordinates-to-address","serviceName":"Satellite \u0026 GeoRisk x402 API","tags":["reverse-geocoding","coordinates","address","latitude","longitude"],"type":"http","x402Version":2},{"accepts":[{"amount":"6000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A","scheme":"exact"}],"description":"Convert a free-form address or place name into ranked coordinates with a structured, normalized address. Optionally bias by country and language.","extensions":{"bazaar":{"info":{"input":{"body":{"country":"US","limit":1,"q":"example"},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"country":{"description":"Restrict to one or more ISO 3166-1 alpha-2 country codes (comma-separated).","pattern":"^[A-Za-z]{2}(,[A-Za-z]{2})*$","type":"string"},"lang":{"description":"Preferred result language (2-letter code).","pattern":"^[A-Za-z]{2}$","type":"string"},"limit":{"description":"Maximum results to return.","maximum":20,"minimum":1,"type":"integer"},"q":{"description":"Free-form address or place name.","maxLength":512,"minLength":1,"type":"string"}},"required":["q"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-06T08:18:15.124Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-06T08:18:14.855Z"},"resource":"https://geocode.openverbs.com/v1/forward","serviceName":"Geocode an address","tags":["geocode address","address to coordinates","place geocoding api","location lookup api","normalize address geocode"],"type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xa0BFa4f07281c9b248DC3AED2217836BcA24869B","scheme":"exact"},{"amount":"5000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"B4CHWQeQn7GDLZD2aW6hpGG2bEseisBFLZYECA3HDLan","scheme":"exact"}],"description":"Geocode one structural address in the United States, Puerto Rico, or U.S. Island Areas with normalized U.S. Census MAF/TIGER coordinates, optional bounded state/county/tract/block/congressional geography, exact source attribution, and explicit range-interpolation limits.","extensions":{"bazaar":{"info":{"input":{"body":{"address":"4600 Silver Hill Rd, Washington, DC 20233","include_geographies":true},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"data":{"ambiguous":false,"benchmark":{"description":"Public Address Ranges - Current Benchmark","id":"4","isDefault":true,"name":"Public_AR_Current"},"limitations":["Coordinates are calculated along a MAF/TIGER address rang...","Coverage is limited to structural addresses in the United...","No match does not prove that an address is nonexistent, c...","The caller-supplied address is sent to the Census Geocode...","Current benchmark and geography-vintage data can change, ..."],"matchCount":1,"matched":true,"matches":[{"addressComponents":{"fromAddress":"4600","preDirection":null,"preQualifier":null,"toAddress":"4700"},"coordinates":{"latitude":38.845053106269,"longitude":-76.928365658124},"matchedAddress":"4600 SILVER HILL RD, WASHINGTON, DC, 20233","tigerLine":{"id":"657091557","side":"L"}}],"matchesTruncated":false,"query":{"address":"4600 Silver Hill Rd, Washington, DC 20233","includeGeographies":true},"retrievedAt":"2026-08-18T05:35:00+00:00","source":{"dataset":"Census Geocoding Services using MAF/TIGER address ranges","documentationUrl":"https://geocoding.geo.census.gov/geocoder/Geocoding_Servi...","endpointUrl":"https://geocoding.geo.census.gov/geocoder/geographies/one...","provider":"U.S. Census Bureau"},"vintage":{"description":"Current Vintage - Current Benchmark","id":"4","isDefault":true,"name":"Current_Current"}},"meta":{"cached":false,"duration_ms":42,"next_actions":[{"method":"POST","reason":"Use the selected Census coordinates for a separately auth...","service":"data.us-weather-forecast","title":"Global weather forecast"}],"sources":[],"warnings":[]},"request_id":"018f1f54-7f38-7ba2-8dc3-5f90272d9f1a","service":"data.us-address-geocode","version":"1"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"type":"string"},"include_geographies":{"type":"boolean"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"additionalProperties":false,"properties":{"ambiguous":{"type":"boolean"},"benchmark":{"type":"object"},"limitations":{"items":{"type":"string"},"type":"array"},"matchCount":{"type":"integer"},"matched":{"type":"boolean"},"matches":{"items":{"type":"object"},"type":"array"},"matchesTruncated":{"type":"boolean"},"query":{"type":"object"},"retrievedAt":{"type":"string"},"source":{"type":"object"},"vintage":{"anyOf":[{"type":"object"},{"type":"null"}]}},"required":["query","matched","matchCount","ambiguous","matchesTruncated","matches","benchmark","vintage","source","retrievedAt","limitations"],"type":"object"},"meta":{"properties":{"cached":{"type":"boolean"},"duration_ms":{"type":"integer"},"next_actions":{"items":{"type":"object"},"type":"array"},"sources":{"items":{"type":"string"},"type":"array"},"warnings":{"items":{"type":"string"},"type":"array"}},"required":["duration_ms","cached","sources","warnings","next_actions"],"type":"object"},"request_id":{"type":"string"},"service":{"type":"string"},"version":{"type":"string"}},"required":["request_id","service","version","data","meta"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"payment-identifier":{"info":{"required":false},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"id":{"maxLength":128,"minLength":16,"pattern":"^[a-zA-Z0-9_-]+$","type":"string"},"required":{"type":"boolean"}},"required":["required"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1786471603/bazaar-icons/3cd5dfbdc8c7913d.png","lastUpdated":"2026-09-01T13:12:31.964Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-01T13:12:31.531Z"},"resource":"https://apiacre.com/v1/data/us-address-geocode","serviceName":"API Acre","tags":["address-geocoding","geocode-address","address-to-coordinates","latitude-longitude","maps"],"type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xe4A4E5B226bE71e7b6eD523bc7a91089c770572F","scheme":"exact"}],"description":"Japanese forward geocoding from an address to coordinates. Keywords: Japan geocoder, address to coordinates, building-level geocode, Jageocoder, chome, block, lot, house. Returns provider-neutral local candidates, coordinates, address IDs, hierarchy levels, unmatched tails, and partial-match warnings. Jageocoder level 5/6 is oaza/aza, level 7 is block, and level 8 is a building or house node when present in the dictionary; town-level evidence is not a door-number or coordinate accuracy claim.","extensions":{"bazaar":{"info":{"input":{"body":{"address":"東京都千代田区千代田1丁目1番1号","max_candidates":3},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"candidate_count":1,"candidates":[{"address_id":123,"confidence":0.98,"granularity":"building","latitude":35.6852,"longitude":139.7528,"match_completeness":"exact","match_level":8,"normalized":"東京都千代田区千代田1丁目1番1号","reasons":["all_requested_components_matched"],"source":"Jageocoder local dictionary","unmatched_tail":null}],"dictionary_version":null,"geocoder_status":"ready","matched":"東京都千代田区千代田一丁目一番一号","minimum_acceptable_level":8,"precision_satisfied":true,"status":"matched","upstream_matched":["東京都千代田区千代田一丁目一番一号"],"verified_level":8,"warnings":[]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"address":{"description":"Forward-geocoded Japanese address. / ジオコードする日本住所。","maxLength":500,"type":["string","null"]},"components":{"description":"Parsed address components when address is already parsed; at least one non-empty address field is required. / 解析済み住所構成要素。空でない住所項目を1つ以上指定します。","type":["object","null"]},"max_candidates":{"default":3,"description":"Maximum candidates. / 候補数上限。","maximum":10,"minimum":1,"type":"integer"},"minimum_acceptable_level":{"description":"Minimum hierarchy level accepted as matched; lower results are partial. / matchedとして受け入れる最小階層。下位候補はpartial。","maximum":8,"minimum":1,"type":["integer","null"]},"postal_code":{"description":"Optional postal-code evidence. / 任意の郵便番号根拠。","pattern":"^\\d{3}-?\\d{4}$","type":["string","null"]},"provider":{"default":"auto","description":"Geocoder provider selection. / 地理コードプロバイダ。","enum":["auto","local_jageocoder"],"type":"string"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"candidate_count":{"type":"integer"},"candidates":{"items":{"properties":{"address_id":{"type":["integer","string","null"]},"confidence":{"type":"number"},"granularity":{"type":"string"},"latitude":{"type":["number","null"]},"longitude":{"type":["number","null"]},"match_completeness":{"type":"string"},"match_level":{"type":"integer"},"normalized":{"type":"string"},"reasons":{"items":{"type":"string"},"type":"array"},"source":{"type":"string"},"unmatched_tail":{"type":["string","null"]}},"type":"object"},"type":"array"},"dictionary_version":{"type":["string","null"]},"geocoder_status":{"type":"string"},"matched":{"type":["string","null"]},"minimum_acceptable_level":{"type":["integer","null"]},"precision_satisfied":{"type":"boolean"},"status":{"type":"string"},"type":"object","upstream_matched":{"items":{"type":"string"},"type":"array"},"verified_level":{"type":["integer","null"]},"warnings":{"items":{"type":"string"},"type":"array"}},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-10T15:46:15.547Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-26T00:44:08.465Z"},"resource":"https://api.jpverify.com/jp-address/geocode","serviceName":"Japan Address Geocode","tags":["japan","address","geocode","forward-geocoding","coordinates"],"type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Address geocoding API for agents: geocode one U.S., Puerto Rico, or U.S. Island Areas address for $0.001 USDC through the public Census Geocoder. Returns approximate coordinates with required Census attribution—no global maps, navigation, or address retention.","extra":{"accept_label":"Coinbase CDP","app":"Delx Commerce","erc8004_id":"14340","facilitator_url":"https://api.cdp.coinbase.com/platform/v2/x402","name":"USD Coin","provider":"coinbase","provider_label":"Coinbase CDP","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/geocode-us","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Address geocoding API for agents: geocode one U.S., Puerto Rico, or U.S. Island Areas address for $0.001 USDC through the public Census Geocoder. Returns approximate coordinates with required Census attribution—no global maps, navigation, or address retention.","extra":{"accept_label":"PayAI Base","app":"Delx Commerce","erc8004_id":"14340","facilitator_url":"https://facilitator.payai.network","name":"USD Coin","provider":"payai","provider_label":"PayAI Base","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/geocode-us","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","description":"Address geocoding API for agents: geocode one U.S., Puerto Rico, or U.S. Island Areas address for $0.001 USDC through the public Census Geocoder. Returns approximate coordinates with required Census attribution—no global maps, navigation, or address retention.","extra":{"accept_label":"PayAI Solana","app":"Delx Commerce","erc8004_id":"14340","facilitator_url":"https://facilitator.payai.network","feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4","name":"USD Coin","provider":"payai","provider_label":"PayAI Solana","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG","resource":"https://api.delx.ai/api/v1/x402/geocode-us","scheme":"exact"}],"description":"Address geocoding API for agents: geocode one U.S., Puerto Rico, or U.S. Island Areas address for $0.001 USDC through the public Census Geocoder. Returns approximate coordinates with required Census attribution—no global maps, navigation, or address retention.","extensions":{"bazaar":{"category":"maps","info":{"input":{"body":{"address":"1600 Pennsylvania Ave NW, Washington, DC 20500"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":{"attribution":"This product uses the Census Bureau Data API but is not endorsed or certified by the Census Bureau.","benchmark":"Public_AR_Current","coverage":"US, Puerto Rico and U.S. Island Areas","data_note":"Coordinates are based on Census address ranges and may be interpolated; this is not a precise rooftop or navigation service.","match_count":1,"matches":[{"address_components":{"city":"WASHINGTON","state":"DC","zip":"20500"},"coordinates":{"latitude":38.8977,"longitude":-77.0365},"matched_address":"1600 PENNSYLVANIA AVE NW, WASHINGTON, DC, 20500"}],"privacy":"Delx does not retain the submitted address or include it in request logs.","provider":"U.S. Census Bureau Geocoder","provider_url":"https://www.census.gov/data/developers/data-sets/Geocoding-services.html","schema":"delx/us-geocode/v1","terms_url":"https://www.census.gov/data/developers/about/terms-of-service.html","upstream_error":false},"tool_name":"geocode_us_address"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"address":{"description":"One U.S., Puerto Rico, or U.S. Island Areas address to geocode.","maxLength":300,"minLength":1,"type":"string"},"benchmark":{"default":"Public_AR_Current","enum":["Public_AR_Current","4"],"type":"string"},"timeout":{"default":8,"maximum":8,"minimum":2,"type":"integer"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"result":{"attribution":"This product uses the Census Bureau Data API but is not endorsed or certified by the Census Bureau.","benchmark":"Public_AR_Current","coverage":"US, Puerto Rico and U.S. Island Areas","data_note":"Coordinates are based on Census address ranges and may be interpolated; this is not a precise rooftop or navigation service.","match_count":1,"matches":[{"address_components":{"city":"WASHINGTON","state":"DC","zip":"20500"},"coordinates":{"latitude":38.8977,"longitude":-77.0365},"matched_address":"1600 PENNSYLVANIA AVE NW, WASHINGTON, DC, 20500"}],"privacy":"Delx does not retain the submitted address or include it in request logs.","provider":"U.S. Census Bureau Geocoder","provider_url":"https://www.census.gov/data/developers/data-sets/Geocoding-services.html","schema":"delx/us-geocode/v1","terms_url":"https://www.census.gov/data/developers/about/terms-of-service.html","upstream_error":false},"tool_name":"geocode_us_address"},"type":{"const":"json","type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"},"serviceName":"Delx US Geocode","summary":"Address geocoding API for agents: geocode one U.S., Puerto Rico, or U.S. Island Areas address for $0.001 USDC through the public Census Geocoder. Returns approximate coordinates with required Census attribution—no global maps, navigation, or address retention.","tags":["x402","maps","geocoding","address-geocoding","address-geocoding-api","geocode","census","public-data","us-only","agent"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1785330572/bazaar-icons/f116ee851813c2b6.png","lastUpdated":"2026-08-26T22:57:27.029Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-26T22:57:26.412Z"},"resource":"https://api.delx.ai/api/v1/x402/geocode-us","serviceName":"Delx US Geocode","tags":["x402","maps","geocoding","address-geocoding","address-geocoding-api"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x2740651e046c59aB2A6510401140643292d3a96F","scheme":"exact"}],"description":"Forward geocoding: street address or place name to latitude/longitude, worldwide, via OpenStreetMap Nominatim. Returns best {lat, lon, displayName, type, importance}, count and attribution. Requires ?q=\u003caddress or place name\u003e, max 300 chars. Errors: 400 missing_query|query_too_long, 404 no_match - a coordinate is never guessed, 502 geocoder_unavailable|geocoder_failed. The OPPOSITE direction (coordinates to an address) is /reverse-geocode. /weather needs lat+lon, so call this first.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"q":"Eiffel Tower, Paris"},"type":"http"},"output":{"example":{"attribution":"Data © OpenStreetMap contributors, ODbL. Geocoding via Nominatim.","best":{"displayName":"Tour Eiffel, Avenue Gustave Eiffel, Paris, France","importance":0.71,"lat":48.8583,"lon":2.2945,"type":"attraction"},"count":1,"query":"Eiffel Tower, Paris","ts":"2026-08-01T00:00:00.000Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"q":{"description":"Street address or place name, e.g. \"1600 Amphitheatre Parkway, Mountain View\" or \"Eiffel Tower, Paris\". Max 300 chars.","type":"string"}},"required":["q"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-30T07:40:29.814Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-30T07:40:29.599Z"},"resource":"https://x402.donnyautomation.com/geocode","serviceName":"DEX Data \u0026 Agent Utilities","tags":["geocoding","address-lookup","maps","location","openstreetmap"],"type":"http","x402Version":2},{"accepts":[{"amount":"6000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A","scheme":"exact"}],"description":"Convert latitude/longitude coordinates into the nearest structured address. Optionally set the preferred result language.","extensions":{"bazaar":{"info":{"input":{"body":{"lang":"US","lat":1,"lon":1},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"lang":{"description":"Preferred result language (2-letter code).","pattern":"^[A-Za-z]{2}$","type":"string"},"lat":{"description":"Latitude in decimal degrees.","maximum":90,"minimum":-90,"type":"number"},"lon":{"description":"Longitude in decimal degrees.","maximum":180,"minimum":-180,"type":"number"}},"required":["lat","lon"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-06T08:18:18.34Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-06T08:18:17.989Z"},"resource":"https://geocode.openverbs.com/v1/reverse","serviceName":"Reverse geocode","tags":["reverse geocode","coordinates to address","lat lon address lookup","nearest address api","gps reverse geocoding"],"type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xe4A4E5B226bE71e7b6eD523bc7a91089c770572F","scheme":"exact"}],"description":"Japanese address parser and component extraction. Keywords: Japanese address parser, address components, chome, block, lot, house, 丁目, 番地, 号. Parse a Japanese address into components without returning postal validation or geocoding; local postal prefix evidence may safely recover a unique town or report ambiguity. / 日本住所を構造化します。郵便番号の検証結果・ジオコーディングは返しませんが、町域の一意な前方一致による補完・曖昧性判定のためローカル郵便データを内部参照する場合があります。","extensions":{"bazaar":{"info":{"input":{"body":{"address":"東京都千代田区千代田1丁目1番1号","response_language":"ja"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"block":"1番","chome":"1丁目","city":"千代田区","house":"1号","normalized":"東京都千代田区千代田1丁目1番1号","original":"東京都千代田区千代田1丁目1番1号","parse_confidence":0.95,"parse_status":"parsed","prefecture":"東京都","town":"千代田"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"address":{"description":"Japanese address to parse. / 解析する日本住所。","maxLength":500,"minLength":1,"type":"string"},"parser_profile":{"description":"Parser strictness profile. / 解析の厳格さ。","enum":["standard","strict"],"type":"string"},"postal_code":{"description":"Optional Japan postal code used as evidence, not geocoding output. / 任意の郵便番号。根拠として使用します。","pattern":"^\\d{3}-?\\d{4}$","type":["string","null"]},"response_language":{"description":"Language of localized output fields. / 出力言語。","enum":["ja","both"],"type":"string"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"block":{"type":["string","null"]},"building":{"type":["string","null"]},"changes":{"items":{"type":"string"},"type":"array"},"chome":{"type":["string","null"]},"city":{"type":["string","null"]},"county":{"type":["string","null"]},"floor":{"type":["string","null"]},"granularity":{"type":"string"},"house":{"type":["string","null"]},"lot":{"type":["string","null"]},"normalized":{"type":"string"},"original":{"type":"string"},"other":{"items":{"type":"string"},"type":"array"},"parse_confidence":{"type":"number"},"parse_status":{"type":"string"},"parser_version":{"type":"string"},"postal_code":{"type":["string","null"]},"prefecture":{"type":["string","null"]},"requested_level":{"type":"integer"},"response_language":{"type":"string"},"room":{"type":["string","null"]},"town":{"type":["string","null"]},"town_recovery":{"type":["object","null"]},"type":"object","unparsed":{"items":{"type":"string"},"type":"array"},"ward":{"type":["string","null"]},"warnings":{"items":{"type":"string"},"type":"array"}},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-19T13:21:45.914Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-19T13:21:45.22Z"},"resource":"https://api.jpverify.com/jp-address/parse","serviceName":"Japan Address Parse","tags":["japan","address","parse","components","chome"],"type":"http","x402Version":2}],"searchMethod":"hybrid","x402Version":2,"meta":{"searchToken":"aqxvtih5a24ukaa"}}
