X (Twitter)post/tweet/replies

Tweet Replies

Tweet
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Access X data through agntdata: Tweet Replies. This endpoint returns a list of reply tweets. Responses are structured JSON for AI agents, analytics, and automation — one API key instead of juggling upstream accounts. Ideal when you need tweets, user profiles, followers, search, and hashtag streams programmatically.

Use cases

AI agents that need X data in structured form
Analytics and monitoring pipelines for X content
Research and GTM workflows that combine X signals with other data

Parameters

bodyRequest Body

Content type: application/json

{
  "type": "object",
  "properties": {
    "tweet_id": {
      "type": "string"
    }
  }
}

Responses

200

{
  "type": "object",
  "properties": {
    "replies": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "continuation_token": {
      "type": "string"
    }
  }
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "Tweet_Replies_post__tweet_replies",
  "method": "post",
  "path": "/tweet/replies",
  "summary": "Tweet Replies",
  "description": "This endpoint returns a list of reply tweets",
  "parameters": [],
  "requestBody": {
    "required": false,
    "content": {
      "application/json": {
        "schema": {
          "type": "object",
          "properties": {
            "tweet_id": {
              "type": "string"
            }
          }
        },
        "example": {
          "tweet_id": "1349129669258448897"
        }
      }
    }
  },
  "responses": [
    {
      "statusCode": "200",
      "description": "200",
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "properties": {
              "replies": {
                "type": "array",
                "items": {
                  "type": "object"
                }
              },
              "continuation_token": {
                "type": "string"
              }
            }
          },
          "example": {
            "replies": [
              {
                "tweet_id": "1349129780227174401",
                "creation_date": "Tue Jan 12 23:02:59 +0000 2021",
                "text": "@elonmusk hi",
                "media_url": null,
                "video_url": null,
                "user": {
                  "creation_date": "Mon Jan 25 02:27:25 +0000 2016",
                  "user_id": "4844061977",
                  "username": "sivemorten",
                  "name": "Sive 1️⃣ ",
                  "follower_count": 406328,
                  "following_count": 1173,
                  "is_private": false,
                  "is_verified": false,
                  "location": "London, United Kingdom",
                  "profile_pic_url": "https://pbs.twimg.com/profile_images/1239145894164996097/rYEvwwat_normal.jpg",
                  "description": "pewdiepie be like https://t.co/WtzQHrb4kW",
                  "external_url": "http://youtube.com/sive",
                  "number_of_tweets": 7565,
                  "bot": false,
                  "timestamp": 1453688845
                },
                "language": "und",
                "favorite_count": 1978,
                "retweet_count": 3,
                "reply_count": 25,
                "quote_count": 0,
                "retweet": false,
                "timestamp": null,
                "video_view_count": null
              },
              {
                "tweet_id": "1349129814628773888",
                "creation_date": "Tue Jan 12 23:03:08 +0000 2021",
                "text": "@elonmusk Dear Elon,\nI'm a game dev. and I am making a game about colonizing Mars with you and SpaceX in it. If you think it's cool, all I need is the \"Go ahead\" to use your name and Logos.\n\nI will post this every day for a year or until I get a Yes or a No!  \n154 / 365",
                "media_url": null,
                "video_url": null,
                "user": {
                  "creation_date": "Fri Jan 19 11:22:24 +0000 2018",
                  "user_id": "954313086785212416",
                  "username": "lvladimirovBG",
                  "name": "Lyubomir Vladimirov",
                  "follower_count": 13610,
                  "following_count": 8,
                  "is_private": false,
                  "is_verified": false,
                  "location": "Bulgaria",
                  "profile_pic_url": "https://pbs.twimg.com/profile_images/993507603333427201/ATj7pBa4_normal.jpg",
                  "description": "Currently developing a game about colonizing Mars.",
                  "external_url": "https://marsisflat.space/",
                  "number_of_tweets": 1593,
                  "bot": false,
                  "timestamp": 1516360944
                },
                "language": "en",
                "favorite_count": 24615,
                "retweet_count": 683,
                "reply_count": 505,
                "quote_count": 101,
                "retweet": false,
                "timestamp": null,
                "video_view_count": null
              },
              {
                "tweet_id": "1349130010548908040",
                "creation_date": "Tue Jan 12 23:03:54 +0000 2021",
                "text": "@twomad @elonmusk Woah bro.... https://t.co/SMUDIZCq1Z",
                "media_url": [
                  "https://pbs.twimg.com/ext_tw_video_thumb/1349129978097639431/pu/img/9uTb0Lc3ThQdnFsA.jpg"
                ],
                "video_url": [
                  {
                    "bitrate": 832000,
                    "content_type": "video/mp4",
                    "url": "https://video.twimg.com/ext_tw_video/1349129978097639431/pu/vid/640x360/Lni3M6FN0v4ozyPV.mp4?tag=10"
                  },
                  {
                    "bitrate": 256000,
                    "content_type": "video/mp4",
                    "url": "https://video.twimg.com/ext_tw_video/1349129978097639431/pu/vid/480x270/9oxEiHO2mJyVLFuk.mp4?tag=10"
                  },
                  {
                    "bitrate": 2176000,
                    "content_type": "video/mp4",
                    "url": "https://video.twimg.com/ext_tw_video/1349129978097639431/pu/vid/854x480/To7jl-Uhs6S389hg.mp4?tag=10"
                  },
                  {
                    "content_type": "application/x-mpegURL",
                    "url": "https://video.twimg.com/ext_tw_video/1349129978097639431/pu/pl/_HLebpcnfezjoP9U.m3u8?tag=10"
                  }
                ],
                "user": {
                  "creation_date": "Wed Oct 26 18:09:28 +0000 2011",
                  "user_id": "398897317",
                  "username": "TheBlueisin123",
                  "name": "Tony Soprano",
                  "follower_count": 39199,
                  "following_count": 158,
                  "is_private": false,
                  "is_verified": false,
                  "location": "",
                  "profile_pic_url": "https://pbs.twimg.com/profile_images/1558912858058067968/7_4TOE71_normal.jpg",
                  "description": "I'm in the \"Waste Management Business\"\n\n(Not affiliated with 'The Sopranos' TV Show or J. Gandolfini)",
                  "external_url": null,
                  "number_of_tweets": 7557,
                  "bot": false,
                  "timestamp": 1319652568
                },
                "language": "en",
                "favorite_count": 376,
                "retweet_count": 23,
                "reply_count": 9,
                "quote_count": 0,
                "retweet": false,
                "timestamp": null,
                "video_view_count": 18256
              },
              {
                "tweet_id": "1352359960554860545",
                "creation_date": "Thu Jan 21 20:58:34 +0000 2021",
                "text": "@BLKMDL3 @elonmusk reddit moment",
                "media_url": null,
                "video_url": null,
                "user": {
                  "creation_date": "Thu Jan 14 03:17:19 +0000 2021",
                  "user_id": "1349556118461181952",
                  "username": "HinduCorn1",
                  "name": "rohit",
                  "follower_count": 419,
                  "following_count": 588,
                  "is_private": false,
                  "is_verified": false,
                  "location": "prod.",
                  "profile_pic_url": "https://pbs.twimg.com/profile_images/1482133430385082368/lUmiXUFp_normal.jpg",
                  "description": "not bad huh, for some immigrants?",
                  "external_url": null,
                  "number_of_tweets": 7066,
                  "bot": false,
                  "timestamp": 1610594239
                },
                "language": "en",
                "favorite_count": 4,
                "retweet_count": 0,
                "reply_count": 0,
                "quote_count": 0,
                "retweet": false,
                "timestamp": null,
                "video_view_count": null
              },
              {
                "tweet_id": "1349130847262298121",
                "creation_date": "Tue Jan 12 23:07:14 +0000 2021",
                "text": "@JayP_BTC10x @elonmusk When a man gets to the point of having to ask for authorization to do what he wants... I think he has failed in every realm",
                "media_url": null,
                "video_url": null,
                "user": {
                  "creation_date": "Thu Jun 16 22:30:16 +0000 2016",
                  "user_id": "743571418949033984",
                  "username": "autistic_trader",
                  "name": "Fred Abu-ghosh",
                  "follower_count": 102,
                  "following_count": 476,
                  "is_private": false,
                  "is_verified": false,
                  "location": "",
                  "profile_pic_url": "https://pbs.twimg.com/profile_images/745776847225511936/PDZUuqsb_normal.jpg",
                  "description": "Economist, world-traveler,  position trader in stocks, commodities, ETFs.The content of my tweets are not recommendations, do your own DD.🇮🇱🇱🇧🇮🇹🇧🇷",
                  "external_url": "http://stocktwits.com/autistic_trader",
                  "number_of_tweets": 5615,
                  "bot": false,
                  "timestamp": 1466116216
                },
                "language": "en",
                "favorite_count": 150,
                "retweet_count": 2,
                "reply_count": 20,
                "quote_count": 1,
                "retweet": false,
                "timestamp": null,
                "video_view_count": null
              },
              {
                "tweet_id": "1349129915686400006",
                "creation_date": "Tue Jan 12 23:03:32 +0000 2021",
                "text": "@elonmusk Solve 1-9 https://t.co/UBfUuACvGb",
                "media_url": [
                  "https://pbs.twimg.com/media/ErkSgWLW8AAynlw.jpg"
                ],
                "video_url": null,
                "user": {
                  "creation_date": "Wed Jul 22 05:54:58 +0000 2020",
                  "user_id": "1285815547708481537",
                  "username": "addisaysscree",
                  "name": "addisaysscree",
                  "follower_count": 1,
                  "following_count": 5,
                  "is_private": false,
                  "is_verified": false,
                  "location": "",
                  "profile_pic_url": "https://pbs.twimg.com/profile_images/1285815850700865536/Geh7h940_normal.jpg",
                  "description": "Bro follow me on Twitch at https://t.co/0KsmUsVWMX",
                  "external_url": "http://twitch.tv/addisaysscree",
                  "number_of_tweets": 18,
                  "bot": false,
                  "timestamp": 1595397298
                },
                "language": "en",
                "favorite_count": 378,
                "retweet_count": 12,
                "reply_count": 34,
                "quote_count": 6,
                "retweet": false,
                "timestamp": null,
                "video_view_count": null
              }
            ],
            "continuation_token": "QAAAAPEVHBlmhMCxoZOeibklgsCs4ZScibklgMCxzeOaibkljMC5xdSgGwDwCLul45iJuSWEwKyxwJuJuSUlAhIVBAAA"
          }
        }
      }
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Related endpoints

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.

X APIX data APItweet replies APIAI agents data APIX APIX data APIX for AI agents