Tab API : List tabs which is followed by a user

GET /api/1/users/:user_id/following/streams.json

指定したユーザがフォローしているtabの一覧を返却する。

Parameters

Key Value デフォルト値
user_id 取得対象ユーザのID
page 取得するページ番号。1 <= page 1
limit 1ページに含む要素の数。 1 <= limit <= 1000 1000

Request

Route

GET /api/1/users/754959146/following/streams.json

Headers

Host: example.org
Cookie: 
Origin: 

Response

Headers

Content-Type: application/json; charset=utf-8
Set-Cookie: guest_distinct_id=8f806187-f94a-4676-b4eb-01f482967deb; expires=Mon, 09-Jan-2023 01:54:16 GMT
THIS_IS_SESSION_COOKIE_KEY_FOR_SPEC=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJWZmY2E0OGNlNWZhZTBmNmUwNTczNDU5ODM4ZmU5MjU4BjsAVEkiGGtwaV9wcmV2X2NvbnRyb2xsZXIGOwBGSSIaYXBpL3N0cmVhbXMjZm9sbG93aW5nBjsARg%3D%3D--da67482cc8d31e6c7647304a2a0b5925efc7baf2; path=/; HttpOnly
X-Ua-Compatible: IE=Edge,chrome=1
E-Tag: "c92e98eadea2b0a49a6dc1e7ca1c4a34"
Cache-Control: max-age=0, private, must-revalidate
X-Request: 0e99fdfe1fa978ddae83e8a9b5c16c51
X-Runtime: 0.024584
Content-Length: 2098

Status

200 OK

Body

フォーマット: streams/paginated_list
{
  "total": 2,
  "page": 1,
  "limit": 1000,
  "streams": [
    {
      "id": 1019900359,
      "title": "iguchi bicycle",
      "followers_count": 1,
      "description": "自転車がいっぱい",
      "latest_used": "2013-01-09T01:54:03Z",
      "user": {
        "id": 974211560,
        "screen_name": "Iguchi Takahito",
        "profile_image_url": {
          "original": "http://sc2-items-dev.s3.amazonaws.com/profile_images/original/missing.png?t=1",
          "crop_S": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_S/missing.png?t=1",
          "crop_M": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M/missing.png?t=1",
          "crop_M1": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M1/missing.png?t=1",
          "crop_M2": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M2/missing.png?t=1",
          "crop_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_L/missing.png?t=1",
          "crop_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_LL/missing.png?t=1",
          "normal_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_L/missing.png?t=1",
          "normal_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_LL/missing.png?t=1"
        }
      }
    },
    {
      "id": 359760447,
      "title": "iguchiのお気に入り",
      "followers_count": 1,
      "description": "お気に入りの数々",
      "latest_used": "2013-01-09T01:54:03Z",
      "user": {
        "id": 974211560,
        "screen_name": "Iguchi Takahito",
        "profile_image_url": {
          "original": "http://sc2-items-dev.s3.amazonaws.com/profile_images/original/missing.png?t=1",
          "crop_S": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_S/missing.png?t=1",
          "crop_M": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M/missing.png?t=1",
          "crop_M1": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M1/missing.png?t=1",
          "crop_M2": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M2/missing.png?t=1",
          "crop_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_L/missing.png?t=1",
          "crop_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_LL/missing.png?t=1",
          "normal_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_L/missing.png?t=1",
          "normal_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_LL/missing.png?t=1"
        }
      }
    }
  ]
}