{"service":"Marine","version":"0.1.0","description":"Marine intelligence: wave/weather, ocean currents, sea surface temperature, tides, port database, vessel type classification, buoy observations, and AI reasoning","endpoints":{"/marine/weather":{"methods":["GET"],"description":"Current wave/swell/current/SST at a location"},"/marine/winds":{"methods":["GET"],"description":"Marine surface wind speed/direction/gusts"},"/marine/ports":{"methods":["GET"],"description":"Search maritime ports by name/country/LOCODE"},"/marine/port":{"methods":["GET"],"description":"Specific port details by UN/LOCODE"},"/marine/buoys":{"methods":["GET"],"description":"Nearest buoy observations"},"/marine/vessels":{"methods":["GET"],"description":"Vessel type lookup by AIS code or keyword"},"/marine/tides":{"methods":["GET"],"description":"Tide predictions via sea level height"},"/marine/ask":{"methods":["POST"],"description":"Multi-source AI marine reasoning"},"/marine/feedback":{"methods":["GET","POST"],"description":"Rate a previous response (free, no payment)"},"/about":{"methods":["GET"],"description":"Service metadata and pricing"},"/health":{"methods":["GET"],"description":"Health check"},"/.well-known/x402.json":{"methods":["GET"],"description":"x402 discovery manifest"},"/openapi.json":{"methods":["GET"],"description":"OpenAPI schema"}}}