// API callback
ProcessGBSBookInfo({
  "kind": "books#volumes",
  "totalItems": 1,
  "items": [
    {
      "kind": "books#volume",
      "id": "6jutpwAACAAJ",
      "etag": "0pLCFNUts+Y",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/6jutpwAACAAJ",
      "volumeInfo": {
        "title": "Tafeln zu den Einleitungsartikeln und dem Personenrecht",
        "authors": [
          "Monika Pfaffinger",
          "Pierre-Yves Marro",
          "Annja Mannhart"
        ],
        "publishedDate": "2012",
        "industryIdentifiers": [
          {
            "type": "ISBN_10",
            "identifier": "3727288124"
          },
          {
            "type": "ISBN_13",
            "identifier": "9783727288128"
          }
        ],
        "readingModes": {
          "text": false,
          "image": false
        },
        "pageCount": 209,
        "printType": "BOOK",
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "preview-1.0.0",
        "language": "de",
        "previewLink": "http://books.google.com/books?id=6jutpwAACAAJ&dq=isbn:9783727288128&hl=&cd=1&source=gbs_api",
        "infoLink": "http://books.google.com/books?id=6jutpwAACAAJ&dq=isbn:9783727288128&hl=&source=gbs_api",
        "canonicalVolumeLink": "https://books.google.com/books/about/Tafeln_zu_den_Einleitungsartikeln_und_de.html?hl=&id=6jutpwAACAAJ"
      },
      "saleInfo": {
        "country": "US",
        "saleability": "NOT_FOR_SALE",
        "isEbook": false
      },
      "accessInfo": {
        "country": "US",
        "viewability": "NO_PAGES",
        "embeddable": false,
        "publicDomain": false,
        "textToSpeechPermission": "ALLOWED",
        "epub": {
          "isAvailable": false
        },
        "pdf": {
          "isAvailable": false
        },
        "webReaderLink": "http://play.google.com/books/reader?id=6jutpwAACAAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "NONE",
        "quoteSharingAllowed": false
      }
    }
  ]
}
);