cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/twitter/about?screenname=elonmusk' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"status": "active",
"profile": "elonmusk",
"rest_id": "44196397",
"blue_verified": true,
"affiliates": {
"label": {
"badge": {
"url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
},
"description": "X",
"url": {
"url": "https://twitter.com/X",
"urlType": "DeepLink"
},
"userLabelDisplayType": "Badge",
"userLabelType": "BusinessLabel"
}
},
"business_account": null,
"verified_since": "-156836000000000",
"avatar": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg",
"name": "Elon Musk",
"protected": false,
"about": {
"account_based_in": "United States",
"affiliate_username": "X",
"learn_more_url": "https://help.twitter.com/managing-your-account/about-twitter-verified-accounts",
"location_accurate": false,
"source": "United States App Store",
"username_changes": {
"count": "0"
}
},
"id": "44196397"
},
"requestId": "bdd472cd-8143-4a79-9b33-30e00b006bd2"
}Twitter / X
账号 About 信息
查询 Twitter / X 账号的 About 资料,返回账号所在地、认证时间、关联信息、头像和基础身份字段。适用于账号可信度分析、资料补全和合规审查。
GET
/
v1
/
twitter
/
about
cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/twitter/about?screenname=elonmusk' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"status": "active",
"profile": "elonmusk",
"rest_id": "44196397",
"blue_verified": true,
"affiliates": {
"label": {
"badge": {
"url": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg"
},
"description": "X",
"url": {
"url": "https://twitter.com/X",
"urlType": "DeepLink"
},
"userLabelDisplayType": "Badge",
"userLabelType": "BusinessLabel"
}
},
"business_account": null,
"verified_since": "-156836000000000",
"avatar": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg",
"name": "Elon Musk",
"protected": false,
"about": {
"account_based_in": "United States",
"affiliate_username": "X",
"learn_more_url": "https://help.twitter.com/managing-your-account/about-twitter-verified-accounts",
"location_accurate": false,
"source": "United States App Store",
"username_changes": {
"count": "0"
}
},
"id": "44196397"
},
"requestId": "bdd472cd-8143-4a79-9b33-30e00b006bd2"
}🪙1 credit每次请求
Copy for AI
🤖 让 AI 帮你写调用代码
点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。
⌘I

