Skip to main content

Welcome to orcrev.fit API docs

orcrev.fit provides a comprehensive API for accessing service monitoring data, metrics, and analytics.

Features

Services API

Access real-time service status and online player counts

Metrics API

Track historical data and peak metrics

Visitors API

Monitor active user sessions

Revivals API

Track service revivals and comebacks

Base URL

All API requests should be made to:
https://www.orcrev.fit/api

Response Format

All responses are returned in JSON format with appropriate HTTP status codes.

Success Response

{
  "items": [...],
  "page": 1,
  "pageSize": 30,
  "total": 100
}

Error Response

{
  "error": "Error message description"
}

Rate Limiting

The API uses caching with s-maxage=30 and stale-while-revalidate=120 headers for optimal performance.