GET /api/plays
Supported formats: json
Returns a list of recorded plays for a user or for a game. If the username
parameter is used, ALL plays for that user will be returned. Otherwise the amount returned will be based on the limit
parameter.
Example
This is an example of recent plays
GEThttps://api.boardgameatlas.com/api/plays?client_id=
Parameters
These are all the posible parameters to add to the request to filter or change the results based on how each function.
Parameter | Type | Example | Details |
---|---|---|---|
username | String | trentellingsen | The username that you want the play logs for |
game_id | String | 6FmFeux5xH | The the plays for the game Pandemic |
count | Boolean | true | Returns the total count of plays based on the request parameters |
limit | Int | 30 | The limit of results (Default 100) |
skip | Int | 30 | The amount of results to skip (Typically used for paging) |