Hi all,
I want to get Retweet Count, Reply Count, Like Count for a specific tweet or multiple tweets
using twitter api 1.1 . Please help
i am currently using statuses/show/:id but this only returns
“retweet_count”, “favorite_count”.

I want to get Retweet Count, Reply Count, Like Count for a specific tweet or multiple tweets
using twitter api 1.1

This is not entirely available in v1.1. You only get “retweet_count” (native retweets, not quote retweets) and “favorite_count” (likes) only. You can use GET statuses/lookup | Docs | Twitter Developer Platform to get multiple tweets.

1 Like

Thanks, @IgorBrigadir. There are no plans to make these values available to v1.1 API as this is going to be retired over time. If you require these values please start to consider v2. Thanks.