Real-time Discord presence data at your fingertips. Track status, activities, and more with a simple integration.
Powerful presence tracking at your fingertips
Get instant status changes the moment someone goes online, offline, or changes activity.
See exactly what songs people are listening to on Spotify with full track details.
Track what games users are playing with detailed activity information.
Know if someone is on mobile, desktop, or web. Track across all platforms.
Simple web requests with no complicated setup or authentication needed.
No hidden costs, no premium plans. Fair usage limits keep it running smoothly.
Everything you need to know
Simply join our Discord server at discord.gg/TtGbGB3GsP and your presence will automatically be tracked. You'll be able to access your data immediately through our API.
Yes, we have fair usage limits in place. You can make multiple requests, but excessive usage from a single source may be temporarily limited to keep the service running smoothly for everyone.
We track your online status, current activities (games, apps), Spotify listening history, active devices (mobile, desktop, web), and custom status messages.
Yes, completely free forever. No credit card required, no premium tiers, no hidden fees. We believe presence tracking should be accessible to everyone.
Data is updated in real-time as Discord sends us presence updates. Typically updates happen within seconds of a status change.
Join thousands tracking presence data in real-time
Join Discord NowEnter a Discord User ID to view their real-time presence data
Everything you need to integrate plagarism into your projects.
Prerequisites: You must join our Discord server for your presence to be tracked.
To start using the plagarism API, you'll need to join our Discord server. Once you're a member, your presence data will be automatically tracked and accessible through our endpoints.
Join Discord ServerNo authentication is required to use the plagarism API. All endpoints are publicly accessible.
Retrieve real-time presence data for a specific Discord user.
Replace {user_id} with the Discord user ID you want to query.
curl https://plagarism.xyz/api/v1/user/123456789012345678
Successful responses return JSON with the following structure:
{
"data": {
"discord_user": {
"id": "123456789012345678",
"username": "example",
"discriminator": "0",
"avatar": "...",
"display_name": "Example User"
},
"discord_status": "online",
"activities": [...],
"spotify": {...},
"active_on_discord_desktop": true,
"active_on_discord_mobile": false,
"active_on_discord_web": false
},
"success": true,
"stale": false
}
success (boolean) - Whether the request was successful
stale (boolean) - Whether data is older than 5 minutes
data.discord_status (string) - User status: "online", "idle", "dnd", or "offline"
data.activities (array) - List of current user activities
data.spotify (object) - Spotify listening data, or null
Rate Limit: 5 requests per 90 seconds per IP address. Exceeding this limit will result in a 20-second cooldown.
Please respect these limits to ensure the service remains available for everyone. If you need higher limits, join our Discord to discuss your use case.
When an error occurs, the API returns a JSON response with an error message:
{
"success": false,
"error": "User not found or not being tracked"
}
404 Not Found - User is not being tracked (they need to join the Discord server)
429 Too Many Requests - Rate limit exceeded. Wait for the cooldown period.
500 Internal Server Error - Server error. Try again later.
If you have questions or need support, join our Discord server and ask in the support channel.
Join Discord