Interactive Playground
Test the API directly in your browser with real-time requests and responses.
Try it Live
Click "Send Request" to see the API response here...
Example Requests
Click any example below to load it into the playground:
Basic Request
Fetch basic user info with groups
{ "username": "PapaAleks11", "includeGroups": true }
Full Request
Fetch all available data
{ "username": "PapaAleks11", "includeAvatar": true, "includePresence": true, "includeFriendsCount": true, "includeFollowersCount": true, "includeFollowingCount": true, "includeGroups": true }
Group-Specific Request
Check user's role in a specific group
{ "username": "PapaAleks11", "groupId": 4914494, "includeGroups": true }
User ID Request
Use user ID instead of username
{ "userId": 1478795848, "includeAvatar": true }