> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 关联账号

> 获取指定账号展示的关联账号或附属账号信息，返回关联列表和分页游标。适用于品牌矩阵识别、组织账号分析和关联关系采集。

<div className="inline-flex items-center gap-2 px-4 py-2 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg">
  <span className="text-base">🪙</span>
  <span className="text-sm font-medium text-yellow-900 dark:text-yellow-100"><span className="font-semibold">1 credit</span><span className="text-yellow-700 dark:text-yellow-300 ml-1">每次请求</span></span>
</div>

## Copy for AI

<div className="my-6 rounded-xl border border-gray-200 bg-gray-50 p-5 dark:border-gray-800 dark:bg-gray-900/40">
  <div className="min-w-0">
    <p className="text-base font-semibold text-gray-900 dark:text-gray-100">🤖 让 AI 帮你写调用代码</p>
    <p className="mt-1 text-sm text-gray-700 dark:text-gray-300">点击按钮复制一段结构化提示词，可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。</p>
  </div>

  <div className="mt-4">
    <button type="button" className="inline-flex items-center gap-2 rounded-md border border-emerald-300 bg-emerald-50 px-3 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100 dark:border-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-100 dark:hover:bg-emerald-900/50" onClick={() => navigator.clipboard.writeText("我想调用 KeyAPI 接口：GET https://api.keyapi.ai/v1/twitter/affilates\n\n请帮我编写调用代码，并包含必要的错误处理、参数校验和响应处理逻辑。\n\n接口信息：\n\nEndpoint: GET https://api.keyapi.ai/v1/twitter/affilates\n\nDescription: Twitter / X 的「Affilates」接口返回业务处理所需的数据字段和状态信息。适用于数据采集、监测、分析和业务自动化。常用必填参数包括 screenname。\n\nRequired Headers:\n--header 'Authorization: Bearer <YOUR_API_KEY>'\n\nParameters:\n- screenname (Required): screenname 参数. Example: x\n- cursor (Optional): 分页游标，用于获取下一页数据\n\nExample Response:\n{\n  \"code\": 0,\n  \"message\": \"success\",\n  \"data\": {\n    \"affilates\": [\n      {\n        \"user_id\": \"44196397\",\n        \"screen_name\": \"elonmusk\",\n        \"description\": \"https://t.co/dDtDyVssfm\",\n        \"profile_image\": null,\n        \"statuses_count\": 102411,\n        \"followers_count\": 239947613,\n        \"friends_count\": 1325,\n        \"media_count\": 4487,\n        \"name\": \"Elon Musk\"\n      },\n      {\n        \"user_id\": \"1076061\",\n        \"screen_name\": \"kcoleman\",\n        \"description\": \"VP Product @X. Previously CEO at Yes Inc, @google 🙌\",\n        \"profile_image\": null,\n        \"statuses_count\": 3152,\n        \"followers_count\": 38110,\n        \"friends_count\": 900,\n        \"media_count\": 237,\n        \"name\": \"Keith Coleman 🌱😀🙌\"\n      },\n      {\n        \"user_id\": \"2022661\",\n        \"screen_name\": \"swolek\",\n        \"description\": \"Brand Partnerships @X. Syracuse @NewhouseSU alum. Lifelong @Seminoles fan. Washed former hooper and proud #girldad.\",\n        \"profile_image\": null,\n        \"statuses_count\": 980,\n        \"followers_count\": 1440,\n        \"friends_count\": 316,\n        \"media_count\": 50,\n        \"name\": \"Stephen Wolek\"\n      },\n      {\n        \"user_id\": \"6102602\",\n        \"screen_name\": \"stephterroir\",\n        \"description\": \"@X // Brand Strategy | IA | UX | UI - Certified LEGO Serious Play facilitator - ❤︎ Design, Data viz, Open web, EDM - #GoBlue!\",\n        \"profile_image\": null,\n        \"statuses_count\": 27059,\n        \"followers_count\": 9079,\n        \"friends_count\": 1469,\n        \"media_count\": 1248,\n        \"name\": \"Stephanie Terroir\"\n      },\n      {\n        \"user_id\": \"6253282\",\n        \"screen_name\": \"API\",\n        \"description\": \"Updates about X API changes and service issues.\",\n        \"profile_image\": null,\n        \"statuses_count\": 3755,\n        \"followers_count\": 4945372,\n        \"friends_count\": 12,\n        \"media_count\": 9,\n        \"name\": \"API\"\n      },\n      {\n        \"user_id\": \"6844292\",\n        \"screen_name\": \"Engineering\",\n        \"description\": \"updates from our engineering team\",\n        \"profile_image\": null,\n        \"statuses_count\": 1143,\n        \"followers_count\": 1305331,\n        \"friends_count\": 6,\n        \"media_count\": 68,\n        \"name\": \"Engineering\"\n      },\n      {\n        \"user_id\": \"7080152\",\n        \"screen_name\": \"XcorpJP\",\n        \"description\": \"日本のX公式アカウントです。\\nXの最新情報について発信しています。\",\n        \"profile_image\": null,\n        \"statuses_count\": 13201,\n        \"followers_count\": 1950002,\n        \"friends_count\": 12,\n        \"media_count\": 1228,\n        \"name\": \"X Corp. Japan\"\n      },\n      {\n        \"user_id\": \"10192452\",\n        \"screen_name\": \"federico\",\n        \"description\": \"Help brands grow @X ~ Ex @Twitter  @Linkedin @Microsoft ~ Love clothes with dots and music with violins. Running sometimes.\",\n        \"profile_image\": null,\n        \"statuses_count\": 2616,\n        \"followers_count\": 7326,\n        \"friends_count\": 3511,\n        \"media_count\": 12,\n        \"name\": \"Federico Paderni\"\n      },\n      {\n        \"user_id\": \"14803701\",\n        \"screen_name\": \"Pro\",\n        \"description\": \"A powerful, real-time tool for people who live on X.\",\n        \"profile_image\": null,\n        \"statuses_count\": 7872,\n        \"followers_count\": 1930756,\n        \"friends_count\": 126672,\n        \"media_count\": 80,\n        \"name\": \"Pro\"\n      },\n      {\n        \"user_id\": \"14832852\",\n        \"screen_name\": \"laurentbuanec\",\n        \"description\": \"Working here📍 Au menu : 𝕏 , marketing, creativity, innovation. Side dishes : music, photography, gaming, sports.\",\n        \"profile_image\": null,\n        \"statuses_count\": 13679,\n        \"followers_count\": 9070,\n        \"friends_count\": 534,\n        \"media_count\": 3327,\n        \"name\": \"LAURΞNT BUANΞC\"\n      },\n      {\n        \"user_id\": \"15133481\",\n        \"screen_name\": \"BabyModeuse\",\n        \"description\": \"Global Luxury Strategy Lead @X @XAI 💎- @XFashion 👠 - @CELSA_Officiel Alumni - Formerly @vestiaireco @lofficielparis @JalouseMag @Vallee_Village\",\n        \"profile_image\": null,\n        \"statuses_count\": 14704,\n        \"followers_count\": 9844,\n        \"friends_count\": 1786,\n        \"media_count\": 1472,\n        \"name\": \"Florence Best\"\n      },\n      {\n        \"user_id\": \"15239801\",\n        \"screen_name\": \"michaelpalombo\",\n        \"description\": \"Content Partnerships @X\",\n        \"profile_image\": null,\n        \"statuses_count\": 1249,\n        \"followers_count\": 1604,\n        \"friends_count\": 1432,\n        \"media_count\": 293,\n        \"name\": \"Michael Palombo\"\n      },\n      {\n        \"user_id\": \"15302228\",\n        \"screen_name\": \"RosemarieE\",\n        \"description\": \"Media Strategy Lead for X. Lover of shiny things.\",\n        \"profile_image\": null,\n        \"statuses_count\": 4644,\n        \"followers_count\": 2016,\n        \"friends_count\": 2142,\n        \"media_count\": 127,\n        \"name\": \"Rosemarie Esposito\"\n      },\n      {\n        \"user_id\": null,\n        \"screen_name\": null,\n        \"description\": null,\n        \"profile_image\": null,\n        \"statuses_count\": null,\n        \"followers_count\": null,\n        \"friends_count\": null,\n        \"media_count\": null,\n        \"name\": null\n      },\n      {\n        \"user_id\": \"16483530\",\n        \"screen_name\": \"SophieTrinder\",\n        \"description\": \"Spending adult life figuring out why we are all here doing what we are doing. Head of Brand Strategy at X UK.\",\n        \"profile_image\": null,\n        \"statuses_count\": 2546,\n        \"followers_count\": 1795,\n        \"friends_count\": 1599,\n        \"media_count\": 338,\n        \"name\": \"SophieTrinder 💡\"\n      },\n      {\n        \"user_id\": \"16971496\",\n        \"screen_name\": \"amandanogueira\",\n        \"description\": \"Full-time curious.\",\n        \"profile_image\": null,\n        \"statuses_count\": 6333,\n        \"followers_count\": 609,\n        \"friends_count\": 1408,\n        \"media_count\": 241,\n        \"name\": \"Amanda N.\"\n      },\n      {\n        \"user_id\": \"17373231\",\n        \"screen_name\": \"arobinson16\",\n        \"description\": \"\",\n        \"profile_image\": null,\n        \"statuses_count\": 79,\n        \"followers_count\": 603,\n        \"friends_count\": 144,\n        \"media_count\": 5,\n        \"name\": \"Andrew Robinson\"\n      },\n      {\n        \"user_id\": \"17843986\",\n        \"screen_name\": \"jhammerman\",\n        \"description\": \"Early riser. Platform junkie. Fan of progress and great hair.\",\n        \"profile_image\": null,\n        \"statuses_count\": 1530,\n        \"followers_count\": 637,\n        \"friends_count\": 573,\n        \"media_count\": 38,\n        \"name\": \"Judith_X\"\n      },\n      {\n        \"user_id\": null,\n        \"screen_name\": null,\n        \"description\": null,\n        \"profile_image\": null,\n        \"statuses_count\": null,\n        \"followers_count\": null,\n        \"friends_count\": null,\n        \"media_count\": null,\n        \"name\": null\n      },\n      {\n        \"user_id\": \"18248178\",\n        \"screen_name\": \"b_tucker\",\n        \"description\": \"software engineer @ 𝕏\\n\\nubc grad, boston sports fan, way too curious to be a cat.\",\n        \"profile_image\": null,\n        \"statuses_count\": 1378,\n        \"followers_count\": 637,\n        \"friends_count\": 279,\n        \"media_count\": 36,\n        \"name\": \"Ben Tucker\"\n      },\n      {\n        \"user_id\": \"18353485\",\n        \"screen_name\": \"ReemSadek\",\n        \"description\": \"@X @GlobalAffairs - MENA\",\n        \"profile_image\": null,\n        \"statuses_count\": 257,\n        \"followers_count\": 834,\n        \"friends_count\": 554,\n        \"media_count\": 26,\n        \"name\": \"Reem Sadek\"\n      }\n    ],\n    \"next_cursor\": \"DAAHCgABHIK05_A__-sLAAIAAAAIMTgzNTM0ODUIAAMAAAACAAA\"\n  },\n  \"requestId\": \"ad1156fd-ad46-4ff0-a420-98c413f6ec2a\"\n}\n\n请根据以上信息给出可直接运行的示例代码。")}>
      ✨ 复制给 AI
    </button>
  </div>
</div>


## OpenAPI

````yaml zh/twitter.zh.openapi.json GET /v1/twitter/affilates
openapi: 3.0.1
info:
  title: Twitter API 中文文档
  description: Twitter API 的中文参考文档，包含接口用途、参数说明、响应状态和示例结构。
  version: 1.0.0
servers:
  - url: https://api.keyapi.ai
    description: Production
security:
  - JWT Bearer: []
tags: []
paths:
  /v1/twitter/affilates:
    get:
      tags: []
      summary: 关联账号
      description: 获取指定账号展示的关联账号或附属账号信息，返回关联列表和分页游标。适用于品牌矩阵识别、组织账号分析和关联关系采集。
      parameters:
        - name: screenname
          in: query
          description: Twitter / X 用户名，不包含 @。
          required: true
          example: elonmusk
          schema:
            type: string
            example: x
        - name: cursor
          in: query
          description: 分页游标，用于继续获取下一页关联账号。
          required: false
          schema:
            type: string
      responses:
        '200':
          description: 请求成功
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 0
                message: success
                data:
                  affilates:
                    - user_id: '44196397'
                      screen_name: elonmusk
                      description: https://t.co/dDtDyVssfm
                      profile_image: null
                      statuses_count: 102411
                      followers_count: 239947613
                      friends_count: 1325
                      media_count: 4487
                      name: Elon Musk
                    - user_id: '1076061'
                      screen_name: kcoleman
                      description: VP Product @X. Previously CEO at Yes Inc, @google 🙌
                      profile_image: null
                      statuses_count: 3152
                      followers_count: 38110
                      friends_count: 900
                      media_count: 237
                      name: Keith Coleman 🌱😀🙌
                    - user_id: '2022661'
                      screen_name: swolek
                      description: >-
                        Brand Partnerships @X. Syracuse @NewhouseSU alum.
                        Lifelong @Seminoles fan. Washed former hooper and proud
                        #girldad.
                      profile_image: null
                      statuses_count: 980
                      followers_count: 1440
                      friends_count: 316
                      media_count: 50
                      name: Stephen Wolek
                    - user_id: '6102602'
                      screen_name: stephterroir
                      description: >-
                        @X // Brand Strategy | IA | UX | UI - Certified LEGO
                        Serious Play facilitator - ❤︎ Design, Data viz, Open
                        web, EDM - #GoBlue!
                      profile_image: null
                      statuses_count: 27059
                      followers_count: 9079
                      friends_count: 1469
                      media_count: 1248
                      name: Stephanie Terroir
                    - user_id: '6253282'
                      screen_name: API
                      description: Updates about X API changes and service issues.
                      profile_image: null
                      statuses_count: 3755
                      followers_count: 4945372
                      friends_count: 12
                      media_count: 9
                      name: API
                    - user_id: '6844292'
                      screen_name: Engineering
                      description: updates from our engineering team
                      profile_image: null
                      statuses_count: 1143
                      followers_count: 1305331
                      friends_count: 6
                      media_count: 68
                      name: Engineering
                    - user_id: '7080152'
                      screen_name: XcorpJP
                      description: |-
                        日本のX公式アカウントです。
                        Xの最新情報について発信しています。
                      profile_image: null
                      statuses_count: 13201
                      followers_count: 1950002
                      friends_count: 12
                      media_count: 1228
                      name: X Corp. Japan
                    - user_id: '10192452'
                      screen_name: federico
                      description: >-
                        Help brands grow @X ~ Ex @Twitter  @Linkedin @Microsoft
                        ~ Love clothes with dots and music with violins. Running
                        sometimes.
                      profile_image: null
                      statuses_count: 2616
                      followers_count: 7326
                      friends_count: 3511
                      media_count: 12
                      name: Federico Paderni
                    - user_id: '14803701'
                      screen_name: Pro
                      description: A powerful, real-time tool for people who live on X.
                      profile_image: null
                      statuses_count: 7872
                      followers_count: 1930756
                      friends_count: 126672
                      media_count: 80
                      name: Pro
                    - user_id: '14832852'
                      screen_name: laurentbuanec
                      description: >-
                        Working here📍 Au menu : 𝕏 , marketing, creativity,
                        innovation. Side dishes : music, photography, gaming,
                        sports.
                      profile_image: null
                      statuses_count: 13679
                      followers_count: 9070
                      friends_count: 534
                      media_count: 3327
                      name: LAURΞNT BUANΞC
                    - user_id: '15133481'
                      screen_name: BabyModeuse
                      description: >-
                        Global Luxury Strategy Lead @X @XAI 💎- @XFashion 👠 -
                        @CELSA_Officiel Alumni - Formerly @vestiaireco
                        @lofficielparis @JalouseMag @Vallee_Village
                      profile_image: null
                      statuses_count: 14704
                      followers_count: 9844
                      friends_count: 1786
                      media_count: 1472
                      name: Florence Best
                    - user_id: '15239801'
                      screen_name: michaelpalombo
                      description: Content Partnerships @X
                      profile_image: null
                      statuses_count: 1249
                      followers_count: 1604
                      friends_count: 1432
                      media_count: 293
                      name: Michael Palombo
                    - user_id: '15302228'
                      screen_name: RosemarieE
                      description: Media Strategy Lead for X. Lover of shiny things.
                      profile_image: null
                      statuses_count: 4644
                      followers_count: 2016
                      friends_count: 2142
                      media_count: 127
                      name: Rosemarie Esposito
                    - user_id: null
                      screen_name: null
                      description: null
                      profile_image: null
                      statuses_count: null
                      followers_count: null
                      friends_count: null
                      media_count: null
                      name: null
                    - user_id: '16483530'
                      screen_name: SophieTrinder
                      description: >-
                        Spending adult life figuring out why we are all here
                        doing what we are doing. Head of Brand Strategy at X UK.
                      profile_image: null
                      statuses_count: 2546
                      followers_count: 1795
                      friends_count: 1599
                      media_count: 338
                      name: SophieTrinder 💡
                    - user_id: '16971496'
                      screen_name: amandanogueira
                      description: Full-time curious.
                      profile_image: null
                      statuses_count: 6333
                      followers_count: 609
                      friends_count: 1408
                      media_count: 241
                      name: Amanda N.
                    - user_id: '17373231'
                      screen_name: arobinson16
                      description: ''
                      profile_image: null
                      statuses_count: 79
                      followers_count: 603
                      friends_count: 144
                      media_count: 5
                      name: Andrew Robinson
                    - user_id: '17843986'
                      screen_name: jhammerman
                      description: >-
                        Early riser. Platform junkie. Fan of progress and great
                        hair.
                      profile_image: null
                      statuses_count: 1530
                      followers_count: 637
                      friends_count: 573
                      media_count: 38
                      name: Judith_X
                    - user_id: null
                      screen_name: null
                      description: null
                      profile_image: null
                      statuses_count: null
                      followers_count: null
                      friends_count: null
                      media_count: null
                      name: null
                    - user_id: '18248178'
                      screen_name: b_tucker
                      description: >-
                        software engineer @ 𝕏


                        ubc grad, boston sports fan, way too curious to be a
                        cat.
                      profile_image: null
                      statuses_count: 1378
                      followers_count: 637
                      friends_count: 279
                      media_count: 36
                      name: Ben Tucker
                    - user_id: '18353485'
                      screen_name: ReemSadek
                      description: '@X @GlobalAffairs - MENA'
                      profile_image: null
                      statuses_count: 257
                      followers_count: 834
                      friends_count: 554
                      media_count: 26
                      name: Reem Sadek
                  next_cursor: DAAHCgABHIK05_A__-sLAAIAAAAIMTgzNTM0ODUIAAMAAAACAAA
                requestId: ad1156fd-ad46-4ff0-a420-98c413f6ec2a
          headers: {}
        '400':
          description: 请求参数错误，请检查必填字段和参数格式
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 400
                  data: null
                  message: Missing required parameter
        '401':
          description: 鉴权失败，请检查 Authorization Header 中的 Bearer Token 或 API Key 是否有效
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 401
                  data: null
                  message: apiKey is null
        '402':
          description: 账户余额或额度不足
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 402
                  data: null
                  message: apiKey quota is not enough
        '429':
          description: 请求过于频繁，已触发限流
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 429
                  data: null
                  message: qps limit exceeded
        '500':
          description: 服务器内部错误，请稍后重试
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 500
                  data: null
                  message: Internal server error
      deprecated: false
      security:
        - JWT Bearer: []
      x-codeSamples:
        - lang: curl
          label: cURL
          source: |-
            curl --request GET \
              --url 'https://api.keyapi.ai/v1/twitter/affilates?screenname=x' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/twitter/affilates',
                params={"screenname": "x"},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"screenname": "x"});


            const response = await
            fetch(`https://api.keyapi.ai/v1/twitter/affilates?${params}`, {
              method: 'GET',
              headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
            });

            const data = await response.json();

            console.log(data);
components:
  securitySchemes:
    JWT Bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: |-
        接口鉴权凭证。请在请求 Header 中传入 `Authorization: Bearer <YOUR_API_KEY>`。
        可在 [Dashboard](https://keyapi.ai/app/dashboard) 获取你的 API Key。

````