Guest User

Google Books API sample JSON data

a guest
Jul 27th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.06 KB | None | 0 0
  1. {
  2.  
  3.     "kind": "books#volumes",
  4.     "totalItems": 629,
  5.     "items": [
  6.         {
  7.             "kind": "books#volume",
  8.             "id": "Zg1vQgAACAAJ",
  9.             "etag": "8KAR9X5M/1E",
  10.             "selfLink": "https://www.googleapis.com/books/v1/volumes/Zg1vQgAACAAJ",
  11.             "volumeInfo": {
  12.                 "title": "A Game of Thrones",
  13.                 "authors": [
  14.                     "George R. R. Martin"
  15.                 ],
  16.                 "publishedDate": "2011",
  17.                 "description": "A tale of court intrigues in the land of Seven Kingdoms, a country \"blessed by golden summers that go on for years, and cursed by cruel winters that can last a generation.\" Treachery, murder, incest.",
  18.                 "industryIdentifiers": [
  19.                     {
  20.                         "type": "ISBN_10",
  21.                         "identifier": "9990833443"
  22.                     },
  23.                     {
  24.                         "type": "ISBN_13",
  25.                         "identifier": "9789990833447"
  26.                     }
  27.                 ],
  28.                 "readingModes": {
  29.                     "text": false,
  30.                     "image": false
  31.                 },
  32.                 "pageCount": 694,
  33.                 "printType": "BOOK",
  34.                 "categories": [
  35.                     "Fantasy fiction"
  36.                 ],
  37.                 "averageRating": 4.0,
  38.                 "ratingsCount": 825,
  39.                 "maturityRating": "NOT_MATURE",
  40.                 "allowAnonLogging": false,
  41.                 "contentVersion": "preview-1.0.0",
  42.                 "language": "en",
  43.                 "previewLink": "http://books.google.co.in/books?id=Zg1vQgAACAAJ&dq=game+of+thrones&hl=&cd=1&source=gbs_api",
  44.                 "infoLink": "http://books.google.co.in/books?id=Zg1vQgAACAAJ&dq=game+of+thrones&hl=&source=gbs_api",
  45.                 "canonicalVolumeLink": "http://books.google.co.in/books/about/A_Game_of_Thrones.html?hl=&id=Zg1vQgAACAAJ"
  46.             },
  47.             "saleInfo": {
  48.                 "country": "IN",
  49.                 "saleability": "NOT_FOR_SALE",
  50.                 "isEbook": false
  51.             },
  52.             "accessInfo": {
  53.                 "country": "IN",
  54.                 "viewability": "NO_PAGES",
  55.                 "embeddable": false,
  56.                 "publicDomain": false,
  57.                 "textToSpeechPermission": "ALLOWED",
  58.                 "epub": {
  59.                     "isAvailable": false
  60.                 },
  61.                 "pdf": {
  62.                     "isAvailable": false
  63.                 },
  64.                 "webReaderLink": "http://books.google.co.in/books/reader?id=Zg1vQgAACAAJ&hl=&printsec=frontcover&output=reader&source=gbs_api",
  65.                 "accessViewStatus": "NONE",
  66.                 "quoteSharingAllowed": false
  67.             },
  68.             "searchInfo": {
  69.                 "textSnippet": "A tale of court intrigues in the land of Seven Kingdoms, a country "blessed by golden summers that go on for years, and cursed by cruel winters that can last a generation." Treachery, murder, incest."
  70.             }
  71.         }
  72. ]
Add Comment
Please, Sign In to add comment