快速入門
請求 JSON
curl "https://super-calendar.io/api/weather?city=Sao%20Paulo&units=metric&lang=zh-TW&format=json"
JSON 回應包含正規化的標頭中繼資料與事件資料。在綁定正式環境程式碼前,請查閱 /api/docs 中的即時操作 schema。
請求 ICS
curl "https://super-calendar.io/api/weather?city=Sao%20Paulo&units=metric&lang=zh-TW&format=ics"
將產生的 URL 作為訂閱加入相容的行事曆用戶端。
不呼叫供應商即可檢查
提供靜態範例的操作可使用 example=true 請求。當 snapshot 存在時,OpenAPI 操作會包含 x-example 與 x-example-url 中繼資料。