# Samples Sample score data from `ScoreSaberAPI.get_player_scores(player_id)`: ```python {'score': {'id': 85407530, 'rank': 67, 'baseScore': 386772, 'modifiedScore': 386772, 'pp': 224.1916, 'weight': 1.794356027547591e-07, 'modifiers': '', 'multiplier': 1, 'badCuts': 0, 'missedNotes': 0, 'maxCombo': 443, 'fullCombo': True, 'hmd': 0, 'hasReplay': True, 'timeSet': '2024-10-15T00:07:34+00:00', 'deviceHmd': 'Vive', 'deviceControllerLeft': 'Touch', 'deviceControllerRight': 'Touch', 'leaderboardPlayerInfo': None}, 'leaderboard': {'id': 610340, 'songHash': '75A0E9F214BA9A7C2156D6E29920F112B6423CD0', 'songName': 'Retroscope', 'songSubName': '', 'songAuthorName': 'Adust Rain', 'levelAuthorName': 'ViSi', 'difficulty': {'leaderboardId': 610340, 'difficulty': 1, 'gameMode': 'SoloStandard', 'difficultyRaw': '_Easy_SoloStandard'}, 'maxScore': 400315, 'createdDate': '2024-06-01T15:12:31+00:00', 'rankedDate': '2024-10-08T11:45:57+00:00', 'qualifiedDate': '2024-09-24T19:31:54+00:00', 'lovedDate': None, 'ranked': True, 'qualified': False, 'loved': False, 'maxPP': -1, 'stars': 4.52, 'positiveModifiers': False, 'plays': 150, 'dailyPlays': 6, 'coverImage': 'https://cdn.scoresaber.com/covers/75A0E9F214BA9A7C2156D6E29920F112B6423CD0.png', 'playerScore': None, 'difficulties': []}} ``` Sample score data from `BeatLeaderAPI.get_player_scores(player_id)`: ```python {'score': {'id': 18489479, 'baseScore': 386772, 'modifiedScore': 386772, 'modifiers': '', 'fullCombo': True, 'maxCombo': 443, 'missedNotes': 0, 'badCuts': 0, 'hmd': 512, 'controller': 1, 'accuracy': 0.9661691, 'pp': 157.62836, 'epochTime': 1728950853}, 'leaderboard': {'id': '3d2c511', 'songHash': '75a0e9f214ba9a7c2156d6e29920f112b6423cd0', 'modeName': 'Standard', 'difficulty': 1}} ```