Overview
User Posts
Get Posts authored by a user
User mentions
Get Posts mentioning a user
Home timeline
Get personalized home feed
Reverse chronological
Posts in time order
Endpoints
User Posts timeline
Get the most recent Posts authored by a specific user.Features
- Up to 3,200 most recent Posts
- Filter out replies and retweets
- Pagination support
- Historical access with time-based filtering
API Reference
Full endpoint documentation
User mentions timeline
Get Posts that mention a specific user.Features
- Up to 800 most recent mentions
- Includes replies and quote Posts
- Pagination support
Quickstart
Get mentions for a user
API Reference
Full endpoint documentation
Reverse chronological home timeline
Get the authenticated user’s home timeline in reverse chronological order.Features
- Posts from followed accounts
- Most recent 3,200 Posts (or 7 days)
- Excludes algorithmic ranking
- Requires user authentication
This endpoint requires OAuth 1.0a User Context or OAuth 2.0 Authorization Code with PKCE.
Quickstart
Get a user’s home timeline
API Reference
Full endpoint documentation
Filtering options
Exclude parameter
Filter out specific Post types:Time-based filtering
Getting started
Prerequisites
- An approved developer account
- A Project and App in the Developer Console
- Your App’s keys and tokens
Home timeline quickstart
Get a user’s home feed
Mentions quickstart
Get mentions for a user
Integration guide
Key concepts and best practices
Sample code
Working code examples