Skip to content

Instantly share code, notes, and snippets.

View nathen418's full-sized avatar
📶
Network Engineering

Nate Goldsborough nathen418

📶
Network Engineering
View GitHub Profile
@ghostrider-05
ghostrider-05 / discord_app_protocols.md
Last active October 27, 2025 21:43
An unofficial list of discord app protocol routes

Discord app protocol routes

Home:

  • /: discord://-/
  • friends: discord://-/channels/@me/
  • nitro: discord://-/store
  • shop: discord://-/shop
  • message requests: discord://-/message-requests
  • family centre: discord://-/family-center
@jomo
jomo / Minecraft Accounts.md
Last active October 20, 2025 09:25
Tracking down Minecraft account creation

Tracks down when a Minecraft account was created.

How it works

Mojang has an API endpoint for usernames:

https://api.mojang.com/users/profiles/minecraft/<name>?at=<timestamp>

It can be used to find the UUID of an account, by username it used at the given time.
It returns either 200 OK or 204 No Content – indicating that the username was not in use at the time.