快速入门
请求 JSON
curl "https://super-calendar.io/api/weather?city=Sao%20Paulo&units=metric&lang=zh-CN&format=json"
JSON 响应包含规范化的头部元数据和事件数据。在绑定生产代码前,请查阅 /api/docs 中的实时操作 schema。
请求 ICS
curl "https://super-calendar.io/api/weather?city=Sao%20Paulo&units=metric&lang=zh-CN&format=ics"
将生成的 URL 作为订阅添加到兼容的日历客户端。
无需调用提供商即可检查
提供静态示例的操作可使用 example=true 请求。当 snapshot 存在时,OpenAPI 操作会包含 x-example 和 x-example-url 元数据。