search.tweets
GET
/search/tweets.json
relevant Tweets matching a specified query.
exhaustive source of Tweets. Not all Tweets will be indexed or made available via the search
interface.
similar to the objects you'll find across the REST API and platform. You may need to tolerate some
inconsistencies and variance in perspectival values (fields that pertain to the perspective of the
authenticating user) and embedded user objects.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/search/tweets.json'
响应示例响应示例
{}
请求参数
无
返回响应
修改于 2024-09-24 06:06:38