Get tweet url having only tweet id

u can use : https://mobile.twitter.com/user/status/1247490140446097410 1247490140446097410 change it with your tweet id user leave it him will change auto with username


you can try this one:

https://twitter.com/statuses/{tweetid}


It appears that https://twitter.com/statuses/{tweetid} suggested by anas-eqal no longer works consistently. Thus, I went hunting for an alternative. I concede that the accepted response, as of the time of this reply, works perfectly well. However, for my use case I needed a url that avoids a redirect and has a more consistent structure.

Here is what I came up with:

  1. standard: https://twitter.com/i/web/status/{tweetid}
  2. mobile: https://mobile.twitter.com/i/web/status/{tweetid}

Both variants work well in all my tests to date.


You don't need the username.

Here's one of my tweets

https://twitter.com/edent/status/552767187694661632

If you replace my Twitter name (edent) with any other random name....

https://twitter.com/barackobama/status/552767187694661632

When you click on that link, Twitter will look up the Status ID and automatically redirect you.

So, don't bother doing the query, just stick any random name in there and it will still work.

Tags:

Twitter