Apex Legends Status  |  Apex Legends server status and player statistics

Private/Custom games statistics

⚠️ DGS now fully supports Stats Tokens, and is set to replace Custom Games Statistics in the future (Custom Games Statistics remains available until mid 2024). It's still free, has a better UI/UX, more robust & more configuration options. Start using DGS here

Using stats tokens


To access your statistics, use your Stats token in the CSV file provided, which contains all your keys. If you want to group multiple Stats token, use a ";" as a separator. Example: aaa_token1;aaa_token2;aaa_token3. Make sure to NOT show the Stats token to others as it can contain sensitive information.

After entering your stats token, you will be redirected to your statistics page. You will be given a public code that you can publicly share to avoid giving away your Stats token. Only users who entered the Stats token will be able to edit the settings.


Tokens format:

Apex Stats Token: aXXXXXXX-XXXXXXXXXXXXXXXX

ALS Sharing Token: sXXXXXX

For additional protection, your stats tokens will be encrypted. Your stats tokens will not be visible to others.
Important: make sure your teams keep the EXACT same name across different games to avoid any issue.



Using JSON file

When using a JSON file, your data will not be automatically updated on the ALS website. You will have to upload your JSON file each time you want to update data on this page. Please note that this mode only allows for one JSON file at a time for now. If you wish to combine multiple games, see "Using stats tokens" above.

To download your JSON files, go to the URL https://r5-crossplay.r5prod.stryder.respawn.com/privatematch/?token=YOUR_STATS_TOKEN. YOUR_STATS_TOKEN can be found in the CSV file that has been provided to you by Respawn.



API Access

You can use the ALS API to share your custom games data without exposing your stats (and admin) tokens. The API will also provide scoring for each game using your custom config defined in your game settings. Your ALS API key can be found by clicking here (must have an ALS account).

To call the API, make a GET request to https://apexlegendsstatus.com/api/customgame?auth=YOUR_ALS_API_KEY&qt=get-data&gameId=YOUR_GAME_ID&game=GAME_NUMBER

Replace YOUR_ALS_API_KEY with your ALS API key.
Replace YOUR_GAME_ID with the UUID in the URL when looking at a game (example: in https://apexlegendsstatus.com/custom-games/e42b06ab-6b3b-4895-afab-e988fc426165/game-0, the UUID is e42b06ab-6b3b-4895-afab-e988fc426165). You can also use the ALS sharing code.
Replace GAME_NUMBER with the game number (same as displayed on the game page). Using GAME_NUMBER=0 will do a summary of all games.

The data structure is similar to all requests, hitting the endpoint for any game with GAME_NUMBER=0 and =1 will give you everything you need.

🍪 Click here to open cookie settings