> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orcrev.fit/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the orcrev.fit API Documentation

# Welcome to orcrev.fit API docs

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

## Features

<CardGroup cols={2}>
  <Card title="Services API" icon="server" href="/api-reference/services-list">
    Access real-time service status and online player counts
  </Card>

  <Card title="Metrics API" icon="chart-line" href="/api-reference/metrics">
    Track historical data and peak metrics
  </Card>

  <Card title="Visitors API" icon="users" href="/api-reference/visitors">
    Monitor active user sessions
  </Card>

  <Card title="Revivals API" icon="rotate" href="/api-reference/revivals">
    Track service revivals and comebacks
  </Card>
</CardGroup>

## 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

```json theme={null}
{
  "items": [...],
  "page": 1,
  "pageSize": 30,
  "total": 100
}
```

### Error Response

```json theme={null}
{
  "error": "Error message description"
}
```

## Rate Limiting

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