# Fexmetrics ## Docs - [Introduction](https://docs.fexmetrics.com/introduction.md): Fexmetrics provides FiveM and RedM server data, history, analytics, comparisons, and integrity signals through RapidAPI. - [Quickstart](https://docs.fexmetrics.com/quickstart.md): Subscribe on RapidAPI and make your first Fexmetrics request. - [Authentication](https://docs.fexmetrics.com/authentication.md): Authenticate Fexmetrics requests through RapidAPI with X-RapidAPI-Key. - [Plans & Limits](https://docs.fexmetrics.com/plans/overview.md): Compare Fexmetrics plans, request quotas, rate limits, history depth, and integrity access. - [Historical Data](https://docs.fexmetrics.com/guides/historical-data.md): Choose between raw player-count history and derived analytics. - [Integrity](https://docs.fexmetrics.com/guides/integrity.md): Use integrity signals to review unusual player-count patterns. - [Errors](https://docs.fexmetrics.com/guides/error-handling.md): Handle Fexmetrics error responses and rate limits. - [List Servers](https://docs.fexmetrics.com/api-reference/servers/list-servers.md): Returns paginated public FiveM and RedM servers. Filter by game, region, name, or online state. - [Get Server](https://docs.fexmetrics.com/api-reference/servers/get-server.md): Returns one public server by Fexmetrics ID or CFX ID. - [Get History](https://docs.fexmetrics.com/api-reference/raw-history/get-history.md): Returns recorded player-count points. Range depth depends on plan: BASIC supports `1h` and `24h`, PRO adds `1m`, and ULTRA and MEGA add `1y`. - [Stats](https://docs.fexmetrics.com/api-reference/analytics/stats.md): Returns derived player statistics for `24h`, `7d`, `30d`, `90d`, or `1y`. Available on all standard plans; this does not grant raw-history access for the same range. - [Growth](https://docs.fexmetrics.com/api-reference/analytics/growth.md): Returns derived player growth for `24h`, `7d`, `30d`, `90d`, or `1y`. Available on all standard plans. - [Peak Hours](https://docs.fexmetrics.com/api-reference/analytics/peak-hours.md): Returns UTC peak-hour profiles for `7d`, `30d`, `90d`, or `1y`. Available on all standard plans. - [Integrity](https://docs.fexmetrics.com/api-reference/integrity/integrity.md): Integrity analyzes historical player-count patterns for unusual or potentially artificial population behavior. Available on PRO, ULTRA, and MEGA. Results are heuristic indicators, not definitive proof or a calibrated probability. - [Compare Servers](https://docs.fexmetrics.com/api-reference/comparison/compare-servers.md): Compares 2-5 servers over one analytics range. Use `by=id` or `by=cfxId` for each reference. Available on all standard plans. ## OpenAPI Specs - [rapidapi-v1](https://docs.fexmetrics.com/rapidapi-v1.yaml)