2
2

More than 5 years have passed since last update.

webサービス系のjsonのレスポンス

Posted at

jsonの形式サンプル

instagramAPI

{
  "data" : [
    {
      "attribution" : null,
      "caption" : {//投稿時の状況
        "created_time" : "1430464513",
        "from" : {
          "full_name" : "CHARA夢WINNY ♐️典型人馬座女生",
          "id" : "1403999",
          "profile_picture" : "https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11055456_1536139393316956_764906015_a.jpg",
          "username" : "chara_winny"
        },
        "id" : "975129471524700186",
        "text" : "小肥肥一族~~ #blackcat #cat #cats #cute #lovelife #貓 #猫  #黑貓 #貓咪貓事多 #貓奴貓事多"//投稿時のコメント
      },
      "comments" : {//コメント関連
        "count" : 0,
        "data" : []
      },
      "created_time" : "1430464513",//投稿時間
      "filter" : "Ludwig",//利用したフィルタ
      "id" : "975129470065083161_1403999",
      "images" : {//投稿画像
        "low_resolution" : {
          "height" : 306,
          "url" : "https://scontent.cdninstagram.com/hphotos-xta1/t51.2885-15/s306x306/e15/11186848_885045841534774_499862765_n.jpg",
          "width" : 306
        },
        "standard_resolution" : {
          "height" : 640,
          "url" : "https://scontent.cdninstagram.com/hphotos-xta1/t51.2885-15/e15/11186848_885045841534774_499862765_n.jpg",
          "width" : 640
        },
        "thumbnail" : {
          "height" : 150,
          "url" : "https://scontent.cdninstagram.com/hphotos-xta1/t51.2885-15/s150x150/e15/11186848_885045841534774_499862765_n.jpg",
          "width" : 150
        }
      },
      "likes" : {//いいね
        "count" : 0,
        "data" : []
      },
      "link" : "https://instagram.com/p/2IWxYpPoMZ/",//instagram上のURL
      "location" : {//撮った場所
        "latitude" : 22.319064472,
        "longitude" : 114.216478775
      },
      "tags" : [//タグ
        "貓咪貓事多",
        "cute",
        "黑貓",
        "猫",
        "lovelife",
        "cat",
        "貓",
        "cats",
        "貓奴貓事多",
        "blackcat"
      ],
      "type" : "image",//投稿の種類 images movie
      "user" : {//ユーザー情報
        "full_name" : "CHARA夢WINNY ♐️典型人馬座女生",
        "id" : "1403999",
        "profile_picture" : "https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11055456_1536139393316956_764906015_a.jpg",
        "username" : "chara_winny"
      },
      "users_in_photo" : []
    }
  ],
  "meta" : {ステータスコード
    "code" : 200
  },
  "pagination" : {//次のページ以降取得用パラメータ
    "deprecation_warning" : "next_max_id and min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead",
    "min_tag_id" : "975129470065083161",
    "next_max_id" : "975129444444184116",
    "next_max_tag_id" : "975129444444184116",
    "next_min_id" : "975129470065083161",
    "next_url" : "https://api.instagram.com/v1/tags/cats/media/recent?count=1&access_token=&callback=jQuery1102030976749677211046_1430400028095&min_id=820941049276132937_2582298&client_id=507e0b3d1e9e48b991a7d3da78e988d8&max_tag_id=975129444444184116&_=1430400028096"
  }
}

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2