Item API : List items in an area

GET /api/1/areas/:area_id/items.json

指定したエリア内のアイテム一覧を指定された順序で返却する。 なお、有効期間が過ぎているアイテムは含まれない。 (始まる前のアイテムは含まれる) (参考 : アイテムの有効期間について) sort には以下の2種類を指定できる。 - popular : 人気順でレスポンスされる - recent : 更新日時が新しい順でレスポンスされる * 旧API仕様との互換性 * sortへ long or middle or short を指定した場合、sort=popularとして処理される

Parameters

Key Value デフォルト値
area_id 取得対象エリアのID
sort 並び順を指定する。 popular, recent のいずれか popular
page 取得するページ番号。1 <= page 1
limit 1ページに含む要素の数。 1 <= limit <= 100 100

Request

Route

GET /api/1/areas/926190465/items.json?sort=recent

Headers

Host: example.org
Cookie: 
Origin: 

Query Parameters

sort: recent

Response

Headers

Content-Type: application/json; charset=utf-8
Set-Cookie: guest_distinct_id=83f939ab-5ab7-41c6-888e-98b86eb03108; expires=Mon, 09-Jan-2023 01:54:09 GMT
THIS_IS_SESSION_COOKIE_KEY_FOR_SPEC=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJWIyZDUwYTA1YTM0Njc3ZDRiMDg4Njk5NmMwN2NhNzBiBjsAVEkiGGtwaV9wcmV2X2NvbnRyb2xsZXIGOwBGSSIWYXBpL2l0ZW1zI2J5X2FyZWEGOwBG--fed74b444f9c40e320b39f8fd05ef835a388415e; path=/; HttpOnly
X-Ua-Compatible: IE=Edge,chrome=1
E-Tag: "7dba95388098ef47f47780101949f19e"
Cache-Control: max-age=0, private, must-revalidate
X-Request: 174d001c73994c45be0b1451ec17c646
X-Runtime: 0.043417
Content-Length: 5458

Status

200 OK

Body

フォーマット: items/paginated_list
{
  "total": 2,
  "page": 1,
  "limit": 100,
  "items": [
    {
      "id": 566302110,
      "title": "iguchi の渋谷アイテム",
      "reclip_from_id": null,
      "reclip_count": 1,
      "like_count": 2,
      "origin_id": null,
      "link_url": "http://example.com/items/1",
      "created_at": "2013-01-08T23:54:03Z",
      "updated_at": "2013-01-09T01:54:09Z",
      "description": "素敵なお店",
      "starting_date": null,
      "ending_date": null,
      "image_urls": [
        {
          "original": "http://not-real.s3.amazonaws.com/images/original/f72a75c77675cb0f3452b176cd0232c12ccab759.png?1357696443",
          "crop_S": "http://not-real.s3.amazonaws.com/images/crop_S/967f6ad0e57b9cdc251676fa6a89ac2a26e7b6b6.jpg?1357696443",
          "crop_M": "http://not-real.s3.amazonaws.com/images/crop_M/0078d956d348c740241a5f81a50c0fbd7abe65b4.jpg?1357696443",
          "crop_M1": "http://not-real.s3.amazonaws.com/images/crop_M1/93c649fc2462a2cb87d82d608f2cef5c015d0883.jpg?1357696443",
          "crop_M2": "http://not-real.s3.amazonaws.com/images/crop_M2/dd53d388a6a6c06cb6a38de3e645443778e38973.jpg?1357696443",
          "crop_L": "http://not-real.s3.amazonaws.com/images/crop_L/ba1e73a5d5c95b6683f18f217adccb09e5bb3dc6.jpg?1357696443",
          "crop_LL": "http://not-real.s3.amazonaws.com/images/crop_LL/d553d7013c1bbc39a963b1bda6d834b25fb8d4a5.jpg?1357696443",
          "normal_L": "http://not-real.s3.amazonaws.com/images/normal_L/4a6dd79cb1be896e2c70e5b1bae5dd86743fde6d.jpg?1357696443",
          "normal_LL": "http://not-real.s3.amazonaws.com/images/normal_LL/736c95fda936e55fdc881fa36d41872a1d39fed5.jpg?1357696443"
        }
      ],
      "site_url": "http://tab.do/items/566302110",
      "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"
        }
      },
      "places": [
        {
          "id": 446688635,
          "name": "ハチ公前",
          "address": "東京都渋谷区道玄坂1-1-1",
          "description": null,
          "lon": 139.70056861639023,
          "lat": 35.65906149699357,
          "created_at": "2013-01-09T01:54:04Z",
          "updated_at": "2013-01-09T01:54:04Z"
        }
      ],
      "area": {
        "id": 317713213,
        "name": "渋谷駅"
      },
      "stream": {
        "id": 359760447,
        "title": "iguchiのお気に入り",
        "followers_count": 1,
        "description": "お気に入りの数々",
        "latest_used": "2013-01-09T01:54:09Z"
      }
    },
    {
      "id": 919271613,
      "title": "tabata の渋谷アイテム",
      "reclip_from_id": 566302110,
      "reclip_count": 1,
      "like_count": 0,
      "origin_id": 566302110,
      "link_url": "http://example.com/items/3",
      "created_at": "2013-01-09T00:54:03Z",
      "updated_at": "2013-01-09T00:54:03Z",
      "description": "素敵なお店",
      "starting_date": null,
      "ending_date": null,
      "image_urls": [
        {
          "original": "http://not-real.s3.amazonaws.com/images/original/f72a75c77675cb0f3452b176cd0232c12ccab759.png?1357696443",
          "crop_S": "http://not-real.s3.amazonaws.com/images/crop_S/967f6ad0e57b9cdc251676fa6a89ac2a26e7b6b6.jpg?1357696443",
          "crop_M": "http://not-real.s3.amazonaws.com/images/crop_M/0078d956d348c740241a5f81a50c0fbd7abe65b4.jpg?1357696443",
          "crop_M1": "http://not-real.s3.amazonaws.com/images/crop_M1/93c649fc2462a2cb87d82d608f2cef5c015d0883.jpg?1357696443",
          "crop_M2": "http://not-real.s3.amazonaws.com/images/crop_M2/dd53d388a6a6c06cb6a38de3e645443778e38973.jpg?1357696443",
          "crop_L": "http://not-real.s3.amazonaws.com/images/crop_L/ba1e73a5d5c95b6683f18f217adccb09e5bb3dc6.jpg?1357696443",
          "crop_LL": "http://not-real.s3.amazonaws.com/images/crop_LL/d553d7013c1bbc39a963b1bda6d834b25fb8d4a5.jpg?1357696443",
          "normal_L": "http://not-real.s3.amazonaws.com/images/normal_L/4a6dd79cb1be896e2c70e5b1bae5dd86743fde6d.jpg?1357696443",
          "normal_LL": "http://not-real.s3.amazonaws.com/images/normal_LL/736c95fda936e55fdc881fa36d41872a1d39fed5.jpg?1357696443"
        }
      ],
      "site_url": "http://tab.do/items/919271613",
      "user": {
        "id": 754959146,
        "screen_name": "Tabata",
        "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"
        }
      },
      "places": [
        {
          "id": 446688635,
          "name": "ハチ公前",
          "address": "東京都渋谷区道玄坂1-1-1",
          "description": null,
          "lon": 139.70056861639023,
          "lat": 35.65906149699357,
          "created_at": "2013-01-09T01:54:04Z",
          "updated_at": "2013-01-09T01:54:04Z"
        }
      ],
      "stream": {
        "id": 128650286,
        "title": "tabataのお気に入り",
        "followers_count": 1,
        "description": "素敵なtab",
        "latest_used": "2013-01-09T01:54:03Z"
      }
    }
  ]
}