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.

ParameterTypeExampleDetails
usernameStringtrentellingsenThe username that you want the play logs for
game_idString6FmFeux5xHThe the plays for the game Pandemic
countBooleantrueReturns the total count of plays based on the request parameters
limitInt30The limit of results (Default 100)
skipInt30The amount of results to skip (Typically used for paging)