- Pixel Strike 3D API in Python.
- Get Clan Leaderboards:
from ps3d_api import PS3D
# Fill in your information accordingly:
player = PS3D(playFabId="...", token="...", device_id="...")
print(player.get_leaderboards())
Is it Free to Use?
- Yes!
How to get Token & PlayFabID & DeviceID?
- Capture it using mitmproxy or HttpCanary.