Hypixel player stats
Access Hypixel player statistics through its public API.
import requests
api_key = 'YOUR_API_KEY'
player_uuid = 'PLAYER_UUID'
url = f'https://api.hypixel.net/v2/player?uuid={player_uuid}&key={api_key}'
response = requests.get(url)
data = response.json()
print(data)Last 50 checks (10 min intervals)