/api/public/v1.
Only the latest version of the API is exposed and documented. There is no
access to previous minor versions (as they do not introduce breaking changes).
- Major (
v1→v2): breaking changes. - Minor (
1.1.0→1.2.0): backward-compatible additions (new endpoints, new optional fields). - Patch (
1.2.0→1.2.1): backward-compatible fixes.

