🔥 Popular Tweet IDs to Try
💡 Click any ID to decode it instantly
Find when any tweet was posted using its ID
💡 Click any ID to decode it instantly
Method 1: From Tweet URL
twitter.com/user/status/1382350606417817604
The number at the end is the Tweet ID. You can paste the full URL or just the ID.
Method 2: From Twitter API
Use Twitter API v2 to get tweet IDs from API responses. The id field contains the Tweet ID.
Every Tweet ID is a Snowflake ID that contains the exact timestamp when the tweet was created. Twitter's Snowflake IDs use an epoch of November 4, 2010, 01:42:54 UTC. The first 41 bits of the ID encode milliseconds since that epoch.
Q: Can I convert deleted tweet IDs?
A: Yes! Even if a tweet is deleted, you can still extract the timestamp from its ID.
Q: How accurate is the timestamp?
A: Tweet IDs are accurate to the millisecond. The timestamp shows exactly when the tweet was created.
Q: Does this work for retweets?
A: Yes, but retweets have their own IDs showing when the retweet occurred, not the original tweet time.