{"@context":["https://schema.org",{"x402":"https://x402.org/protocol#","bazaar":"https://x402.org/extensions/bazaar#"}],"@type":"WebAPI","name":"ENSO Index & Parametric Insurance Trigger API","description":"El Niño/La Niña monitoring and parametric insurance triggers with deterministic, smart-contract-verifiable proof hashes. x402 micropayments on Base.","url":"https://enso.nobar-party.cloud","version":"1.0.0","provider":{"@type":"Organization","name":"Nobar Party"},"documentation":"https://enso.nobar-party.cloud/docs","x402":{"version":2,"network":"eip155:8453","acceptedAssets":["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"],"scheme":"exact"},"hasOfferCatalog":{"@type":"OfferCatalog","name":"ENSO Endpoints","itemListElement":[{"@type":"Offer","itemOffered":{"@type":"Service","name":"Current ENSO Status","description":"Latest ONI reading with phase, intensity, and duration"},"price":"0.01","priceCurrency":"USDC","url":"https://enso.nobar-party.cloud/api/enso/current","x402:endpoint":{"method":"GET","path":"/api/enso/current","queryParams":{},"payment":{"scheme":"exact","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","payTo":"0xE1834d8cbE6b88550c1BCC40eafB62cf77b230d2","decimals":6}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Insurance Trigger Evaluation","description":"Evaluate a parametric insurance trigger for a region + peril. Returns trigger_met and a deterministic proof_hash."},"price":"0.1","priceCurrency":"USDC","url":"https://enso.nobar-party.cloud/api/insurance/trigger","x402:endpoint":{"method":"GET","path":"/api/insurance/trigger","queryParams":{"region":{"type":"string","required":true},"peril":{"type":"string","required":true,"enum":["drought_rainfall_below","flood_rainfall_above","fire_risk_high","enso_phase_confirmed"]},"threshold":{"type":"number_or_string","required":true,"description":"Numeric for rainfall perils; phase-string for enso_phase_confirmed."},"window_months":{"type":"integer","default":3,"range":"1..12"}},"payment":{"scheme":"exact","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"100000","payTo":"0xE1834d8cbE6b88550c1BCC40eafB62cf77b230d2","decimals":6}}}]},"example":{"request_current":"curl 'https://enso.nobar-party.cloud/api/enso/current'","request_trigger":"curl 'https://enso.nobar-party.cloud/api/insurance/trigger?region=us_midwest&peril=drought_rainfall_below&threshold=-20&window_months=3'"}}