The statuses/retweeters/ids documentation includes a cursor parameter. When I query using a id of a status with more than 100 retweets, the result is apparently the first page of user. However, the previous cursor and next cursor values are 0 (zero). I have used multiple tweet id’s, each with 100+ retweets with the same result. In the initial API call, I am omitting the cursor parameter since the documentation states that omission is an implied -1 (the first page). Is there a defect in the statuses/retweeters/ids API call?