Latest posts by handle

user-tweets, tweets-user, twitter-user-tweets, and x-user-timeline now fetch recent public posts from one X username.

The route resolves the handle with X API v2, then calls the user's public tweets timeline. It returns post text, timestamps, public metrics, author profile fields, and the next pagination token when X returns one.

Retweets are excluded by default. Set include_retweets to include them.

This is a read-only endpoint. It doesn't post, reply, follow, like, send DMs, or mutate an account.