Changelog
Every change to the public /v1 API lands here. If you run against it in production, this
is the page to watch.
Versioning policy
- No breaking changes within
/v1. Changes are additive — new endpoints, new optional fields, new models. - New response fields may appear at any time; tolerate unknown fields in your client.
- Anything breaking would ship under a new version prefix (
/v2), never silently inside/v1. - Deprecations are announced here with at least a 6-month sunset before removal.
Releases
v1 — public API + developer portal
- Public, token-authenticated
/v1API opened to all developers. - Personal access tokens (
wf_pat_…): create / list / revoke under Account → API tokens. GET /v1/models— full catalogue with bounds, params, resolution and run cadence.GET /v1/grib— one-shot sliceless download.POST/GET/PATCH/DELETE /v1/slices+GET /v1/dl/<token>— saved, refreshable downloads with tags.GET /v1/auth/me— tier, daily quota and allowed models.- This developer portal launched alongside the OpenCPN weatherfiles_pi plugin Beta.