Status
Current Discord presence: online, idle, dnd or offline.
https://discordbadges.soheab.com/badge/status/150665783268212746
Create copy-ready SVG badges for your status, music, editor, and current game. Connect once, preview your account, then paste a badge URL into any README or website — no embed code or client-side script needed.
Discord only exposes a user's presence to bots that share a server with them, so without one every badge shows offline. The quickest fix is to authorise with Discord below and let it add you to the GO Status server — or invite the bot to a server you are already in. It needs no permissions and posts nothing.
Paste your Discord user id to point every badge and URL on this page at your account.
Showing 150665783268212746 (example).
Drop it into a README, a website, or anywhere else an image renders. Every badge is a plain SVG served from this domain — no script, no embed code.
Current Discord presence: online, idle, dnd or offline.
https://discordbadges.soheab.com/badge/status/150665783268212746
The track being listened to. Music services such as Spotify are detected automatically and set the badge logo.
https://discordbadges.soheab.com/badge/music/150665783268212746
The file and workspace currently being edited. Auto-detects supported editors (VSCode, Zed, Visual Studio).
https://discordbadges.soheab.com/badge/code/150665783268212746
The game currently being played (editor activities are excluded).
https://discordbadges.soheab.com/badge/playing/150665783268212746
The episode and series currently being watched on Crunchyroll.
https://discordbadges.soheab.com/badge/crunchyroll/150665783268212746
Building something custom? Fetch the unmodified gostatus presence payload as JSON and render it your way.
https://discordbadges.soheab.com/presence/150665783268212746
string — online, idle,
dnd or offline.object — per-device status, e.g.
{"desktop": "online"}. Keys can be desktop, mobile, or web; empty when offline.array — the activity objects nested in this presence response, in the order Discord reports them.string — activity name, e.g. Spotify or a
game title.number — 0 playing, 1 streaming,
2 listening, 3 watching, 4 custom, or 5 competing.string — e.g. the track title or file being edited.string — e.g. the artist name or workspace.string — a service id, such as a Spotify track id.Fields are passed through exactly as gostatus returns them; sourced from gostatus' own presence documentation.
Every badge on this page is rendered by gostatus by vmphase — an open-source Go service that turns Discord presence into embeddable SVGs. This page is just a public front for it; the badge logic, the editor and music detection, and the styling options are all its work.