Twitter Premium Tweet API

API ID 13628

Retrieve detailed X (Twitter) post data by tweet ID, including text, author details, engagement metrics, timestamps, mentions, replies, and media.

API 文档

端点

请求
通过推文ID检索有关X帖子的详细信息,包括文本、作者、互动指标、时间戳、提及、回复和元数据
Endpoint ID: 30481
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30481/tweet
输入参数

错误 — 端点功能

对象 描述
id 必需 Enter the tweet ID

剩余免费测试请求:3 / 3。


输入参数

id
API 示例响应
JSON
{
    "success": true,
    "id": "1587911540770222081",
    "url": "https://x.com/elonmusk/status/1587911540770222081",
    "text": "@AOC Your feedback is appreciated, now pay $8",
    "display_text": "Your feedback is appreciated, now pay $8",
    "created_at": "Wed Nov 02 20:56:27 +0000 2022",
    "created_at_iso": "2022-11-02T20:56:27.000Z",
    "status": "active",
    "lang": "en",
    "sensitive": null,
    "source": "Twitter for iPhone",
    "likes": 931152,
    "retweets": 65562,
    "bookmarks": 2371,
    "quotes": 16460,
    "replies": 38181,
    "views": null,
    "reply_to": "1587647032457449473",
    "in_reply_to_screen_name": "AOC",
    "in_reply_to_status_id_str": "1587647032457449473",
    "in_reply_to_user_id_str": "138203134",
    "conversation_id": "1587647032457449473",
    "conversation_control": {
        "policy": null
    },
    "initial_tweets": null,
    "entities": {
        "user_mentions": [
            {
                "id_str": "138203134",
                "indices": [
                    0,
                    4
                ],
                "screen_name": "AOC",
                "name": "AOC"
            }
        ],
        "hashtags": [],
        "symbols": [],
        "timestamps": [],
        "urls": []
    },
    "author": {
        "rest_id": "44196397",
        "name": "Elon Musk",
        "screen_name": "elonmusk",
        "image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_200x200.jpg",
        "blue_verified": true,
        "verification": {
            "verified": true,
            "verified_at": null,
            "type": "individual"
        },
        "sub_count": 241524461,
        "username": "elonmusk",
        "verified": true,
        "followers": 241524461,
        "following": 1397,
        "biography": "http://Terafab.AI",
        "profile_image_url": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_200x200.jpg",
        "posts_count": 4709,
        "location": "",
        "banner_url": "https://pbs.twimg.com/profile_banners/44196397/1774145451",
        "joined": "Tue Jun 02 20:12:29 +0000 2009",
        "website": null
    },
    "media": null,
    "metrics": {
        "likes": 931152,
        "reposts": 65562,
        "replies": 38181,
        "quotes": 16460,
        "bookmarks": 2371
    },
    "hashtags": null,
    "external_url": null,
    "quoted_post": null,
    "tagged_users": [
        {
            "profile_id": "138203134",
            "profile_name": "AOC",
            "url": "https://x.com/AOC",
            "screen_name": "AOC",
            "biography": null,
            "is_verified": null,
            "following": null,
            "followers": null
        }
    ],
    "community_note": null,
    "is_note_tweet": false
}
错误 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30481/tweet?id=1587911540770222081' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
通过用户名检索全面的X个人资料信息,包括验证状态 粉丝 关注 帖子 个人资料细节 媒体数量 和账户元数据
Endpoint ID: 30482
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30482/profile
输入参数

个人资料 — 端点功能

对象 描述
screenname 必需 Enter the username

剩余免费测试请求:3 / 3。


输入参数

screenname
API 示例响应
JSON
{
    "success": true,
    "status": "active",
    "profile": "elonmusk",
    "rest_id": "44196397",
    "id": "44196397",
    "name": "Elon Musk",
    "screen_name": "elonmusk",
    "username": "elonmusk",
    "blue_verified": true,
    "verified": true,
    "verification": {
        "verified": true,
        "verified_at": null,
        "type": "individual"
    },
    "avatar": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg",
    "profile_image_url": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg",
    "header_image": "https://pbs.twimg.com/profile_banners/44196397/1774145451",
    "banner_url": "https://pbs.twimg.com/profile_banners/44196397/1774145451",
    "desc": "http://Terafab.AI",
    "biography": "http://Terafab.AI",
    "protected": false,
    "location": "",
    "friends": 1397,
    "following": 1397,
    "sub_count": 241495950,
    "followers": 241495950,
    "statuses_count": 107664,
    "posts_count": 107664,
    "media_count": 4709,
    "likes": 245794,
    "created_at": "Tue Jun 02 20:12:29 +0000 2009",
    "website": null,
    "url": "https://x.com/elonmusk"
}
个人资料 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30482/profile?screenname=elonmusk' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
通过用户名获取X账户的背景信息,包括国家、位置准确性、来源和用户名更改历史
Endpoint ID: 30483
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30483/about+the+profile
输入参数

关于个人资料 — 端点功能

对象 描述
screenname 必需 Enter the username

剩余免费测试请求:3 / 3。


输入参数

screenname
API 示例响应
JSON
{
    "success": true,
    "profile": "elonmusk",
    "about_account": {
        "based_in": "United States",
        "location_accurate": true,
        "created_country_accurate": true,
        "source": "United States App Store",
        "username_changes": {
            "count": 0,
            "last_changed_at": null
        }
    }
}
关于个人资料 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30483/about+the+profile?screenname=elonmusk' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
获取用户的X时间线,包括最新的帖子、作者、参与度指标、媒体、时间戳、回复、提及和详细的帖子元数据
Endpoint ID: 30484
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30484/timeline
输入参数

时间线 — 端点功能

对象 描述
screenname 必需 Enter the username
cursor 可选 Indicates the next or previous cursor
count 可选 Number of results (default 20, max 100)

剩余免费测试请求:3 / 3。


输入参数

screenname
cursor
count
API 示例响应
JSON
{
    "success": true,
    "screen_name": "elonmusk",
    "timeline": [
        {
            "success": true,
            "id": "2092300153818423778",
            "url": "https://x.com/ShanaDiez/status/2092300153818423778",
            "text": "As a Louisiana native (I was born and raised in and around Baton Rouge), I’m excited to share this post. Building off of what we have learned about Starship here in Starbase, Texas and about cadence at both the Cape and Vandenberg, this will be the first launch site ever purpose built to truly achieve the rate required for a spacefaring civilization.",
            "display_text": "As a Louisiana native (I was born and raised in and around Baton Rouge), I’m excited to share this post. Building off of what we have learned about Starship here in Starbase, Texas and about cadence at both the Cape and Vandenberg, this will be the first launch site ever purpose built to truly achieve the rate required for a spacefaring civilization.",
            "created_at": "Tue Aug 25 17:16:44 +0000 2026",
            "created_at_iso": "2026-08-25T17:16:44.000Z",
            "status": "active",
            "lang": "en",
            "sensitive": null,
            "source": null,
            "likes": 3194,
            "retweets": 329,
            "bookmarks": 89,
            "quotes": 8,
            "replies": 133,
            "views": 555880,
            "reply_to": null,
            "in_reply_to_screen_name": null,
            "in_reply_to_status_id_str": null,
            "in_reply_to_user_id_str": null,
            "conversation_id": "2092300153818423778",
            "conversation_control": {
                "policy": null
            },
            "initial_tweets": null,
            "entities": {
                "user_mentions": [],
                "hashtags": [],
                "symbols": [],
                "timestamps": [],
                "urls": []
            },
            "author": {
                "rest_id": "589369459",
                "name": "Shana Diez",
                "screen_name": "ShanaDiez",
                "image": "https://pbs.twimg.com/profile_images/1895606220326670336/9vlQI_K9_200x200.jpg",
                "blue_verified": true,
                "verification": {
                    "verified": true,
                    "verified_at": null,
                    "type": "individual"
                },
                "sub_count": 15289,
                "username": "ShanaDiez",
                "verified": true,
                "followers": 15289,
                "following": 28,
                "biography": "Rocket woman, mom, adventure seeker",
                "profile_image_url": "https://pbs.twimg.com/profile_images/1895606220326670336/9vlQI_K9_200x200.jpg",
                "posts_count": 121,
                "location": "Brownsville, TX",
                "banner_url": "https://pbs.twimg.com/profile_banners/589369459/1784261005",
                "joined": "Thu May 24 19:36:41 +0000 2012",
                "website": null
            },
            "media": null,
            "metrics": {
                "likes": 3194,
                "reposts": 329,
                "replies": 133,
                "views": 555880,
                "quotes": 8,
                "bookmarks": 89
            },
            "hashtags": null,
            "external_url": null,
            "quoted_post": null,
            "tagged_users": null,
            "community_note": null,
            "is_note_tweet": true
        }
    ],
    "results": [
        {
            "success": true,
            "id": "2092300153818423778",
            "url": "https://x.com/ShanaDiez/status/2092300153818423778",
            "text": "As a Louisiana native (I was born and raised in and around Baton Rouge), I’m excited to share this post. Building off of what we have learned about Starship here in Starbase, Texas and about cadence at both the Cape and Vandenberg, this will be the first launch site ever purpose built to truly achieve the rate required for a spacefaring civilization.",
            "display_text": "As a Louisiana native (I was born and raised in and around Baton Rouge), I’m excited to share this post. Building off of what we have learned about Starship here in Starbase, Texas and about cadence at both the Cape and Vandenberg, this will be the first launch site ever purpose built to truly achieve the rate required for a spacefaring civilization.",
            "created_at": "Tue Aug 25 17:16:44 +0000 2026",
            "created_at_iso": "2026-08-25T17:16:44.000Z",
            "status": "active",
            "lang": "en",
            "sensitive": null,
            "source": null,
            "likes": 3194,
            "retweets": 329,
            "bookmarks": 89,
            "quotes": 8,
            "replies": 133,
            "views": 555880,
            "reply_to": null,
            "in_reply_to_screen_name": null,
            "in_reply_to_status_id_str": null,
            "in_reply_to_user_id_str": null,
            "conversation_id": "2092300153818423778",
            "conversation_control": {
                "policy": null
            },
            "initial_tweets": null,
            "entities": {
                "user_mentions": [],
                "hashtags": [],
                "symbols": [],
                "timestamps": [],
                "urls": []
            },
            "author": {
                "rest_id": "589369459",
                "name": "Shana Diez",
                "screen_name": "ShanaDiez",
                "image": "https://pbs.twimg.com/profile_images/1895606220326670336/9vlQI_K9_200x200.jpg",
                "blue_verified": true,
                "verification": {
                    "verified": true,
                    "verified_at": null,
                    "type": "individual"
                },
                "sub_count": 15289,
                "username": "ShanaDiez",
                "verified": true,
                "followers": 15289,
                "following": 28,
                "biography": "Rocket woman, mom, adventure seeker",
                "profile_image_url": "https://pbs.twimg.com/profile_images/1895606220326670336/9vlQI_K9_200x200.jpg",
                "posts_count": 121,
                "location": "Brownsville, TX",
                "banner_url": "https://pbs.twimg.com/profile_banners/589369459/1784261005",
                "joined": "Thu May 24 19:36:41 +0000 2012",
                "website": null
            },
            "media": null,
            "metrics": {
                "likes": 3194,
                "reposts": 329,
                "replies": 133,
                "views": 555880,
                "quotes": 8,
                "bookmarks": 89
            },
            "hashtags": null,
            "external_url": null,
            "quoted_post": null,
            "tagged_users": null,
            "community_note": null,
            "is_note_tweet": true
        }
    ],
    "status": "active",
    "cursor": {
        "top": "DAAHCgABHQrpEFHAJvsLAAIAAAATMjA5MjMwMDM2NTE0ODYzNTU3NAgAAwAAAAEAAA",
        "bottom": "DAAHCgABHQrpEFG__9YLAAIAAAATMjA5MTk5NzEyNDc2NjYyOTk1MggAAwAAAAIAAA"
    },
    "next_cursor": "DAAHCgABHQrpEFG__9YLAAIAAAATMjA5MTk5NzEyNDc2NjYyOTk1MggAAwAAAAIAAA",
    "prev_cursor": "DAAHCgABHQrpEFHAJvsLAAIAAAATMjA5MjMwMDM2NTE0ODYzNTU3NAgAAwAAAAEAAA"
}
时间线 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30484/timeline?screenname=elonmusk&cursor=DAAHCgABHQrpEFG__-oLAAIAAAATMjA5MjMwNzI3OTE0MDA1NzU4MwgAAwAAAAIAAA&count=1' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
获取用户的回应,包括回应的文本、作者、互动指标、时间戳以及对话的上下文
Endpoint ID: 30485
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30485/replies
输入参数

回复 — 端点功能

对象 描述
screenname 必需 Enter the username
cursor 可选 Indicates the next or previous cursor.
count 可选 Number of results (default 20, max 100)

剩余免费测试请求:3 / 3。


输入参数

screenname
cursor
count
API 示例响应
JSON
{
    "success": true,
    "screen_name": "elonmusk",
    "timeline": [
        {
            "success": true,
            "id": "2092594798234620084",
            "url": "https://x.com/Teslaconomics/status/2092594798234620084",
            "text": "Just wondering… has anyone actually connected Grok Bot to their bank account yet?\n\nI’m seriously thinking about doing it.\n\nMy thinking is… if Grok Bot can see everything coming in and going out, track spending, move money, pay bills, watch for weird charges, and help me make smarter decisions… at what point do I even need a personal banker?\n\nMy significant other is telling me ABSOLUTELY NOT bc she thinks something bad could happen if I give an AI that much access.\n\nI personally think this is where everything is headed anyway and I trust Grok Bot to do a much better job.\n\nLMK.",
            "display_text": "Just wondering… has anyone actually connected Grok Bot to their bank account yet?\n\nI’m seriously thinking about doing it.\n\nMy thinking is… if Grok Bot can see everything coming in and going out, track spending, move money, pay bills, watch for weird charges, and help me make smarter decisions… at what point do I even need a personal banker?\n\nMy significant other is telling me ABSOLUTELY NOT bc she thinks something bad could happen if I give an AI that much access.\n\nI personally think this is where everything is headed anyway and I trust Grok Bot to do a much better job.\n\nLMK.",
            "created_at": "Wed Aug 26 12:47:33 +0000 2026",
            "created_at_iso": "2026-08-26T12:47:33.000Z",
            "status": "active",
            "lang": "en",
            "sensitive": null,
            "source": null,
            "likes": 3463,
            "retweets": 74,
            "bookmarks": 465,
            "quotes": 21,
            "replies": 293,
            "views": 596290,
            "reply_to": null,
            "in_reply_to_screen_name": null,
            "in_reply_to_status_id_str": null,
            "in_reply_to_user_id_str": null,
            "conversation_id": "2092594798234620084",
            "conversation_control": {
                "policy": null
            },
            "initial_tweets": null,
            "entities": {
                "user_mentions": [],
                "hashtags": [],
                "symbols": [],
                "timestamps": [],
                "urls": []
            },
            "author": {
                "rest_id": "985243593538338816",
                "name": "Teslaconomics",
                "screen_name": "Teslaconomics",
                "image": "https://pbs.twimg.com/profile_images/1882967991362727936/bySD-Rwj_200x200.jpg",
                "blue_verified": true,
                "verification": {
                    "verified": true,
                    "verified_at": null,
                    "type": "individual"
                },
                "sub_count": 504145,
                "username": "Teslaconomics",
                "verified": true,
                "followers": 504145,
                "following": 229,
                "biography": "I post my conscious thoughts w/ the world, live to the fullest, keep things simple, truthful & filter the noise. Long-term investor in Tesla, SpaceX, xAI/X.",
                "profile_image_url": "https://pbs.twimg.com/profile_images/1882967991362727936/bySD-Rwj_200x200.jpg",
                "posts_count": 57369,
                "location": "Mars",
                "banner_url": "https://pbs.twimg.com/profile_banners/985243593538338816/1737767469",
                "joined": "Sat Apr 14 19:49:12 +0000 2018",
                "website": null
            },
            "media": null,
            "metrics": {
                "likes": 3463,
                "reposts": 74,
                "replies": 293,
                "views": 596290,
                "quotes": 21,
                "bookmarks": 465
            },
            "hashtags": null,
            "external_url": null,
            "quoted_post": null,
            "tagged_users": null,
            "community_note": null,
            "is_note_tweet": true
        },
        {
            "success": true,
            "id": "2092690415866822950",
            "url": "https://x.com/cb_doge/status/2092690415866822950",
            "text": "Grok Build made this fun lil Mars simulator game for my nephew.\n\nI gave it simple prompts. It did the rest: wrote systems, built and tested it, studied gameplay, found and fixed bugs, then kept iterating.\n\nGrok Build is very powerful. It feels like having a game studio on demand.",
            "display_text": "Grok Build made this fun lil Mars simulator game for my nephew.\n\nI gave it simple prompts. It did the rest: wrote systems, built and tested it, studied gameplay, found and fixed bugs, then kept iterating.\n\nGrok Build is very powerful. It feels like having a game studio on demand.",
            "created_at": "Wed Aug 26 19:07:30 +0000 2026",
            "created_at_iso": "2026-08-26T19:07:30.000Z",
            "status": "active",
            "lang": "en",
            "sensitive": false,
            "source": null,
            "likes": 1296,
            "retweets": 181,
            "bookmarks": 81,
            "quotes": 12,
            "replies": 160,
            "views": 312573,
            "reply_to": null,
            "in_reply_to_screen_name": null,
            "in_reply_to_status_id_str": null,
            "in_reply_to_user_id_str": null,
            "conversation_id": "2092690415866822950",
            "conversation_control": {
                "policy": null
            },
            "initial_tweets": null,
            "entities": {
                "user_mentions": [],
                "hashtags": [],
                "symbols": [],
                "timestamps": [],
                "urls": []
            },
            "author": {
                "rest_id": "1389913567671975937",
                "name": "DogeDesigner",
                "screen_name": "cb_doge",
                "image": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_200x200.jpg",
                "blue_verified": true,
                "verification": {
                    "verified": true,
                    "verified_at": null,
                    "type": "individual"
                },
                "sub_count": 1897787,
                "username": "cb_doge",
                "verified": true,
                "followers": 1897787,
                "following": 1037,
                "biography": "",
                "profile_image_url": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_200x200.jpg",
                "posts_count": 59186,
                "location": "",
                "banner_url": "https://pbs.twimg.com/profile_banners/1389913567671975937/1711058670",
                "joined": "Wed May 05 12:03:43 +0000 2021",
                "website": null
            },
            "media": {
                "videos": [
                    "https://video.twimg.com/amplify_video/2092690347440971776/vid/avc1/640x332/mXxqzEGzUc7qi7mT.mp4?tag=29"
                ]
            },
            "metrics": {
                "likes": 1296,
                "reposts": 181,
                "replies": 160,
                "views": 312573,
                "quotes": 12,
                "bookmarks": 81
            },
            "hashtags": null,
            "external_url": null,
            "quoted_post": null,
            "tagged_users": null,
            "community_note": null,
            "is_note_tweet": false
        },
        {
            "success": true,
            "id": "2092691713399931124",
            "url": "https://x.com/elonmusk/status/2092691713399931124",
            "text": "Free usage limit reset for Grok @Bot users",
            "display_text": "Free usage limit reset for Grok @Bot users",
            "created_at": "Wed Aug 26 19:12:39 +0000 2026",
            "created_at_iso": "2026-08-26T19:12:39.000Z",
            "status": "active",
            "lang": "en",
            "sensitive": null,
            "source": null,
            "likes": 12823,
            "retweets": 1014,
            "bookmarks": 591,
            "quotes": 107,
            "replies": 1331,
            "views": 11544377,
            "reply_to": null,
            "in_reply_to_screen_name": null,
            "in_reply_to_status_id_str": null,
            "in_reply_to_user_id_str": "2085838061347217408",
            "conversation_id": "2092691713399931124",
            "conversation_control": {
                "policy": null
            },
            "initial_tweets": null,
            "entities": {
                "user_mentions": [
                    {
                        "id_str": "2085838061347217408",
                        "indices": [
                            32,
                            36
                        ],
                        "screen_name": "bot",
                        "name": "bot"
                    }
                ],
                "hashtags": [],
                "symbols": [],
                "timestamps": [],
                "urls": []
            },
            "author": {
                "rest_id": "44196397",
                "name": "Elon Musk",
                "screen_name": "elonmusk",
                "image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_200x200.jpg",
                "blue_verified": true,
                "verification": {
                    "verified": true,
                    "verified_at": null,
                    "type": "individual"
                },
                "sub_count": 241511390,
                "username": "elonmusk",
                "verified": true,
                "followers": 241511390,
                "following": 1397,
                "biography": "http://Terafab.AI"
            }
        }
    ],"_note":"Response truncated for documentation purposes"}
回复 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30485/replies?screenname=elonmusk' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
按关键词搜索X个帖子,返回匹配的帖子,包括文本、作者、互动指标、时间戳、媒体、实体和分页指针
Endpoint ID: 30486
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30486/search
输入参数

搜索 — 端点功能

对象 描述
query 必需 Enter your query
cursor 可选 Indicates the next or previous cursor.
count 可选 Number of results (default 20, max 100)

剩余免费测试请求:3 / 3。


输入参数

query
cursor
count
API 示例响应
JSON
{
  "success": true,
  "query": "tennis",
  "results": [
    {
      "success": true,
      "id": "2092754415073816581",
      "url": "https://x.com/Wana____/status/2092754415073816581",
      "text": "Cobolli looks very comfortable in doubles tennis.",
      "display_text": "Cobolli looks very comfortable in doubles tennis.",
      "created_at": "Wed Aug 26 23:21:48 +0000 2026",
      "created_at_iso": "2026-08-26T23:21:48.000Z",
      "status": "active",
      "lang": "en",
      "sensitive": null,
      "source": "Twitter for Android",
      "likes": 0,
      "retweets": 0,
      "bookmarks": 0,
      "quotes": 0,
      "replies": 0,
      "views": 23,
      "reply_to": null,
      "in_reply_to_screen_name": null,
      "in_reply_to_status_id_str": null,
      "in_reply_to_user_id_str": null,
      "conversation_id": "2092754415073816581",
      "conversation_control": {
        "policy": null
      },
      "initial_tweets": null,
      "entities": {
        "user_mentions": [],
        "hashtags": [],
        "symbols": [],
        "timestamps": [],
        "urls": []
      },
      "author": {
        "rest_id": "48685848",
        "name": "Jannik Beginner",
        "screen_name": "Wana____",
        "image": "https://pbs.twimg.com/profile_images/2026076334473224192/JOSj_O8w_200x200.jpg",
        "blue_verified": false,
        "verification": {
          "verified": false,
          "verified_at": null,
          "type": null
        },
        "sub_count": 33490,
        "username": "Wana____",
        "verified": false,
        "followers": 33490,
        "following": 10439,
        "biography": "Trying.",
        "profile_image_url": "https://pbs.twimg.com/profile_images/2026076334473224192/JOSj_O8w_200x200.jpg",
        "posts_count": 386075,
        "location": "LOS | YYC",
        "banner_url": "https://pbs.twimg.com/profile_banners/48685848/1747325128",
        "joined": "Fri Jun 19 11:57:51 +0000 2009",
        "website": {
          "url": "http://x.com",
          "display_url": "x.com"
        }
      },
      "media": null,
      "metrics": {
        "likes": 0,
        "reposts": 0,
        "replies": 0,
        "views": 23,
        "quotes": 0,
        "bookmarks": 0
      },
      "hashtags": null,
      "external_url": null,
      "quoted_post": null,
      "tagged_users": null,
      "community_note": null,
      "is_note_tweet": false
    },
    {
      "success": true,
      "id": "2092754147183321565",
      "url": "https://x.com/_Chuu____/status/2092754147183321565",
      "text": "Cried then...\nTeary now as I see \"Twelve Final Days\" 🥹🥹\n\nMy Greatest Of All Time in the world of tennis!",
      "display_text": "Cried then...\nTeary now as I see \"Twelve Final Days\" 🥹🥹\n\nMy Greatest Of All Time in the world of tenni",
      "created_at": "Wed Aug 26 23:20:44 +0000 2026",
      "created_at_iso": "2026-08-26T23:20:44.000Z",
      "status": "active",
      "lang": "en",
      "sensitive": null,
      "source": "Twitter for Android",
      "likes": 0,
      "retweets": 0,
      "bookmarks": 0,
      "quotes": 0,
      "replies": 0,
      "views": 3,
      "reply_to": null,
      "in_reply_to_screen_name": null,
      "in_reply_to_status_id_str": null,
      "in_reply_to_user_id_str": null,
      "conversation_id": "2092754147183321565",
      "conversation_control": {
        "policy": null
      },
      "initial_tweets": null,
      "entities": {
        "user_mentions": [],
        "hashtags": [],
        "symbols": [],
        "timestamps": [],
        "urls": []
      },
      "author": {
        "rest_id": "1062018896985755648",
        "name": "OlaJuwon",
        "screen_name": "_Chuu____",
        "image": "https://pbs.twimg.com/profile_images/1886578198638379008/b_0MaaRn_200x200.jpg",
        "blue_verified": false,
        "verification": {
          "verified": false,
          "verified_at": null,
          "type": null
        },
        "sub_count": 532,
        "username": "_Chuu____",
        "verified": false,
        "followers": 532,
        "following": 658,
        "biography": "Believer || Medical Doctor🩺 || Husband || Carlos Alcaraz🎾 ||\nHere for Laughs 🤓",
        "profile_image_url": "https://pbs.twimg.com/profile_images/1886578198638379008/b_0MaaRn_200x200.jpg",
        "posts_count": 15948,
        "location": "England, United Kingdom",
        "banner_url": "https://pbs.twimg.com/profile_banners/1062018896985755648/1741027241",
        "joined": "Mon Nov 12 16:26:51 +0000 2018",
        "website": null
      },
      "media": null,
      "metrics": {
        "likes": 0,
        "reposts": 0,
        "replies": 0,
        "views": 3,
        "quotes": 0,
        "bookmarks": 0
      },
      "hashtags": null,
      "external_url": null,
      "quoted_post": null,
      "tagged_users": null,
      "community_note": null,
      "is_note_tweet": false
    },
    {
      "success": true,
      "id": "2092754016220414429",
      "url": "https://x.com/usatodaysports/status/2092754016220414429",
      "text": "The U.S. Open faced backlash after it initially denied Wawrinka a wild card, until another player's injury opened a spot days before the main draw. https://www.usatoday.com/story/sports/tennis/open/2026/08/26/us-open-stan-wawrinka-wild-card/91475623007/?taid=6a8f74ad2c351600015c05b3&utm_campaign=trueanthem&utm_medium=social&utm_source=twitter",
      "display_text": "The U.S. Open faced backlash after it initially denied Wawrinka a wild card, until another player's injury opened a spot days before the main draw. https://www.usatoday.co",
      "created_at": "Wed Aug 26 23:20:13 +0000 2026",
      "created_at_iso": "2026-08-26T23:20:13.000Z",
      "status": "active",
      "lang": "en",
      "sensitive": false,
      "source": "trueanthem_pro2",
      "likes": 2,
      "retweets": 2,
      "bookmarks": 0,
      "quotes": 0,
      "replies": 0,
      "views": 342,
      "reply_to": null,
      "in_reply_to_screen_name": null,
      "in_reply_to_status_id_str": null,
      "in_reply_to_user_id_str": null,
      "conversation_id": "2092754016220414429",
      "conversation_control": {
        "policy": null
      },
      "initial_tweets": null,
      "entities": {
        "user_mentions": [],
        "hashtags": [],
        "symbols": [],
        "timestamps": [],
        "urls": [
          {
            "url": "https://t.co/wwV0ZMe4l8",
            "expanded_url": "https://www.usatoday.com/story/sports/tennis/open/2026/08/26/us-open-stan-wawrinka-wild-card/91475623007/?taid=6a8f74ad2c351600015c05b3&utm_campaign=trueanthem&utm_medium=social&utm_source=twitter",
            "display_url": "usatoday.com/story/sports/t…",
            "indices": [
              148,
              171
            ]
          }
        ]
      },
      "author": {
        "rest_id": "15764001",
        "name": "USA TODAY Sports",
        "screen_name": "usatodaysports",
        "image": "https://pbs.twimg.com/profile_images/924985978711707648/IChoF1Bp_200x200.jpg",
        "blue_verified": true,
        "verification": {
          "verified": true,
          "verified_at": null,
          "type": "individual"
        },
        "sub_count": 279589,
        "username": "usatodaysports",
        "verified": true,
        "followers": 279589,
        "following": 1377,
        "biography": "Breaking news, opinion + analysis from the USA TODAY Sports staff.",
        "profile_image_url": "https://pbs.twimg.com/profile_images/924985978711707648/IChoF1Bp_200x200.jpg",
        "posts_count": 326023,
        "location": "USA TODAY",
        "banner_url": "https://pbs.twimg.com/profile_banners/15764001/1723555544",
        "joined": "Thu Aug 07 14:45:36 +0000 2008",
        "website": {
          "url": "https://www.usatoday.com/sports",
          "display_url": "usatoday.com/sports"
        }
      },
      "media": null,
      "metrics": {
        "likes": 2,
        "reposts": 2,
        "replies": 0,
        "views": 342,
        "quotes": 0,
        "bookmarks": 0
      },
      "hashtags": null,
      "external_url": null,
      "quoted_post": null,
      "tagged_users": null,
      "community_note": null,
      "is_note_tweet": false
    },
    {
      "success": true,
      "id": "2092754004086288651",
      "url": "https://x.com/Tennis__Fashion/status/2092754004086288651",
      "text": "Clement Chidekh played a great match today vs Arthur Gea. 🇫🇷 🎾 💪",
      "display_text": "Clement Chidekh played a great match today vs Arthur Gea. 🇫🇷 \ud83c",
      "created_at": "Wed Aug 26 23:20:10 +0000 2026",
      "created_at_iso": "2026-08-26T23:20:10.000Z",
      "status": "active",
      "lang": "en",
      "sensitive": false,
      "source": "Twitter for iPhone",
      "likes": 0,
      "retweets": 0,
      "bookmarks": 0,
      "quotes": 0,
      "replies": 0,
      "views": 5,
      "reply_to": null,
      "in_reply_to_screen_name": null,
      "in_reply_to_status_id_str": null,
      "in_reply_to_user_id_str": null,
      "conversation_id": "2092754004086288651",
      "conversation_control": {
        "policy": null
      },
      "initial_tweets": null
    }
  ],
  "_note": "Response truncated for documentation purposes"
}
搜索 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30486/search?query=tennis&cursor=DAADDAABCgABHQr1kAqXAIAKAAIdCvUYRhtgjgAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUdCvWrAsAnEAoABh0K9asCv9jwCwAHAAAAiEVtUEM2d0FBQWZRL2dHSk4wdkdwL0FBQUFBb2RDdlVZUmh0Z2poMEs5U2w3MjlINUhRcjFmUHZYRVRRZEN2Vm9DQmNRemgwSzlTZ3BHcEg3SFFyMWVUcFhzR01kQ3ZXQVlaZHhkQjBLOVdKNEZ2R3hIUXIxZEdVVzRCY2RDdldRQ3BjQWdBPT0AAA&count=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
查找与搜索查询匹配的X个个人资料,返回个人资料详细信息、验证状态、关注者数量、简介、网站和账户元数据
Endpoint ID: 30487
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30487/followers
输入参数

关注者 — 端点功能

对象 描述
screenname 必需 Enter the username
cursor 可选 Indicates the next or previous cursor.
count 可选 Number of results (default 20, max 100)

剩余免费测试请求:3 / 3。


输入参数

screenname
cursor
count
API 示例响应
JSON
{
    "success": true,
    "screen_name": "elonmusk",
    "results": [
        {
            "success": true,
            "status": "active",
            "profile": "Flex738k",
            "rest_id": "2092756065221824512",
            "id": "2092756065221824512",
            "name": "Flex",
            "screen_name": "Flex738k",
            "username": "Flex738k",
            "blue_verified": false,
            "verified": false,
            "verification": {
                "verified": false,
                "verified_at": null,
                "type": null
            },
            "avatar": "https://pbs.twimg.com/profile_images/2092757082172727296/3i9nqi2m_normal.jpg",
            "profile_image_url": "https://pbs.twimg.com/profile_images/2092757082172727296/3i9nqi2m_normal.jpg",
            "header_image": "",
            "banner_url": "",
            "desc": "",
            "biography": "",
            "protected": false,
            "location": "",
            "friends": 8,
            "following": 8,
            "sub_count": 0,
            "followers": 0,
            "statuses_count": 2,
            "posts_count": 2,
            "media_count": 0,
            "likes": 4,
            "created_at": "Wed Aug 26 23:31:16 +0000 2026",
            "website": null,
            "url": "https://x.com/Flex738k"
        },
        {
            "success": true,
            "status": "active",
            "profile": "PaulBulauiu7",
            "rest_id": "2092756668563984384",
            "id": "2092756668563984384",
            "name": "Paul Bulau",
            "screen_name": "PaulBulauiu7",
            "username": "PaulBulauiu7",
            "blue_verified": false,
            "verified": false,
            "verification": {
                "verified": false,
                "verified_at": null,
                "type": null
            },
            "avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
            "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
            "header_image": "",
            "banner_url": "",
            "desc": "",
            "biography": "",
            "protected": false,
            "location": "",
            "friends": 57,
            "following": 57,
            "sub_count": 0,
            "followers": 0,
            "statuses_count": 0,
            "posts_count": 0,
            "media_count": 0,
            "likes": 0,
            "created_at": "Wed Aug 26 23:31:34 +0000 2026",
            "website": null,
            "url": "https://x.com/PaulBulauiu7"
        },
        {
            "success": true,
            "status": "protected",
            "profile": "mmm_ple30794",
            "rest_id": "1692043345508364289",
            "id": "1692043345508364289",
            "name": "3 Ple MMM",
            "screen_name": "mmm_ple30794",
            "username": "mmm_ple30794",
            "blue_verified": false,
            "verified": false,
            "verification": {
                "verified": false,
                "verified_at": null,
                "type": null
            },
            "avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
            "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
            "header_image": "",
            "banner_url": "",
            "desc": "",
            "biography": "",
            "protected": true,
            "location": "",
            "friends": 2423,
            "following": 2423,
            "sub_count": 9,
            "followers": 9,
            "statuses_count": 8,
            "posts_count": 8,
            "media_count": 1,
            "likes": 963,
            "created_at": "Thu Aug 17 05:19:44 +0000 2023",
            "website": null,
            "url": "https://x.com/mmm_ple30794"
        },
        {
            "success": true,
            "status": "active",
            "profile": "112Imk",
            "rest_id": "2000635272015626240",
            "id": "2000635272015626240",
            "name": "Imk 112",
            "screen_name": "112Imk",
            "username": "112Imk",
            "blue_verified": false,
            "verified": false,
            "verification": {
                "verified": false,
                "verified_at": null,
                "type": null
            },
            "avatar": "https://pbs.twimg.com/profile_images/2000638079254855681/Iw3tVrpU_normal.jpg",
            "profile_image_url": "https://pbs.twimg.com/profile_images/2000638079254855681/Iw3tVrpU_normal.jpg",
            "header_image": "https://pbs.twimg.com/profile_banners/2000635272015626240/1765824262",
            "banner_url": "https://pbs.twimg.com/profile_banners/2000635272015626240/1765824262",
            "desc": "",
            "biography": "",
            "protected": false,
            "location": "",
            "friends": 79,
            "following": 79,
            "sub_count": 10,
            "followers": 10,
            "statuses_count": 0,
            "posts_count": 0,
            "media_count": 0,
            "likes": 0,
            "created_at": "Mon Dec 15 18:34:48 +0000 2025",
            "website": null,
            "url": "https://x.com/112Imk"
        },
        {
            "success": true,
            "status": "active",
            "profile": "lynah_ii",
            "rest_id": "1871105068835184640",
            "id": "1871105068835184640",
            "name": "Lynah",
            "screen_name": "lynah_ii",
            "username": "lynah_ii",
            "blue_verified": false,
            "verified": false,
            "verification": {
                "verified": false,
                "verified_at": null,
                "type": null
            },
            "avatar": "https://pbs.twimg.com/profile_images/2084662873683374080/bIqdlXqK_normal.jpg",
            "profile_image_url": "https://pbs.twimg.com/profile_images/2084662873683374080/bIqdlXqK_normal.jpg",
            "header_image": "https://pbs.twimg.com/profile_banners/1871105068835184640/1785858555",
            "banner_url": "https://pbs.twimg.com/profile_banners/1871105068835184640/1785858555",
            "desc": "The true wisdom comes from who you are",
            "biography": "The true wisdom comes from who you are",
            "protected": false,
            "location": "USA",
            "friends": 242,
            "following": 242,
            "sub_count": 97,
            "followers": 97,
            "statuses_count": 100,
            "posts_count": 100,
            "media_count": 12,
            "likes": 160,
            "created_at": "Mon Dec 23 08:07:19 +0000 2024",
            "website": null,
            "url": "https://x.com/lynah_ii"
        },
        {
            "success": true,
            "status": "active",
            "profile": "Oreomonkeq3ti",
            "rest_id": "2092454625588793344",
            "id": "2092454625588793344",
            "name": "Oreomonke",
            "screen_name": "Oreomonkeq3ti",
            "username": "Oreomonkeq3ti",
            "blue_verified": false,
            "verified": false,
            "verification": {
                "verified": false,
                "verified_at": null,
                "type": null
            },
            "avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
            "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
            "header_image": "",
            "banner_url": "",
            "desc": "",
            "biography": "",
            "protected": false,
            "location": "",
            "friends": 2,
            "following": 2,
            "sub_count": 2,
            "followers": 2,
            "statuses_count": 0,
            "posts_count": 0,
            "media_count": 0,
            "likes": 0,
            "created_at": "Wed Aug 26 03:31:07 +0000 2026",
            "website": null,
            "url": "https://x.com/Oreomonkeq3ti"
        },
        {
            "success": true,
            "status": "active",
            "profile": "nicole62tv5",
            "rest_id": "2092756918406107137",
            "id": "2092756918406107137",
            "name": "Nicole Jonathan",
            "screen_name": "nicole62tv5",
            "username": "nicole62tv5",
            "blue_verified": false,
            "verified": false,
            "verification": {
                "verified": false,
                "verified_at": null,
                "type": null
            },
            "avatar": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
            "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
            "header_image": "",
            "banner_url": "",
            "desc": "",
            "biography": "",
            "protected": false,
            "location": "",
            "friends": 22,
            "following": 22,
            "sub_count": 0,
            "followers": 0,
            "statuses_count": 0,
            "posts_count": 0,
            "media_count": 0,
            "likes": 0,
            "created_at": "Wed Aug 26 23:32:33 +0000 2026",
            "website": null,
            "url": "https://x.com/nicole62tv5"
        },
        {
            "success": true
        }
    ],
    "_note": "Response truncated for documentation purposes"
}
关注者 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30487/followers?screenname=elonmusk&cursor=1874630736535803581|2092757614726217656&count=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
通过用户名搜索X用户,返回匹配的个人资料,包括用户名、简介、验证、粉丝数量、网站和账户元数据
Endpoint ID: 30488
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30488/following
输入参数

Following — 端点功能

对象 描述
screenname 必需 Enter the username
cursor 可选 Indicates the next or previous cursor
count 可选 Number of results (default 20, max 100)

剩余免费测试请求:3 / 3。


输入参数

screenname
cursor
count
API 示例响应
JSON
{
    "success": true,
    "screen_name": "elonmusk",
    "results": [
        {
            "success": true,
            "status": "active",
            "profile": "jreichelt",
            "rest_id": "19069018",
            "id": "19069018",
            "name": "Julian Reichelt",
            "screen_name": "jreichelt",
            "username": "jreichelt",
            "blue_verified": true,
            "verified": true,
            "verification": {
                "verified": true,
                "verified_at": null,
                "type": "individual"
            },
            "avatar": "https://pbs.twimg.com/profile_images/1544270905064493058/Ynr5lMl4_normal.jpg",
            "profile_image_url": "https://pbs.twimg.com/profile_images/1544270905064493058/Ynr5lMl4_normal.jpg",
            "header_image": "https://pbs.twimg.com/profile_banners/19069018/1778835406",
            "banner_url": "https://pbs.twimg.com/profile_banners/19069018/1778835406",
            "desc": "Achtung, Reichelt! | \nDie Stimme der Mehrheit |  \nDie Revolution der Vernunft\nhttps://bsky.app/profile/julian-reichelt.bsky.social",
            "biography": "Achtung, Reichelt! | \nDie Stimme der Mehrheit |  \nDie Revolution der Vernunft\nhttps://bsky.app/profile/julian-reichelt.bsky.social",
            "protected": false,
            "location": "Berlin",
            "friends": 1584,
            "following": 1584,
            "sub_count": 514264,
            "followers": 514264,
            "statuses_count": 35322,
            "posts_count": 35322,
            "media_count": 5926,
            "likes": 2753,
            "created_at": "Fri Jan 16 14:45:26 +0000 2009",
            "website": {
                "url": "https://www.youtube.com/c/AchtungReichelt",
                "display_url": "youtube.com/c/AchtungReich…"
            },
            "url": "https://x.com/jreichelt"
        },
        {
            "success": true,
            "status": "active",
            "profile": "jaybaxter",
            "rest_id": "249353968",
            "id": "249353968",
            "name": "Jay Baxter",
            "screen_name": "jaybaxter",
            "username": "jaybaxter",
            "blue_verified": true,
            "verified": true,
            "verification": {
                "verified": true,
                "verified_at": null,
                "type": "individual"
            },
            "avatar": "https://pbs.twimg.com/profile_images/1893009625408217088/3fSYgEmX_normal.jpg",
            "profile_image_url": "https://pbs.twimg.com/profile_images/1893009625408217088/3fSYgEmX_normal.jpg",
            "header_image": "https://pbs.twimg.com/profile_banners/249353968/1635224785",
            "banner_url": "https://pbs.twimg.com/profile_banners/249353968/1635224785",
            "desc": "@CommunityNotes Founding ML Lead. Member of Technical Staff @X / @xAI. Built BayesDB @MIT",
            "biography": "@CommunityNotes Founding ML Lead. Member of Technical Staff @X / @xAI. Built BayesDB @MIT",
            "protected": false,
            "location": "Bellevue, WA",
            "friends": 2103,
            "following": 2103,
            "sub_count": 8369,
            "followers": 8369,
            "statuses_count": 1817,
            "posts_count": 1817,
            "media_count": 173,
            "likes": 13615,
            "created_at": "Tue Feb 08 21:51:19 +0000 2011",
            "website": {
                "url": "http://jaybaxter.net",
                "display_url": "jaybaxter.net"
            },
            "url": "https://x.com/jaybaxter"
        },
        {
            "success": true,
            "status": "active",
            "profile": "theskory",
            "rest_id": "1394449160",
            "id": "1394449160",
            "name": "Boris Skorobogaty",
            "screen_name": "theskory",
            "username": "theskory",
            "blue_verified": true,
            "verified": true,
            "verification": {
                "verified": true,
                "verified_at": null,
                "type": "individual"
            },
            "avatar": "https://pbs.twimg.com/profile_images/2088269248141414400/luE7guGN_normal.jpg",
            "profile_image_url": "https://pbs.twimg.com/profile_images/2088269248141414400/luE7guGN_normal.jpg",
            "header_image": "",
            "banner_url": "",
            "desc": "Cooking at @spaceXAI, ex Senior Staff @Meta",
            "biography": "Cooking at @spaceXAI, ex Senior Staff @Meta",
            "protected": false,
            "location": "London, England",
            "friends": 331,
            "following": 331,
            "sub_count": 3674,
            "followers": 3674,
            "statuses_count": 123,
            "posts_count": 123,
            "media_count": 5,
            "likes": 495,
            "created_at": "Wed May 01 11:37:54 +0000 2013",
            "website": null,
            "url": "https://x.com/theskory"
        },
        {
            "success": true,
            "status": "active",
            "profile": "johnfederspiel",
            "rest_id": "845021022",
            "id": "845021022",
            "name": "John Federspiel",
            "screen_name": "johnfederspiel",
            "username": "johnfederspiel",
            "blue_verified": true,
            "verified": true,
            "verification": {
                "verified": true,
                "verified_at": null,
                "type": "individual"
            },
            "avatar": "https://pbs.twimg.com/profile_images/2044051292604039168/T6Zho-G8_normal.jpg",
            "profile_image_url": "https://pbs.twimg.com/profile_images/2044051292604039168/T6Zho-G8_normal.jpg",
            "header_image": "https://pbs.twimg.com/profile_banners/845021022/1776174855",
            "banner_url": "https://pbs.twimg.com/profile_banners/845021022/1776174855",
            "desc": "http://terafab.ai",
            "biography": "http://terafab.ai",
            "protected": false,
            "location": "",
            "friends": 89,
            "following": 89,
            "sub_count": 2013,
            "followers": 2013,
            "statuses_count": 25,
            "posts_count": 25,
            "media_count": 1,
            "likes": 446,
            "created_at": "Tue Sep 25 07:00:28 +0000 2012",
            "website": null,
            "url": "https://x.com/johnfederspiel"
        },
        {
            "success": true,
            "status": "active",
            "profile": "eliebakouch",
            "rest_id": "1745892418539417600",
            "id": "1745892418539417600",
            "name": "elie",
            "screen_name": "eliebakouch",
            "username": "eliebakouch",
            "blue_verified": true,
            "verified": true,
            "verification": {
                "verified": true,
                "verified_at": null,
                "type": "individual"
            },
            "avatar": "https://pbs.twimg.com/profile_images/1745893660099592193/MmYemsw6_normal.jpg",
            "profile_image_url": "https://pbs.twimg.com/profile_images/1745893660099592193/MmYemsw6_normal.jpg",
            "header_image": "https://pbs.twimg.com/profile_banners/1745892418539417600/1751243891",
            "banner_url": "https://pbs.twimg.com/profile_banners/1745892418539417600/1751243891",
            "desc": "training llm @PrimeIntellect (prev: @huggingface)\nanon feedback: https://www.admonymous.co/eliebakouch",
            "biography": "training llm @PrimeIntellect (prev: @huggingface)\nanon feedback: https://www.admonymous.co/eliebakouch",
            "protected": false,
            "location": "",
            "friends": 4523,
            "following": 4523,
            "sub_count": 23505,
            "followers": 23505,
            "statuses_count": 8088,
            "posts_count": 8088,
            "media_count": 1294,
            "likes": 22226,
            "created_at": "Fri Jan 12 19:36:21 +0000 2024",
            "website": null,
            "url": "https://x.com/eliebakouch"
        },
        {
            "success": true,
            "status": "active",
            "profile": "aplusk",
            "rest_id": "19058681",
            "id": "19058681",
            "name": "ashton kutcher",
            "screen_name": "aplusk",
            "username": "aplusk",
            "blue_verified": true,
            "verified": true,
            "verification": {
                "verified": true,
                "verified_at": null,
                "type": "individual"
            },
            "avatar": "https://pbs.twimg.com/profile_images/1790795561538568192/ZIaTNHCY_normal.jpg",
            "profile_image_url": "https://pbs.twimg.com/profile_images/1790795561538568192/ZIaTNHCY_normal.jpg",
            "header_image": "https://pbs.twimg.com/profile_banners/19058681/1782932386",
            "banner_url": "https://pbs.twimg.com/profile_banners/19058681/1782932386",
            "desc": "I build things, stories, companies, collaborations of thoughts, dreams, & believe in a future where we all have a right to pursue happiness. +1 (319) 519-0576",
            "biography": "I build things, stories, companies, collaborations of thoughts, dreams, & believe in a future where we all have a right to pursue happiness. +1 (319) 519-0576",
            "protected": false,
            "location": "Los Angeles, California",
            "friends": 859,
            "following": 859
        }
    ],
    "_note": "Response truncated for documentation purposes"
}
Following — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30488/following?screenname=elonmusk&cursor=1868094348489697122|2092758262834266040&count=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
通过线程 ID 检索完整的 X 线程,包括原始帖子、回复、作者资料、媒体、参与指标和对话上下文
Endpoint ID: 30489
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30489/tweet+thread
输入参数

推文串 — 端点功能

对象 描述
id 必需 Enter the thread ID

剩余免费测试请求:3 / 3。


输入参数

id
API 示例响应
JSON
{
    "success": true,
    "id": "2018171156893696392",
    "status": {
        "success": true,
        "id": "2018086998804984104",
        "url": "https://x.com/ArthurMacwaters/status/2018086998804984104",
        "text": "1) imagine being dumb enough to think these emails make Elon look bad\n\n2) Reid, gates, and others are everything - and much worse - that they’ve spent years accusing Elon and Trump of \n\n3) send x links to your friends, because the legacy media is already pushing fakes and twisting things",
        "display_text": "1) imagine being dumb enough to think these emails make Elon look bad\n\n2) Reid, gates, and others are everything - and much worse - that they’ve spent years accusing Elon and Trump of \n\n3) send x links to your friends, because the legacy media is already pushing fakes and twisting things",
        "created_at": "Sun Feb 01 22:20:09 +0000 2026",
        "created_at_iso": "2026-02-01T22:20:09.000Z",
        "status": "active",
        "lang": "en",
        "sensitive": false,
        "source": "Twitter for iPhone",
        "likes": 4230,
        "retweets": 850,
        "bookmarks": 338,
        "quotes": 30,
        "replies": 345,
        "views": 1038121,
        "reply_to": null,
        "in_reply_to_screen_name": null,
        "in_reply_to_status_id_str": null,
        "in_reply_to_user_id_str": null,
        "conversation_id": "2018086998804984104",
        "conversation_control": {
            "policy": null
        },
        "initial_tweets": null,
        "entities": {
            "user_mentions": [],
            "hashtags": [],
            "symbols": [],
            "timestamps": [],
            "urls": []
        },
        "author": {
            "rest_id": "1317327383628705793",
            "name": "Arthur MacWaters",
            "screen_name": "ArthurMacwaters",
            "image": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
            "blue_verified": true,
            "verification": {
                "verified": true,
                "verified_at": null,
                "type": "individual"
            },
            "sub_count": 90626,
            "username": "ArthurMacwaters",
            "verified": true,
            "followers": 90626,
            "following": 995,
            "biography": "founder @legionhealth, American exceptionalism and techno-futurist 🇺🇸 ex @mckinsey @princeton",
            "profile_image_url": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
            "posts_count": 64029,
            "location": "SF",
            "banner_url": "https://pbs.twimg.com/profile_banners/1317327383628705793/1786216072",
            "joined": "Sat Oct 17 04:51:47 +0000 2020",
            "website": {
                "url": "https://jobs.ashbyhq.com/legionhealth/",
                "display_url": "jobs.ashbyhq.com/legionhealth/"
            }
        },
        "media": {
            "photos": [
                "https://pbs.twimg.com/media/HAGvbG0a8AAKDiy.jpg?name=orig",
                "https://pbs.twimg.com/media/HAGvbGqa0AAw1OZ.jpg?name=orig"
            ]
        },
        "metrics": {
            "likes": 4230,
            "reposts": 850,
            "replies": 345,
            "views": 1038121,
            "quotes": 30,
            "bookmarks": 338
        },
        "hashtags": null,
        "external_url": null,
        "quoted_post": null,
        "tagged_users": null,
        "community_note": null,
        "is_note_tweet": true
    },
    "thread": [
        {
            "success": true,
            "id": "2018086998804984104",
            "url": "https://x.com/ArthurMacwaters/status/2018086998804984104",
            "text": "1) imagine being dumb enough to think these emails make Elon look bad\n\n2) Reid, gates, and others are everything - and much worse - that they’ve spent years accusing Elon and Trump of \n\n3) send x links to your friends, because the legacy media is already pushing fakes and twisting things",
            "display_text": "1) imagine being dumb enough to think these emails make Elon look bad\n\n2) Reid, gates, and others are everything - and much worse - that they’ve spent years accusing Elon and Trump of \n\n3) send x links to your friends, because the legacy media is already pushing fakes and twisting things",
            "created_at": "Sun Feb 01 22:20:09 +0000 2026",
            "created_at_iso": "2026-02-01T22:20:09.000Z",
            "status": "active",
            "lang": "en",
            "sensitive": false,
            "source": "Twitter for iPhone",
            "likes": 4230,
            "retweets": 850,
            "bookmarks": 338,
            "quotes": 30,
            "replies": 345,
            "views": 1038121,
            "reply_to": null,
            "in_reply_to_screen_name": null,
            "in_reply_to_status_id_str": null,
            "in_reply_to_user_id_str": null,
            "conversation_id": "2018086998804984104",
            "conversation_control": {
                "policy": null
            },
            "initial_tweets": null,
            "entities": {
                "user_mentions": [],
                "hashtags": [],
                "symbols": [],
                "timestamps": [],
                "urls": []
            },
            "author": {
                "rest_id": "1317327383628705793",
                "name": "Arthur MacWaters",
                "screen_name": "ArthurMacwaters",
                "image": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
                "blue_verified": true,
                "verification": {
                    "verified": true,
                    "verified_at": null,
                    "type": "individual"
                },
                "sub_count": 90626,
                "username": "ArthurMacwaters",
                "verified": true,
                "followers": 90626,
                "following": 995,
                "biography": "founder @legionhealth, American exceptionalism and techno-futurist 🇺🇸 ex @mckinsey @princeton",
                "profile_image_url": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
                "posts_count": 64029,
                "location": "SF",
                "banner_url": "https://pbs.twimg.com/profile_banners/1317327383628705793/1786216072",
                "joined": "Sat Oct 17 04:51:47 +0000 2020",
                "website": {
                    "url": "https://jobs.ashbyhq.com/legionhealth/",
                    "display_url": "jobs.ashbyhq.com/legionhealth/"
                }
            },
            "media": {
                "photos": [
                    "https://pbs.twimg.com/media/HAGvbG0a8AAKDiy.jpg?name=orig",
                    "https://pbs.twimg.com/media/HAGvbGqa0AAw1OZ.jpg?name=orig"
                ]
            },
            "metrics": {
                "likes": 4230,
                "reposts": 850,
                "replies": 345,
                "views": 1038121,
                "quotes": 30,
                "bookmarks": 338
            },
            "hashtags": null,
            "external_url": null,
            "quoted_post": null,
            "tagged_users": null,
            "community_note": null,
            "is_note_tweet": true
        }
    ],
    "author": {
        "success": true,
        "status": "active",
        "profile": "ArthurMacwaters",
        "rest_id": "1317327383628705793",
        "id": "1317327383628705793",
        "name": "Arthur MacWaters",
        "screen_name": "ArthurMacwaters",
        "username": "ArthurMacwaters",
        "blue_verified": true,
        "verified": true,
        "verification": {
            "verified": true,
            "verified_at": null,
            "type": "individual"
        },
        "avatar": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
        "profile_image_url": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
        "header_image": "https://pbs.twimg.com/profile_banners/1317327383628705793/1786216072",
        "banner_url": "https://pbs.twimg.com/profile_banners/1317327383628705793/1786216072",
        "desc": "founder @legionhealth, American exceptionalism and techno-futurist 🇺🇸 ex @mckinsey @princeton",
        "biography": "founder @legionhealth, American exceptionalism and techno-futurist 🇺🇸 ex @mckinsey @princeton",
        "protected": false,
        "location": "SF",
        "friends": 995,
        "following": 995,
        "sub_count": 90626,
        "followers": 90626,
        "statuses_count": 64029,
        "posts_count": 64029,
        "media_count": 8349,
        "likes": 146123,
        "created_at": "Sat Oct 17 04:51:47 +0000 2020",
        "website": {
            "url": "https://jobs.ashbyhq.com/legionhealth/",
            "display_url": "jobs.ashbyhq.com/legionhealth/"
        },
        "url": "https://x.com/ArthurMacwaters"
    }
}
推文串 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30489/tweet+thread?id=2018171156893696392' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
使用帖子或对话ID检索一条X帖子及其完整线程、回复、作者详情、参与指标、媒体和分页数据
Endpoint ID: 30491
GET https://zylalabs.com/api/13628/twitter+premium+tweet+api/30491/conversation+id
输入参数

对话 ID — 端点功能

对象 描述
id 必需 Enter the conversation ID
cursor 可选 Indicates the next or previous cursor.
count 可选 Number of results (default 20, max 100)

剩余免费测试请求:3 / 3。


输入参数

id
cursor
count
API 示例响应
JSON
{
    "success": true,
    "id": "2018171156893696392",
    "status": {
        "success": true,
        "id": "2018086998804984104",
        "url": "https://x.com/ArthurMacwaters/status/2018086998804984104",
        "text": "1) imagine being dumb enough to think these emails make Elon look bad\n\n2) Reid, gates, and others are everything - and much worse - that they’ve spent years accusing Elon and Trump of \n\n3) send x links to your friends, because the legacy media is already pushing fakes and twisting things",
        "display_text": "1) imagine being dumb enough to think these emails make Elon look bad\n\n2) Reid, gates, and others are everything - and much worse - that they’ve spent years accusing Elon and Trump of \n\n3) send x links to your friends, because the legacy media is already pushing fakes and twisting things",
        "created_at": "Sun Feb 01 22:20:09 +0000 2026",
        "created_at_iso": "2026-02-01T22:20:09.000Z",
        "status": "active",
        "lang": "en",
        "sensitive": false,
        "source": "Twitter for iPhone",
        "likes": 4229,
        "retweets": 849,
        "bookmarks": 338,
        "quotes": 30,
        "replies": 345,
        "views": 1038121,
        "reply_to": null,
        "in_reply_to_screen_name": null,
        "in_reply_to_status_id_str": null,
        "in_reply_to_user_id_str": null,
        "conversation_id": "2018086998804984104",
        "conversation_control": {
            "policy": null
        },
        "initial_tweets": null,
        "entities": {
            "user_mentions": [],
            "hashtags": [],
            "symbols": [],
            "timestamps": [],
            "urls": []
        },
        "author": {
            "rest_id": "1317327383628705793",
            "name": "Arthur MacWaters",
            "screen_name": "ArthurMacwaters",
            "image": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
            "blue_verified": true,
            "verification": {
                "verified": true,
                "verified_at": null,
                "type": "individual"
            },
            "sub_count": 90627,
            "username": "ArthurMacwaters",
            "verified": true,
            "followers": 90627,
            "following": 995,
            "biography": "founder @legionhealth, American exceptionalism and techno-futurist 🇺🇸 ex @mckinsey @princeton",
            "profile_image_url": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
            "posts_count": 64033,
            "location": "SF",
            "banner_url": "https://pbs.twimg.com/profile_banners/1317327383628705793/1786216072",
            "joined": "Sat Oct 17 04:51:47 +0000 2020",
            "website": {
                "url": "https://jobs.ashbyhq.com/legionhealth/",
                "display_url": "jobs.ashbyhq.com/legionhealth/"
            }
        },
        "media": {
            "photos": [
                "https://pbs.twimg.com/media/HAGvbG0a8AAKDiy.jpg?name=orig",
                "https://pbs.twimg.com/media/HAGvbGqa0AAw1OZ.jpg?name=orig"
            ]
        },
        "metrics": {
            "likes": 4229,
            "reposts": 849,
            "replies": 345,
            "views": 1038121,
            "quotes": 30,
            "bookmarks": 338
        },
        "hashtags": null,
        "external_url": null,
        "quoted_post": null,
        "tagged_users": null,
        "community_note": null,
        "is_note_tweet": true
    },
    "thread": [
        {
            "success": true,
            "id": "2018086998804984104",
            "url": "https://x.com/ArthurMacwaters/status/2018086998804984104",
            "text": "1) imagine being dumb enough to think these emails make Elon look bad\n\n2) Reid, gates, and others are everything - and much worse - that they’ve spent years accusing Elon and Trump of \n\n3) send x links to your friends, because the legacy media is already pushing fakes and twisting things",
            "display_text": "1) imagine being dumb enough to think these emails make Elon look bad\n\n2) Reid, gates, and others are everything - and much worse - that they’ve spent years accusing Elon and Trump of \n\n3) send x links to your friends, because the legacy media is already pushing fakes and twisting things",
            "created_at": "Sun Feb 01 22:20:09 +0000 2026",
            "created_at_iso": "2026-02-01T22:20:09.000Z",
            "status": "active",
            "lang": "en",
            "sensitive": false,
            "source": "Twitter for iPhone",
            "likes": 4229,
            "retweets": 849,
            "bookmarks": 338,
            "quotes": 30,
            "replies": 345,
            "views": 1038121,
            "reply_to": null,
            "in_reply_to_screen_name": null,
            "in_reply_to_status_id_str": null,
            "in_reply_to_user_id_str": null,
            "conversation_id": "2018086998804984104",
            "conversation_control": {
                "policy": null
            },
            "initial_tweets": null,
            "entities": {
                "user_mentions": [],
                "hashtags": [],
                "symbols": [],
                "timestamps": [],
                "urls": []
            },
            "author": {
                "rest_id": "1317327383628705793",
                "name": "Arthur MacWaters",
                "screen_name": "ArthurMacwaters",
                "image": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
                "blue_verified": true,
                "verification": {
                    "verified": true,
                    "verified_at": null,
                    "type": "individual"
                },
                "sub_count": 90627,
                "username": "ArthurMacwaters",
                "verified": true,
                "followers": 90627,
                "following": 995,
                "biography": "founder @legionhealth, American exceptionalism and techno-futurist 🇺🇸 ex @mckinsey @princeton",
                "profile_image_url": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
                "posts_count": 64033,
                "location": "SF",
                "banner_url": "https://pbs.twimg.com/profile_banners/1317327383628705793/1786216072",
                "joined": "Sat Oct 17 04:51:47 +0000 2020",
                "website": {
                    "url": "https://jobs.ashbyhq.com/legionhealth/",
                    "display_url": "jobs.ashbyhq.com/legionhealth/"
                }
            },
            "media": {
                "photos": [
                    "https://pbs.twimg.com/media/HAGvbG0a8AAKDiy.jpg?name=orig",
                    "https://pbs.twimg.com/media/HAGvbGqa0AAw1OZ.jpg?name=orig"
                ]
            },
            "metrics": {
                "likes": 4229,
                "reposts": 849,
                "replies": 345,
                "views": 1038121,
                "quotes": 30,
                "bookmarks": 338
            },
            "hashtags": null,
            "external_url": null,
            "quoted_post": null,
            "tagged_users": null,
            "community_note": null,
            "is_note_tweet": true
        }
    ],
    "replies": [],
    "author": {
        "success": true,
        "status": "active",
        "profile": "ArthurMacwaters",
        "rest_id": "1317327383628705793",
        "id": "1317327383628705793",
        "name": "Arthur MacWaters",
        "screen_name": "ArthurMacwaters",
        "username": "ArthurMacwaters",
        "blue_verified": true,
        "verified": true,
        "verification": {
            "verified": true,
            "verified_at": null,
            "type": "individual"
        },
        "avatar": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
        "profile_image_url": "https://pbs.twimg.com/profile_images/1921033752140279808/TgndOxdb_200x200.jpg",
        "header_image": "https://pbs.twimg.com/profile_banners/1317327383628705793/1786216072",
        "banner_url": "https://pbs.twimg.com/profile_banners/1317327383628705793/1786216072",
        "desc": "founder @legionhealth, American exceptionalism and techno-futurist 🇺🇸 ex @mckinsey @princeton",
        "biography": "founder @legionhealth, American exceptionalism and techno-futurist 🇺🇸 ex @mckinsey @princeton",
        "protected": false,
        "location": "SF",
        "friends": 995,
        "following": 995,
        "sub_count": 90627,
        "followers": 90627,
        "statuses_count": 64033,
        "posts_count": 64033,
        "media_count": 8350,
        "likes": 146127,
        "created_at": "Sat Oct 17 04:51:47 +0000 2020",
        "website": {
            "url": "https://jobs.ashbyhq.com/legionhealth/",
            "display_url": "jobs.ashbyhq.com/legionhealth/"
        },
        "url": "https://x.com/ArthurMacwaters"
    },
    "cursor": {
        "bottom": "DAAKCgABHQr6qkO___0LAAIAAAAoRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUFFY0FmdjVkcGFCaUE9PQgAAwAAAAILAAQAAAAGQm90dG9tAAA"
    },
    "next_cursor": "DAAKCgABHQr6qkO___0LAAIAAAAoRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUFFY0FmdjVkcGFCaUE9PQgAAwAAAAILAAQAAAAGQm90dG9tAAA",
    "prev_cursor": null
}
对话 ID — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13628/twitter+premium+tweet+api/30491/conversation+id?id=2018171156893696392&cursor=DAAKCgABHQr4_Cy___0LAAIAAAAoRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUFFY0FmdjVkcGFCaUE9PQgAAwAAAAILAAQAAAAGQm90dG9tAAA"&count=10' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API 访问密钥和身份验证

注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Twitter Premium Tweet API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。

标头
标头 描述
授权 必需 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。

无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。

(年度计费可节省 2 个月 🎉)

🚀 企业版套餐

起价
$ 10,000/年


  • 自定义数量
  • 自定义速率限制
  • 专业客户支持
  • 实时 API 监控

概览

The Twitter Premium Tweet API provides a simple and reliable way to retrieve detailed information about individual public posts on X (formerly Twitter) using a tweet ID. The API returns structured data that makes it easy to analyze tweet content without having to manually parse the X platform.

With a single request, users can retrieve the tweet text, display text, creation date and time, language, status, engagement metrics, reply information, conversation ID, and other relevant metadata. Engagement data includes likes, retweets, replies, quotes, and bookmarks, providing a comprehensive view of a post’s performance.

Twitter Premium Tweet API FAQs

每个端点返回与 X 帖子或个人资料相关的结构化数据 例如 GET Tweet 端点提供推文文本 作者细节 参与度指标和时间戳 而 GET Profile 端点返回用户个人资料信息 包括验证状态和关注者数量

关键字段因端点而异 对于获取推文 重要字段包括“文本”“喜欢”“转发”和“创建时间” 对于获取个人资料 字段如“名称”“关注者”和“蓝色认证”至关重要 每个端点的响应都是针对其特定数据焦点量身定制的

响应数据以JSON格式组织,其中有一个“成功”标志表示请求状态。每个端点的数据被封装在相关对象中,如“推文”或“个人资料”,使得访问特定信息如参与度指标或用户详细信息变得容易

每个端点接受特定的参数。获取推文需要提供“推文ID”获取个人资料需要“用户名”而获取搜索允许使用“关键词”来搜索帖子。参数有助于定制请求以检索目标数据

信息因端点而异 GET Tweet 提供推文内容和参与度指标 GET Profile 提供用户详情和验证状态 GET Timeline 返回带有参与数据的最近帖子 每个端点满足不同的数据需求

用户可以分析参与指标来评估帖子表现 通过回复跟踪用户互动 并通过搜索结果监控趋势 结构化格式允许轻松集成到应用程序中进行数据可视化或报告

典型的使用案例包括社交媒体分析、情感分析、品牌监测和舆论研究 企业可以利用互动指标来完善营销策略或根据影响者的帖子跟踪其表现

数据准确性通过直接从X平台检索来维护,确保实时更新 API的结构化响应最小化了解析错误 一致的数据格式有助于可靠的集成和分析

一般常见问题

Zyla API Hub 就像一个大型 API 商店,您可以在一个地方找到数千个 API。我们还为所有 API 提供专门支持和实时监控。注册后,您可以选择要使用的 API。请记住,每个 API 都需要自己的订阅。但如果您订阅多个 API,您将为所有这些 API 使用相同的密钥,使事情变得更简单。
价格以 USD(美元)、EUR(欧元)、CAD(加元)、AUD(澳元)和 GBP(英镑)列出。我们接受所有主要的借记卡和信用卡。我们的支付系统使用最新的安全技术,由 Stripe 提供支持,Stripe 是世界上最可靠的支付公司之一。如果您在使用卡片付款时遇到任何问题,请通过 [email protected]

此外,如果您已经以这些货币中的任何一种(USD、EUR、CAD、AUD、GBP)拥有有效订阅,该货币将保留用于后续订阅。只要您没有任何有效订阅,您可以随时更改货币。
定价页面上显示的本地货币基于您 IP 地址的国家/地区,仅供参考。实际价格以 USD(美元)为单位。当您付款时,即使您在我们的网站上看到以本地货币显示的等值金额,您的卡片对账单上也会以美元显示费用。这意味着您不能直接使用本地货币付款。
有时,银行可能会因其欺诈保护设置而拒绝收费。我们建议您首先联系您的银行,检查他们是否阻止了我们的收费。此外,您可以访问账单门户并更改关联的卡片以进行付款。如果这些方法不起作用并且您需要进一步帮助,请通过 [email protected]
价格由月度或年度订阅决定,具体取决于所选计划。
API 调用根据成功请求从您的计划中扣除。每个计划都包含您每月可以进行的特定数量的调用。只有成功的调用(由状态 200 响应指示)才会计入您的总数。这确保失败或不完整的请求不会影响您的月度配额。
Zyla API Hub 采用月度订阅系统。您的计费周期将从您购买付费计划的那一天开始,并在下个月的同一日期续订。因此,如果您想避免未来的费用,请提前取消订阅。
要升级您当前的订阅计划,只需转到 API 的定价页面并选择您要升级到的计划。升级将立即生效,让您立即享受新计划的功能。请注意,您之前计划中的任何剩余调用都不会转移到新计划,因此在升级时请注意这一点。您将被收取新计划的全部金额。
要检查您本月剩余多少 API 调用,请参考响应标头中的 "X-Zyla-API-Calls-Monthly-Remaining" 字段。例如,如果您的计划允许每月 1,000 个请求,而您已使用 100 个,则响应标头中的此字段将显示 900 个剩余调用。
要查看您的计划允许的最大 API 请求数,请检查 "X-Zyla-RateLimit-Limit" 响应标头。例如,如果您的计划包括每月 1,000 个请求,此标头将显示 1,000。
"X-Zyla-RateLimit-Reset" 标头显示您的速率限制重置之前的秒数。这告诉您何时您的请求计数将重新开始。例如,如果它显示 3,600,则意味着还有 3,600 秒直到限制重置。
是的,您可以随时通过访问您的账户并在账单页面上选择取消选项来取消您的计划。请注意,升级、降级和取消会立即生效。此外,取消后,您将不再有权访问该服务,即使您的配额中还有剩余调用。
为了让您有机会在没有任何承诺的情况下体验我们的 API,我们提供 7 天免费试用,允许您免费进行最多 50 次 API 调用。此试用只能使用一次,因此我们建议将其应用于您最感兴趣的 API。虽然我们的大多数 API 都提供免费试用,但有些可能不提供。试用在 7 天后或您进行了 50 次请求后结束,以先发生者为准。如果您在试用期间达到 50 次请求限制,您需要"开始您的付费计划"以继续发出请求。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。或者,如果您在第 7 天之前不取消订阅,您的免费试用将结束,您的计划将自动计费,授予您访问计划中指定的所有 API 调用的权限。请记住这一点以避免不必要的费用。
7 天后,您将被收取试用期间订阅的计划的全额费用。因此,在试用期结束前取消很重要。因忘记及时取消而提出的退款请求不被接受。
当您订阅 API 免费试用时,您可以进行最多 50 次 API 调用。如果您希望超出此限制进行额外的 API 调用,API 将提示您执行"开始您的付费计划"。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。
付款订单在每月 20 日至 30 日之间处理。如果您在 20 日之前提交请求,您的付款将在此时间范围内处理。
您可以通过我们的聊天渠道联系我们以获得即时帮助。我们始终在线,时间为上午 8 点至下午 5 点(EST)。如果您在该时间之后联系我们,我们将尽快回复您。此外,您可以通过 [email protected]