Super Calendar API Docs

Quickstart

Request JSON

curl "https://super-calendar.io/api/weather?city=Sao%20Paulo&units=metric&lang=en&format=json"

The JSON response contains normalized head metadata and event data. Consult the live operation schema in /api/docs before binding production code.

Request ICS

curl "https://super-calendar.io/api/weather?city=Sao%20Paulo&units=metric&lang=en&format=ics"

Use the resulting URL as a subscription in a compatible calendar client.

Inspect without a provider call

Operations that expose a static example can be requested with example=true. The OpenAPI operation includes x-example and x-example-url metadata when that snapshot exists.