Skip to main content

API Reference

This documentation covers all public API endpoints available in orcrev.fit.

Endpoints Overview

Authentication

Currently, all API endpoints are publicly accessible without authentication.

Response Codes

Caching

Most endpoints include caching headers:
  • s-maxage=30 - CDN cache for 30 seconds
  • stale-while-revalidate=120 - Serve stale while refreshing
Some endpoints like /api/overview and /api/metrics/history use no-store for real-time data.