URL for a link to Twitter for a specific tweet
Solution 1:
https://twitter.com/statuses/ID
should work.
it will redirect to the needed status.
Solution 2:
Unfortunately, all of the answers provided so far rely on an HTTP redirect.
The direct link is of the form: https://twitter.com/i/web/status/{tweet-status-id}
Solution 3:
FYI: id_str is the variable you need to call instead of id
id_str should be taken from the tweet object and replaced in https://twitter.com/statuses/[id_str]