{"openapi":"3.1.0","info":{"title":"GeoPlace","description":"Address-to-coordinates, reverse geocoding, and place metadata. Pay-per-query — no Google API key required.","version":"2.0.0","x-tagline":"Place lookup and geocoding for AI agents."},"servers":[{"url":"https://geoplace.melis.ai"}],"x-agentcash-guidance":{"llmsTxtUrl":"https://geoplace.melis.ai/llms.txt","iconUrl":"https://geoplace.melis.ai/favicon.svg","paymentProtocol":"x402","paymentNetwork":"base"},"paths":{"/geocode":{"get":{"operationId":"get__geocode","summary":"Forward geocode a free-text place query","description":"Converts an address, landmark, or place name into coordinates via Nominatim/OSM.","security":[],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}}]},"x-x402-resource":{"url":"https://geoplace.melis.ai/geocode","serviceName":"GeoPlace","description":"Converts an address, landmark, or place name into coordinates via Nominatim/OSM.","mimeType":"application/json","tags":["geocoding","maps","utility"],"iconUrl":"https://geoplace.melis.ai/favicon.svg"},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment Required — supply X-Payment header"}}}},"/reverse":{"get":{"operationId":"get__reverse","summary":"Reverse geocode coordinates to an address","description":"Converts a lat/lon pair into a human-readable address and address components.","security":[],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}}]},"x-x402-resource":{"url":"https://geoplace.melis.ai/reverse","serviceName":"GeoPlace","description":"Converts a lat/lon pair into a human-readable address and address components.","mimeType":"application/json","tags":["geocoding","maps","utility"],"iconUrl":"https://geoplace.melis.ai/favicon.svg"},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment Required — supply X-Payment header"}}}},"/places":{"get":{"operationId":"get__places","summary":"Nearby OSM points-of-interest","description":"Returns points-of-interest matching a category query within a radius of a lat/lon centre.","security":[],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.001000"},"protocols":[{"x402":{}}]},"x-x402-resource":{"url":"https://geoplace.melis.ai/places","serviceName":"GeoPlace","description":"Returns points-of-interest matching a category query within a radius of a lat/lon centre.","mimeType":"application/json","tags":["geocoding","maps","utility"],"iconUrl":"https://geoplace.melis.ai/favicon.svg"},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment Required — supply X-Payment header"}}}}}}