Documentation Index
Fetch the complete documentation index at: https://rocks.docs.rive.wtf/llms.txt
Use this file to discover all available pages before exploring further.
Every API key is tied to one IP. To apply for a key, DM southctrl on Discord.
Quick Start
Good for PSN profile cards, trophy trackers, and player presence tools.
Get Player Info
Get detailed information about a PSN player by their username, including trophy counts and online presence.Endpoint
Path Parameters
PSN username.
Example Request
cURL
JavaScript
Python
Example Response
Response Fields
The player’s PSN username as it appears on their profile.
URL to the player’s PSN avatar image.
The player’s profile bio.
null if not set.Languages set on the player’s profile (e.g.
"en-US", "de-DE").Whether the player has an active PlayStation Plus subscription.
Whether the player is an officially verified PSN account.
The player’s current online status.
null if their presence is private.ISO 8601 timestamp of when the player was last online.
null if private.Title of the game the player is currently playing.
null if offline or private.Platform the player is currently active on (e.g.
"PS5", "PS4"). null if offline or private.The player’s overall trophy level.
Percentage progress towards the next trophy level (0–100).
The tier bracket the player’s trophy level falls within (1–8).
Total number of trophies earned across all types.
Number of platinum trophies earned.
Number of gold trophies earned.
Number of silver trophies earned.
Number of bronze trophies earned.
List of recently played titles. Empty if the player’s game library is private.
Presence data (
online_status, last_online, current_game, current_platform) and recent_titles will be empty or null if the player has set their profile to private.