Collections
One X page per request.
Followers, timelines, replies, search results, and other collections return a cursor when more data is available.
Continue with the cursor
Read pagination.next_cursor. When has_more is true, send that value back as the cursor query parameter.
{"items":[...],"count":20,"pagination":{"next_cursor":"DAABCgAB...","has_more":true}}curl "https://twitterxapi.com/api/v1/users/marclou/tweets?cursor=DAABCgAB...&level=moderate" \
-H "Authorization: Bearer $TWITTERXAPI_KEY"Live routes do not accept a
Browse user endpointsNext →limit parameter. Use a larger read when you need many pages collected for you.