Twitter API
  1. 默认分类
Twitter API
  • 默认分类
    • account.settings.get
      GET
    • account.settings.post
      POST
    • account.update_delivery_device
      POST
    • account.update_profile
      POST
    • accounts.update_profile_background_image
      POST
    • accounts.update_profile_colors
      POST
    • accounts.update_profile_image
      POST
    • application.rate_limit_status
      GET
    • blocks.create
      POST
    • blocks.destroy
      POST
    • blocks.ids
      GET
    • blocks.list
      GET
    • direct_messages
      GET
    • direct_messages.destroy
      POST
    • direct_messages.new
      POST
    • direct_messages.sent
      GET
    • direct_messages.show
      GET
    • favorites.create
      POST
    • favorites.destroy
      POST
    • favorites.list
      GET
    • followers.ids
      GET
    • friends.ids
      GET
    • friendships.create
      POST
    • friendships.destroy
      POST
    • friendships.incoming
      GET
    • friendships.lookup
      GET
    • friendships.outgoing
      GET
    • friendships.show
      GET
    • friendships.update
      POST
    • geo.place_id
      GET
    • geo.places
      POST
    • geo.reverse_geocode
      GET
    • geo.search
      GET
    • geo.similar_places
      GET
    • help.configurations
      GET
    • help.languages
      GET
    • help.privacy
      GET
    • help.tos
      GET
    • lists.create
      POST
    • lists.destroy
      POST
    • lists.list
      GET
    • lists.members
      GET
    • lists.members.create
      POST
    • lists.members.create_all
      POST
    • lists.members.destroy
      POST
    • lists.members.destroy_all
      POST
    • lists.members.show
      GET
    • lists.memberships
      GET
    • lists.show
      GET
    • lists.statuses
      GET
    • lists.subscribers
      GET
    • lists.subscribers.create
      POST
    • lists.subscribers.destroy
      POST
    • lists.subscribers.show
      GET
    • lists.subscriptions
      GET
    • lists.update
      POST
    • saved_searches.create
      POST
    • saved_searches.destroy
      POST
    • saved_searches.list
      GET
    • savedsearchesid
      GET
    • search.tweets
      GET
    • statuses.destroy
      POST
    • statuses.home_timeline
      GET
    • statuses.mentions.timeline
      GET
    • statuses.oembed
      GET
    • statusesretweetid
      POST
    • statuses.retweets
      GET
    • statuses.show
      GET
    • statuses.update
      POST
    • statuses.update_with_media
      POST
    • statuses.user_timeline
      GET
    • trends.available
      GET
    • trends.closest
      GET
    • trends.place
      GET
    • users.contributees
      GET
    • users.contributors
      GET
    • users.lookup
      GET
    • users.report_spam
      POST
    • users.search
      GET
    • users.show
      GET
    • users.suggestions
      GET
    • users.suggestions.slug
      GET
    • users.suggestionsslugmembers
      GET
  1. 默认分类

search.tweets

GET
/search/tweets.json
Returns a collection of
relevant Tweets matching a specified query.
Please note that Twitter's search service and, by extension, the Search API is not meant to be an
exhaustive source of Tweets. Not all Tweets will be indexed or made available via the search
interface.
In API v1.1, the response format of the Search API has been improved to return Tweet objects more
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'
响应示例响应示例
{}

请求参数

无

返回响应

🟢200成功
application/json
Successful Response
Body
object {0}

【Twitter】API开发者 微信交流群

用微信扫右侧二维码,加入【Twitter】API开发者 交流群,互助沟通

扫码加入交流群
上一页
savedsearchesid
下一页
statuses.destroy
Built with