List¶
Returns a list of the player statistics.
HTTP request¶
GET https://megamify.com/api/v1/player/:player_id/statistic/
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
player_id | True | int | The Player ID |
Headers¶
See Security section of the API Reference.
Body¶
Do not supply a request body with this method.
Response¶
Status: 200 OK
Name | Type | Description |
---|---|---|
list | List of PlayerStatistic objects | List of PlayerStatistics |