Puzzles

Client.get_daily_puzzle()

Get the daily puzzle

Returns

A dictionary with the daily puzzle

Return type

dict


Client.get_puzzle_activity(max_entries=None)

Get your puzzle activity

Parameters

max_entries (Optional[int]) – Number of entries to download (leave empty to download all activity)

Returns

A list with dictionaries containing all your puzzle activity

Return type

list


Client.get_puzzle_dashboard(days)

Get your puzzle dashboard

Parameters

days (int) – Number of days to look back when aggregating puzzle results

Returns

A dictionary with your puzzle dashboard data

Return type

dict


Client.get_storm_dashboard(user, days=30)

Get the storm dashboard of a player

Parameters
  • user (str) – User to query their storm dashboard data

  • days (Optional[int]) – Number of days of history to return (set to zero for only highscores)

Returns

A dictionary with the storm dashboard data of the user

Return type

dict