I was wondering if Rate limits are shared across endpoints? that is if I use up all requests of the rate limit for the user_lookup does that affect number of requests I can make using get_followers endpoint within the same 15min time window?

Thank you!

No, each endpoint has a separate rate limit.

2 Likes