Hi,
I had tweet data from tweet lookup api v2.
tweet: https://twitter.com/ULoseBlawlStars/status/1315105996767813632
api: https://api.twitter.com/2/tweets/1342511380218470400

But tweet username of text is changed as a image.

why does underline in name move?
How should I check this case?

Thanks.

the screen_name of a user can change - but the user id is always the same. You can look up the correct / current screen_name with any endpoint that returns a user object given an id.

1 Like