Tweets
Get home timeline
get/x/timeline
Query parameters
seenTweetIdsstring
Comma-separated tweet IDs to exclude from results
cursorstring
Pagination cursor for timeline
Response
List of timeline tweets
Example response
{
"tweets": [
{
"id": "1234567890",
"text": "Just launched our new feature!"
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGRElMJcAAA"
}