API Cache Service
Offload repetitive upstream calls, smooth out rate limits, and serve consistent low‑latency data to all internal services. Centralized scheduling spreads load & avoids bursts. Fine‑grained token permissions keep access tight.
These endpoints are public (no token required), cached for 600 seconds, and rate-limited to 20 requests/min per IP. Responses return plain text numbers only — perfect for displaying counts directly in widgets, Discord bots, or website badges.
| Path | Method | Description | Returns |
|---|---|---|---|
/stats/playercount | GET | Current ERLC player count | Plain text number |
/stats/ALBM/membercount | GET | Alabama Roleplay Discord members | Plain text number |
/stats/AHP/membercount | GET | Alabama Highway Patrol members | Plain text number |
/stats/AFD/membercount | GET | Alabama Fire Department members | Plain text number |
/stats/APD/membercount | GET | Alabama Police Department members | Plain text number |
/stats/FBI/membercount | GET | FBI Department members | Plain text number |
/stats/DOT/membercount | GET | DOT Department members | Plain text number |
Live registry of cached endpoints. For detailed documentation, authentication, and usage examples, visit docs.api.albm.fun.
| Path | Permission | Method | Cache Mode | TTL | Interval |
|---|
For complete API reference and advanced usage patterns, visit docs.api.albm.fun
Request access to the API Cache Service for your projects. Join our Discord community to submit your access request and connect with our team.
Join Discord & Request Access