Integrate your presence,
with ease.

Real-time Discord presence data at your fingertips. Track status, activities, and more with a simple integration.

Real-Time
Updates
Free
Forever
Simple
Integration

Everything You Need

Powerful presence tracking at your fingertips

Live Updates

Get instant status changes the moment someone goes online, offline, or changes activity.

Music Tracking

See exactly what songs people are listening to on Spotify with full track details.

Game Activity

Track what games users are playing with detailed activity information.

Device Detection

Know if someone is on mobile, desktop, or web. Track across all platforms.

Easy Integration

Simple web requests with no complicated setup or authentication needed.

Always Free

No hidden costs, no premium plans. Fair usage limits keep it running smoothly.

Frequently Asked Questions

Everything you need to know

How do I get tracked?

+

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.

Is there a rate limit?

+

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.

What data is tracked?

+

We track your online status, current activities (games, apps), Spotify listening history, active devices (mobile, desktop, web), and custom status messages.

Is it really free?

+

Yes, completely free forever. No credit card required, no premium tiers, no hidden fees. We believe presence tracking should be accessible to everyone.

How accurate is the data?

+

Data is updated in real-time as Discord sends us presence updates. Typically updates happen within seconds of a status change.

Ready to Get Started?

Join thousands tracking presence data in real-time

Join Discord Now

Presence Tracker

Enter a Discord User ID to view their real-time presence data

Documentation

Everything you need to integrate plagarism into your projects.

Prerequisites: You must join our Discord server for your presence to be tracked.

Getting Started

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 Server

Authentication

No authentication is required to use the plagarism API. All endpoints are publicly accessible.

Endpoints

Get User Presence

Retrieve real-time presence data for a specific Discord user.

GET
/api/v1/user/{user_id}

Replace {user_id} with the Discord user ID you want to query.

Example Request

curl https://plagarism.xyz/api/v1/user/123456789012345678

Response Format

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 }

Response Fields

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 Limits

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.

Error Handling

When an error occurs, the API returns a JSON response with an error message:

{ "success": false, "error": "User not found or not being tracked" }

Common Errors

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.

Need Help?

If you have questions or need support, join our Discord server and ask in the support channel.

Join Discord