List¶
Returns a list of the player data.
HTTP request¶
GET https://megamify.com/api/v1/player/:player_id/data/
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 |
|---|---|---|
| string_objects | List of Player Data objects | List of Player Data |
| json_objects | List of Player Data objects | List of Player Data |
| int_objects | List of Player Data objects | List of Player Data |