Twitter users follow to accounts in order to add that users’ posts to their home page. That accounts’ updates will appear in a user’s Home timeline. Measuring followers over time is a good way to measure general interest for an account over time.
GET
/
v1
/
social
/
twitter
/
followers_change
Twitter Follower Change
Copy
Ask AI
curl --request GET \ --url https://api.invezo.com/v1/social/twitter/followers_change \ --header 'x-invezo-api-key: <api-key>'
sort the results by timestamp. asc will return results in ascending order
(oldest to newest), desc will return results in descending order (newest to
oldest). default value is asc