Message Link Parser
Extract guild, channel, and message snowflakes from Discord links.
Part of BlancoKit, a free Discord toolkit.
How to use
- In Discord, right-click a message → Copy Message Link. Format: https://discord.com/channels/GUILD_ID/CHANNEL_ID/MESSAGE_ID
- Paste the full URL. The tool extracts all three snowflakes and shows when each was created.
- Use the guild ID in Guild Lookup, user IDs from mentions in User Lookup, or decode any ID in Snowflake Tools.
Frequently asked questions
Does this fetch the message content?
No. It only parses the URL and decodes snowflake timestamps. Fetching content would require a bot with channel access.
In Discord, right-click a message → Copy Message Link?
In Discord, right-click a message → Copy Message Link. Format: https://discord.com/channels/GUILD_ID/CHANNEL_ID/MESSAGE_ID
What do I paste into Message Link Parser?
Paste the full URL. The tool extracts all three snowflakes and shows when each was created.
Open Message Link Parser (JavaScript required).