{"openapi":"3.1.0","info":{"title":"KosmoStream — Biodynamic planting reports","version":"1.0.0","contact":{"email":"hello@kosmogrow.com"},"x-guidance":"Location + date based biodynamic planting intelligence. Pay per request in USDC on Base (x402). lat/lon are decimal degrees, date is ISO YYYY-MM-DD. Start with /v1/section/bd-today/{lat}/{lon}/{date} for the cheapest single-section sample before buying the full report. Separately, GET /v1/knowledge (free, no payment) lists every knowledge-base item — soil blends, growing techniques, pest/plant field guides — with its price; each item's full content is GET /v1/knowledge/{category}/{slug}.","x-tagline":"Know the best days to plant, tend, and harvest","x-summary":["KosmoStream turns your farm's exact location and date into a clear planting guide.","It combines weather, moon phase, and the traditional biodynamic calendar — Fruit, Root, Leaf, Flower, or Rest days.","Buy just what you need: one section, the full report, or a 90-day planning window.","Pay a few cents in digital currency (USDC) on the Base network — no account or subscription."]},"servers":[{"url":"https://kosmostream-iaas.kosmogrow.workers.dev"}],"x-discovery":{"ownershipProofs":["0x80d75F15A8eC50E89Ee7350e2D2fBfc3c696e6d1"]},"paths":{"/v1/report/{lat}/{lon}/{date}":{"get":{"summary":"Weather, moon, and biodynamic day type for your location and date.","parameters":[{"name":"lat","in":"path","required":true,"schema":{"type":"string"},"description":"Latitude"},{"name":"lon","in":"path","required":true,"schema":{"type":"string"},"description":"Longitude"},{"name":"date","in":"path","required":true,"schema":{"type":"string"},"description":"Date"}],"responses":{"200":{"description":"Report data"},"402":{"description":"Payment required"}},"x-name":"Full report","x-recommended":true,"x-payment-info":{"protocols":[{"x402":{}}],"price":{"mode":"fixed","currency":"USD","amount":"0.08"}}}},"/v1/section/{sectionId}/{lat}/{lon}/{date}":{"get":{"summary":"A cheap way to try a single piece of the report.","x-name":"One section","parameters":[{"name":"sectionId","in":"path","required":true,"schema":{"type":"string","enum":["alerts","bd-today","forecast","astro","moon-phases","bd-ranges","space-weather","suggestions"]},"description":"Which part of the report"},{"name":"lat","in":"path","required":true,"schema":{"type":"string"},"description":"Latitude"},{"name":"lon","in":"path","required":true,"schema":{"type":"string"},"description":"Longitude"},{"name":"date","in":"path","required":true,"schema":{"type":"string"},"description":"Date"}],"responses":{"200":{"description":"Report data"},"402":{"description":"Payment required"}},"x-payment-info":{"protocols":[{"x402":{}}],"price":{"mode":"fixed","currency":"USD","amount":"0.008"}}}},"/v1/report/full/{lat}/{lon}/{date}":{"get":{"summary":"Full report plus a 90-day window for biodynamic days and moon phases.","x-name":"90-day report","parameters":[{"name":"lat","in":"path","required":true,"schema":{"type":"string"},"description":"Latitude"},{"name":"lon","in":"path","required":true,"schema":{"type":"string"},"description":"Longitude"},{"name":"date","in":"path","required":true,"schema":{"type":"string"},"description":"Date"}],"responses":{"200":{"description":"Report data"},"402":{"description":"Payment required"}},"x-payment-info":{"protocols":[{"x402":{}}],"price":{"mode":"fixed","currency":"USD","amount":"0.125"}}}},"/v1/knowledge/{category}/{slug}":{"get":{"summary":"Soil blends, growing methods, and field notes.","x-name":"Guides","parameters":[{"name":"category","in":"path","required":true,"schema":{"type":"string","enum":["recipes","techniques","field-guide","microgreens"]},"description":"Topic"},{"name":"slug","in":"path","required":true,"schema":{"type":"string"},"description":"Guide"}],"responses":{"200":{"description":"Report data"},"402":{"description":"Payment required"}},"x-payment-info":{"protocols":[{"x402":{}}],"price":{"mode":"fixed","currency":"USD","amount":"0.10"}},"x-coming-soon":true}}}}