Is there a way to get the number of lists that a User owns||is subscribed?
I know you can get to actual lists with the api methods:
https://dev.twitter.com/rest/reference/get/lists/ownerships https://dev.twitter.com/rest/reference/get/lists/subscriptions
But is there a way to get the number of lists, so I can calculate maybe some API Rate limit related stuff?
When you open a profile thru the twitter page you can see the number of lists of that user.
There’s no API endpoint that I know of that provides that number, I’m afraid.
Ok, Thanks.