Advertisement
ChristopherJones663

Untitled

Feb 9th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.95 KB | None | 0 0
  1. {
  2.   "took" : 3,
  3.   "timed_out" : false,
  4.   "_shards" : {
  5.     "total" : 5,
  6.     "successful" : 5,
  7.     "failed" : 0
  8.   },
  9.   "hits" : {
  10.     "total" : 100,
  11.     "max_score" : 1.0,
  12.     "hits" : [ {
  13.       "_index" : "shelter",
  14.       "_type" : "cats",
  15.       "_id" : "0",
  16.       "_score" : 1.0,
  17.       "_source" : {
  18.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  19.         "name" : "Tiger",
  20.         "description" : "Kitty loves pigs pee in humans bed until he cleans the litter box steal the warm chair right after you get up"
  21.       }
  22.     }, {
  23.       "_index" : "shelter",
  24.       "_type" : "cats",
  25.       "_id" : "14",
  26.       "_score" : 1.0,
  27.       "_source" : {
  28.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  29.         "name" : "Sugar",
  30.         "description" : "so have secret plans if it smells like fish eat as much as you wish. Fall over dead (not really but gets sypathy)"
  31.       }
  32.     }, {
  33.       "_index" : "shelter",
  34.       "_type" : "cats",
  35.       "_id" : "19",
  36.       "_score" : 1.0,
  37.       "_source" : {
  38.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  39.         "name" : "Boots",
  40.         "description" : "or need to chase tail. but knock dish off table head butt cant eat out of my own dish. Has closed eyes but still sees you"
  41.       }
  42.     }, {
  43.       "_index" : "shelter",
  44.       "_type" : "cats",
  45.       "_id" : "22",
  46.       "_score" : 1.0,
  47.       "_source" : {
  48.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  49.         "name" : "Sassy",
  50.         "description" : "leave dead animals as gifts. and need to chase tail climb a tree. wait for a fireman jump to fireman then scratch his face"
  51.       }
  52.     }, {
  53.       "_index" : "shelter",
  54.       "_type" : "cats",
  55.       "_id" : "24",
  56.       "_score" : 1.0,
  57.       "_source" : {
  58.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  59.         "name" : "Princess",
  60.         "description" : "lick plastic bags i am the best. Meowzer! russian blue refuse to leave cardboard box or stare at wall"
  61.       }
  62.     }, {
  63.       "_index" : "shelter",
  64.       "_type" : "cats",
  65.       "_id" : "25",
  66.       "_score" : 1.0,
  67.       "_source" : {
  68.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  69.         "name" : "Zoey",
  70.         "description" : "for stare at the wall"
  71.       }
  72.     }, {
  73.       "_index" : "shelter",
  74.       "_type" : "cats",
  75.       "_id" : "26",
  76.       "_score" : 1.0,
  77.       "_source" : {
  78.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  79.         "name" : "Angel",
  80.         "description" : "leave dead animals as gifts. and need to chase tail climb a tree. wait for a fireman jump to fireman then scratch his face"
  81.       }
  82.     }, {
  83.       "_index" : "shelter",
  84.       "_type" : "cats",
  85.       "_id" : "29",
  86.       "_score" : 1.0,
  87.       "_source" : {
  88.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  89.         "name" : "Princess",
  90.         "description" : "lick plastic bags i am the best. Meowzer! russian blue refuse to leave cardboard box or stare at wall"
  91.       }
  92.     }, {
  93.       "_index" : "shelter",
  94.       "_type" : "cats",
  95.       "_id" : "40",
  96.       "_score" : 1.0,
  97.       "_source" : {
  98.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  99.         "name" : "Sassy",
  100.         "description" : "Stretch destroy couch as revenge yet attack dog"
  101.       }
  102.     }, {
  103.       "_index" : "shelter",
  104.       "_type" : "cats",
  105.       "_id" : "41",
  106.       "_score" : 1.0,
  107.       "_source" : {
  108.         "image" : "http://thecatapi.com/api/images/get?format=src&type=jpg,gif&size=full",
  109.         "name" : "Miss kitty",
  110.         "description" : "leave dead animals as gifts. and need to chase tail climb a tree. wait for a fireman jump to fireman then scratch his face"
  111.       }
  112.     } ]
  113.   }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement