Discord Watcher API
Get User Watcher Data
Want to know what a Discord user is up to? This endpoint gives you real-time presence data including their activities, Spotify status, custom status, and more!
🔍 Endpoint
📝 Description
This endpoint fetches comprehensive user presence data from the LDEV Watcher System, including:
Basic user profile information
Current online status across platforms
Active sessions (desktop/mobile/web)
Spotify listening activity
Custom status
Other Discord activities
📊 Path Parameters
discord_id
integer
Yes
Discord user ID to fetch data for
✨ Response Format
❌ Error Responses
User Not Found (404)
User Banned (403)
User Opted Out (403)
🎯 Data Models
Here's what you can expect in the response:
User Data
Profile information
Avatar and banner details
Display name and discriminator
Account creation date
Color preferences
Presence Data
Active platforms (desktop/mobile/web)
Custom status with emoji
Spotify listening activity
Other Discord activities
Platform-specific status
Spotify Status (if available)
Current track info
Album details
Artists
Timestamps
Album artwork
Activities
Game details
Application information
Timestamps
Rich presence assets
💡 Tips
Keep Discord IDs as integers (no quotes)
Check
ok
field to confirm successful responsesUse
active_platforms
to know where the user is onlineSpotify data is only available when user is listening
Custom status may be
null
if not set
🔒 Privacy Notes
Users can opt out of tracking
Banned users cannot be tracked
Some data may be hidden based on user privacy settings
Need help or have questions? Our dev team is here to help! 🚀
Last updated