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. 默认分类

statuses.user_timeline

GET
/statuses/user_timeline.json
Returns the 20 most
recent statuses posted by the authenticating user. It is also possible to request another user's
timeline by using the screen_name or user_id parameter. The other users timeline will only be
visible if they are not protected, or if the authenticating user's follow request was accepted by
the protected user. The timeline returned is the equivalent of the one seen when you view a user's
profile on twitter.com. This method can only return up to 3,200 of a user's most recent statuses.
Native retweets of other statuses by the user is included in this total, regardless of whether
include_rts is specified when requesting this resource. This method will not include retweets in the
XML and JSON responses unless the include_rts parameter is set. The RSS and Atom responses will
always include retweets as statuses prefixed with RT, regardless of provided parameters. Always
specify either an user_id or screen_name when requesting a user timeline.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/statuses/user_timeline.json'
响应示例响应示例
{}

请求参数

无

返回响应

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

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

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

扫码加入交流群
修改于 2024-09-24 06:06:38
上一页
statuses.update_with_media
下一页
trends.available
Built with