详细的API接口说明和使用指南
获取Twitter趋势话题
| 参数名 | 类型 | 是否必须 | 说明 |
|---|---|---|---|
| woeid | number | 是 | Where On Earth ID,用于指定获取趋势的地理位置 |
{
"success": true,
"data": {
"trends": [
{
"name": "#Bitcoin",
"url": "https://twitter.com/search?q=%23Bitcoin",
"tweet_volume": 125400
}
]
}
}curl -X GET "https://api.twtapi.com/Trends" \ -H "Content-Type: application/json"