//接口 · Twitter/X
Twitter/X 资料, 不用开发者账号
官方 API 要 OAuth、要注册应用、每月要 $100–5,000,才让你读一份资料。这个接口只要用户名和 Anysite key,1 credit 就返回完整公开资料的 JSON。
免费开始7 天免费试用
你会拿到的字段
id
name
username
description
followers_count
following_count
tweet_count
verified
created_at
location
profile_image_url
profile_banner_url
返回什么
POST /api/twitter/user
{
"username": "marlow_builds",
"name": "Marlow",
"description": "Building data tooling in public.",
"followers_count": 15420,
"following_count": 892,
"tweet_count": 8740,
"verified": true,
"created_at": "2015-03-14T12:00:00Z",
"location": "San Francisco"
}常见问题
不需要。用 Anysite API key 鉴权就行,不走 Twitter OAuth,不用注册应用,也不用等开发者门户审批。一次调用,一份资料。