Skip to main content
GET
/
twitter
/
user
/
{userName}
/
replies
Get User Replies
curl --request GET \
  --url https://api.apitwitter.com/twitter/user/{userName}/replies \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "tweets": [
      {
        "id": "2035115386710925518",
        "text": "LIVE: After the X-59's successful second flight, NASA experts discuss our plans for upcoming tests of the experimental quiet supersonic aircraft.",
        "created_at": "Fri Mar 20 22:04:53 +0000 2026",
        "author": {
          "id": "11348282",
          "userName": "NASA",
          "name": "NASA",
          "screen_name": "NASA",
          "followers_count": 90024457,
          "friends_count": 116,
          "statuses_count": 73493,
          "favourites_count": 16551,
          "listed_count": 96550,
          "description": "Official NASA account. Exploring the universe, advancing science, and inspiring the next generation of explorers.",
          "location": "",
          "profile_image_url_https": "",
          "profile_image_url": "",
          "profile_banner_url": "https://pbs.twimg.com/profile_banners/11348282/1718393721",
          "verified": false,
          "is_blue_verified": true,
          "created_at": "",
          "can_dm": false
        },
        "likeCount": 1511,
        "retweetCount": 300,
        "replyCount": 129,
        "viewCount": null,
        "isRetweet": false,
        "isReply": false,
        "media": []
      }
    ],
    "has_next_page": true,
    "next_cursor": "DAABCgABHC..."
  }
}
This endpoint uses the server-side cookie/proxy pool. You only need your API key. Use count and cursor query parameters for pagination.

Authorizations

X-API-Key
string
header
required

Your API key

Path Parameters

userName
string
required

Twitter screen name

Query Parameters

count
integer
default:20

Number of results (default: 20)

cursor
string

Pagination cursor

Response

List of replies

status
string

Response status

Example:

"success"

msg
string

Response message

data
any

Response data