{"openapi":"3.1.0","info":{"title":"Lagodiresia.com public machine-readable API","version":"1.0.0","description":"Read-only editorial and discovery endpoints for the independent multilingual Lake Resia guide."},"servers":[{"url":"https://lagodiresia.com"}],"externalDocs":{"description":"Agent-readable resource index","url":"https://lagodiresia.com/llms.txt"},"paths":{"/ai-summary":{"get":{"operationId":"getAiSummary","summary":"Get a concise localized editorial summary","parameters":[{"name":"lang","in":"query","required":false,"schema":{"type":"string","enum":["it","en","de"],"default":"en"}}],"responses":{"200":{"description":"Localized Markdown summary","content":{"text/markdown":{"schema":{"type":"string"}}}}}}},"/llms.txt":{"get":{"operationId":"getLlmsIndex","summary":"Get the concise agent resource index","responses":{"200":{"description":"Plain-text resource index","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/llms-full.txt":{"get":{"operationId":"getLlmsFullGuide","summary":"Get the expanded machine-readable guide","responses":{"200":{"description":"Expanded plain-text guide","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/conditions":{"get":{"operationId":"getLakeConditions","summary":"Get source-attributed operational signals for Lake Resia","parameters":[{"name":"lang","in":"query","required":false,"schema":{"type":"string","enum":["it","en","de"],"default":"it"}}],"responses":{"200":{"description":"Weather, road, parking and webcam signals with freshness and source metadata","headers":{"Access-Control-Allow-Origin":{"schema":{"type":"string","const":"*"}}},"content":{"application/json":{"schema":{"type":"object"}}}}}}},"/data/lago-di-resia.json":{"get":{"operationId":"downloadLakeResiaFactsJson","summary":"Download verified Lake Resia facts as JSON","responses":{"200":{"description":"Versioned Schema.org Dataset with source evidence","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/data/lago-di-resia.csv":{"get":{"operationId":"downloadLakeResiaFactsCsv","summary":"Download verified Lake Resia facts as CSV","responses":{"200":{"description":"CSV facts with source URL and check date","content":{"text/csv":{"schema":{"type":"string"}}}}}}},"/data/datapackage.json":{"get":{"operationId":"downloadLakeResiaDataPackage","summary":"Download the Data Package manifest for every public dataset","responses":{"200":{"description":"Frictionless Data Package descriptor with resource schemas and provenance","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/CITATION.cff":{"get":{"operationId":"downloadLakeResiaCitation","summary":"Download machine-readable citation metadata for the Data Lab","responses":{"200":{"description":"Citation File Format metadata for the Lago di Resia Data Lab","content":{"text/yaml":{"schema":{"type":"string"}}}}}}},"/data/lago-di-resia.bib":{"get":{"operationId":"downloadLakeResiaCitationBibtex","summary":"Download a BibTeX citation for the Lago di Resia Data Lab","responses":{"200":{"description":"BibTeX metadata for reference managers and academic reuse","content":{"application/x-bibtex":{"schema":{"type":"string"}}}}}}},"/data/lago-di-resia.ris":{"get":{"operationId":"downloadLakeResiaCitationRis","summary":"Download an RIS citation for the Lago di Resia Data Lab","responses":{"200":{"description":"RIS metadata for reference managers and editorial reuse","content":{"application/x-research-info-systems":{"schema":{"type":"string"}}}}}}},"/data/punti-lago-di-resia.geojson":{"get":{"operationId":"downloadLakeResiaWaypointsGeoJson","summary":"Download sourced orientation points as GeoJSON","responses":{"200":{"description":"FeatureCollection of source-attributed waypoints, not a route","content":{"application/geo+json":{"schema":{"type":"object"}}}}}}},"/data/punti-lago-di-resia.gpx":{"get":{"operationId":"downloadLakeResiaWaypointsGpx","summary":"Download sourced orientation points as GPX","responses":{"200":{"description":"GPX waypoints without route or track claims","content":{"application/gpx+xml":{"schema":{"type":"string"}}}}}}},"/data/punti-lago-di-resia.kml":{"get":{"operationId":"downloadLakeResiaWaypointsKml","summary":"Download sourced orientation points as KML","responses":{"200":{"description":"KML placemarks without route or access claims","content":{"application/vnd.google-earth.kml+xml":{"schema":{"type":"string"}}}}}}},"/sitemap.md":{"get":{"operationId":"getMarkdownSitemap","summary":"Get the multilingual Markdown URL inventory","responses":{"200":{"description":"Markdown URL inventory","content":{"text/markdown":{"schema":{"type":"string"}}}}}}}}}