# Get User Last Tweets
Source: https://docs.twitterapi.io/api-reference/endpoint/get_user_last_tweets
## Endpoint
- Path: `/twitter/user/last_tweets`
## Description
Retrieve tweets by user name. Sort by created_at. Results are paginated, with each page returning up to 20 tweets. If you only need to fetch the latest tweets from a single user very frequently, do not use this API—it will cost you a lot. Instead, please refer to https://twitterapi. io/blog/how-to-monitor-twitter-accounts-for-new-tweets-in-real-time. If you have more than 20 Twitter accounts requiring real-time tweet updates, use https://twitterapi. io/twitter-stream which is the most cost-effective solution.
_Scraped at: 2026-02-21T05:47:45.041Z_