Saltar al contenido
Twexapi
Español
Esc
navegarabrir⌘Jvista previa

Buscar comunidades de Twitter

Buscar comunidades de Twitter.

Volver a la referencia de API
/Communities Endpoints
POST/twitter/community/search
Autorización de API
AuthorizationBearer token · headerrequerido
Token Bearer global para TwexAPI. Incluido como: Authorization: Bearer <YOUR_TWEXAPI_KEY>.
Cuerpo de la solicitud
requeridoapplication/json
querystringrequerido
The query to search for.
target_countintegerrequerido
The number of communities to search.
Respuestas
200A list of community objects.
codeintegerrequerido
Código de estado HTTP (200 indica éxito)
msgstringrequerido
Mensaje de respuesta (ej. 'success')
dataCommunityModel[]requerido
Carga de datos devuelta por el endpoint
Mostrar propiedades
Array of CommunityModel
idstringrequerido
The ID of the community
namestringrequerido
Nombre mostrado del usuario
descriptionstringrequerido
Biografía del perfil
member_countintegerrequerido
The number of members in the community
is_nsfwboolean | any
Indicates if the community is NSFW.
Mostrar propiedades
Any of:
boolean
boolean
any
any
members_facepile_resultsstring[]
The profile image URLs of members.
bannerobject | any
The banner information of the community.
Mostrar propiedades
Any of:
object
object
any
any
is_memberboolean | any
Indicates if the user is a member of the community.
Mostrar propiedades
Any of:
boolean
boolean
any
any
rolestring | any
The role of the user in the community.
Mostrar propiedades
Any of:
string
string
any
any
adminUserModel | any
The admin of the community.
Mostrar propiedades
Any of:
UserModel
idstringrequerido
User ID
namestringrequerido
Nombre mostrado del usuario
screen_namestringrequerido
Nombre de usuario (Handle, sin @)
created_atstring | any
Fecha y hora de creación (UTC)
Mostrar propiedades
Any of:
string
string
any
any
created_at_datetimestring | any
Account creation datetime in ISO format
Mostrar propiedades
Any of:
string
string
any
any
can_dmboolean | any
Whether the user can be direct messaged
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
can_media_tagboolean | any
Whether the user can be tagged in media
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
default_profileboolean | any
Whether the user has a default profile
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
default_profile_imageboolean | any
Whether the user has a default profile image
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
descriptionstring | any
Biografía del perfil
default: ""
Mostrar propiedades
Any of:
string
string
any
any
description_urlsstring[]
List of URLs found in the user's description
default: []
urlsurlModel[] | any
List of URLs found in the user's profile
Mostrar propiedades
Any of:
urlModel[]
Array of urlModel
urlstringrequerido
URL
expanded_urlstring | any
Expanded URL
Mostrar propiedades
Any of:
string
string
any
any
display_urlstring | any
Display URL
Mostrar propiedades
Any of:
string
string
any
any
any
any
fast_followers_countinteger | any
Count of fast followers
default: 0
Mostrar propiedades
Any of:
integer
integer
any
any
favourites_countinteger | any
Number of tweets the user has liked
default: 0
Mostrar propiedades
Any of:
integer
integer
any
any
followers_countinteger | any
Número total de seguidores
default: 0
Mostrar propiedades
Any of:
integer
integer
any
any
following_countinteger | any
Número total de seguidos
default: 0
Mostrar propiedades
Any of:
integer
integer
any
any
has_custom_timelinesboolean | any
Whether the user has custom timelines
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
is_blue_verifiedboolean | any
Blue verification status
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
verified_typestring | any
Verification badge type when not blue-only: blue, business, government, etc.
Mostrar propiedades
Any of:
string
string
any
any
is_verifiedboolean | any
True if the account has any verification badge (blue, business, government, or legacy verified)
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
profile_image_shapestring | any
Profile image shape (Circle or Square; Square often indicates business/government)
Mostrar propiedades
Any of:
string
string
any
any
is_translatorboolean | any
Whether the user is a translator
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
listed_countinteger | any
Number of public lists the user is a member of
default: 0
Mostrar propiedades
Any of:
integer
integer
any
any
locationstring | any
User's location
default: ""
Mostrar propiedades
Any of:
string
string
any
any
media_countinteger | any
Number of media tweets posted by the user
default: 0
Mostrar propiedades
Any of:
integer
integer
any
any
normal_followers_countinteger | any
Count of normal followers
default: 0
Mostrar propiedades
Any of:
integer
integer
any
any
pinned_tweet_idsstring[]
List of pinned tweet IDs
default: []
possibly_sensitiveboolean | any
Whether the user's profile may contain sensitive content
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
profile_banner_urlstring | any
URL of the user's profile banner
Mostrar propiedades
Any of:
string
string
any
any
profile_image_urlstring | any
URL of the user's profile image
Mostrar propiedades
Any of:
string
string
any
any
protectedboolean | any
Whether the user's tweets are protected
default: false
Mostrar propiedades
Any of:
boolean
boolean
any
any
statuses_countinteger | any
Number of tweets posted by the user
default: 0
Mostrar propiedades
Any of:
integer
integer
any
any
any
any
join_policystring | any
The join policy of the community.
Mostrar propiedades
Any of:
string
string
any
any
created_atinteger | any
Fecha y hora de creación (UTC)
Mostrar propiedades
Any of:
integer
integer
any
any
invites_policystring | any
The invites policy of the community.
Mostrar propiedades
Any of:
string
string
any
any
is_pinnedboolean | any
Indicates if the community is pinned.
Mostrar propiedades
Any of:
boolean
boolean
any
any
422Error de validación de parámetros
detailValidationError[]
Mostrar propiedades
Array of ValidationError
locstring | integer[]requerido
Mostrar propiedades
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequerido
Mensaje de respuesta (ej. 'success')
typestringrequerido
inputany
ctxobject
Consola interactivaPOST
Consola interactiva / Probar APIPOST
Live Console
🌐Servidor objetivo:https://api.twexapi.io
● Producción lista
🔍
Lectura de datos públicos (Solo clave TwexAPI, sin cookie de Twitter)

Este endpoint consulta datos públicos de Twitter: ¡no se requiere cuenta ni Cookie de Twitter! Simplemente ingrese su clave TwexAPI (Bearer Token) en "Autorización API" para probar.

🔑Autorización API
📝Cuerpo de la solicitudapplication/json
📡
暂无响应数据

请在「请求配置」中确认参数后,点击底部的「发送请求」按钮。

Solicitud
curl -X POST "https://api.twexapi.io/twitter/community/search" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "string",
  "target_count": 0
}'
Respuesta
{
  "code": 0,
  "msg": "string",
  "data": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "member_count": 0,
      "is_nsfw": true,
      "members_facepile_results": [
        "string"
      ],
      "banner": {},
      "is_member": true,
      "role": "string",
      "admin": {
        "id": "1717001045992251392",
        "name": "Cryptoklepto",
        "screen_name": "CK_Cryptoklepto",
        "created_at": "Mon Oct 28 02:32:47 +0000 2024",
        "created_at_datetime": "2024-10-28T02:32:47.000Z",
        "can_dm": false,
        "can_media_tag": false,
        "default_profile": false,
        "default_profile_image": false,
        "description": "",
        "description_urls": [],
        "urls": [
          {
            "url": "https://www.google.com",
            "expanded_url": "https://www.google.com",
            "display_url": "www.google.com"
          }
        ],
        "fast_followers_count": 0,
        "favourites_count": 0,
        "followers_count": 0,
        "following_count": 0,
        "has_custom_timelines": false,
        "is_blue_verified": false,
        "verified_type": "government",
        "is_verified": false,
        "profile_image_shape": "Circle",
        "is_translator": false,
        "listed_count": 0,
        "location": "New York, USA",
        "media_count": 0,
        "normal_followers_count": 0,
        "pinned_tweet_ids": [],
        "possibly_sensitive": false,
        "profile_banner_url": "string",
        "profile_image_url": "string",
        "protected": false,
        "statuses_count": 0
      },
      "join_policy": "string",
      "created_at": 0,
      "invites_policy": "string",
      "is_pinned": true
    }
  ]
}