// API callback
ProcessGBSBookInfo({
  "kind": "books#volumes",
  "totalItems": 1,
  "items": [
    {
      "kind": "books#volume",
      "id": "w7hVAAAACAAJ",
      "etag": "cT7rUEh7Op8",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/w7hVAAAACAAJ",
      "volumeInfo": {
        "title": "Die schlimmste Reise der Welt",
        "subtitle": "die Antarktis-Expedition 1910 - 1913",
        "authors": [
          "Apsley Cherry-Garrard"
        ],
        "publishedDate": "2006",
        "industryIdentifiers": [
          {
            "type": "ISBN_10",
            "identifier": "3938869046"
          },
          {
            "type": "ISBN_13",
            "identifier": "9783938869048"
          }
        ],
        "readingModes": {
          "text": false,
          "image": false
        },
        "pageCount": 651,
        "printType": "BOOK",
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "imageLinks": {
          "smallThumbnail": "http://books.google.com/books/content?id=w7hVAAAACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
          "thumbnail": "http://books.google.com/books/content?id=w7hVAAAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
        },
        "language": "de",
        "previewLink": "http://books.google.de/books?id=w7hVAAAACAAJ&dq=LCCN:sh85072329&hl=&cd=1&source=gbs_api",
        "infoLink": "http://books.google.de/books?id=w7hVAAAACAAJ&dq=LCCN:sh85072329&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/Die_schlimmste_Reise_der_Welt.html?hl=&id=w7hVAAAACAAJ"
      },
      "saleInfo": {
        "country": "DE",
        "saleability": "NOT_FOR_SALE",
        "isEbook": false
      },
      "accessInfo": {
        "country": "DE",
        "viewability": "NO_PAGES",
        "embeddable": false,
        "publicDomain": false,
        "textToSpeechPermission": "ALLOWED",
        "epub": {
          "isAvailable": false
        },
        "pdf": {
          "isAvailable": false
        },
        "webReaderLink": "http://play.google.com/books/reader?id=w7hVAAAACAAJ&hl=&source=gbs_api",
        "accessViewStatus": "NONE",
        "quoteSharingAllowed": false
      }
    }
  ]
}
);