// API callback
ProcessGBSBookInfo({
  "kind": "books#volumes",
  "totalItems": 1,
  "items": [
    {
      "kind": "books#volume",
      "id": "QH3UDwAAQBAJ",
      "etag": "1IxfJ4I6wLU",
      "selfLink": "https://www.googleapis.com/books/v1/volumes/QH3UDwAAQBAJ",
      "volumeInfo": {
        "title": "Vorsorgeprinzip und Strafrecht",
        "subtitle": "Aktuelle Aspekte, Probleme und mögliche Entwicklungen. Aus dem Italienischen von Thomas Vormbaum",
        "authors": [
          "Francesca Consorte"
        ],
        "publisher": "LIT Verlag Münster",
        "publishedDate": "2020-04",
        "industryIdentifiers": [
          {
            "type": "ISBN_13",
            "identifier": "9783643912671"
          },
          {
            "type": "ISBN_10",
            "identifier": "3643912676"
          }
        ],
        "readingModes": {
          "text": false,
          "image": true
        },
        "pageCount": 397,
        "printType": "BOOK",
        "maturityRating": "NOT_MATURE",
        "allowAnonLogging": false,
        "contentVersion": "0.0.1.0.preview.1",
        "panelizationSummary": {
          "containsEpubBubbles": false,
          "containsImageBubbles": false
        },
        "imageLinks": {
          "smallThumbnail": "http://books.google.com/books/content?id=QH3UDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
          "thumbnail": "http://books.google.com/books/content?id=QH3UDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
        },
        "language": "de",
        "previewLink": "http://books.google.com/books?id=QH3UDwAAQBAJ&printsec=frontcover&dq=isbn:9783643912671&hl=&cd=1&source=gbs_api",
        "infoLink": "https://play.google.com/store/books/details?id=QH3UDwAAQBAJ&source=gbs_api",
        "canonicalVolumeLink": "https://play.google.com/store/books/details?id=QH3UDwAAQBAJ"
      },
      "saleInfo": {
        "country": "US",
        "saleability": "FOR_SALE",
        "isEbook": true,
        "listPrice": {
          "amount": 54.85,
          "currencyCode": "USD"
        },
        "retailPrice": {
          "amount": 43.33,
          "currencyCode": "USD"
        },
        "buyLink": "https://play.google.com/store/books/details?id=QH3UDwAAQBAJ&rdid=book-QH3UDwAAQBAJ&rdot=1&source=gbs_api",
        "offers": [
          {
            "finskyOfferType": 1,
            "listPrice": {
              "amountInMicros": 54850000,
              "currencyCode": "USD"
            },
            "retailPrice": {
              "amountInMicros": 43330000,
              "currencyCode": "USD"
            },
            "giftable": true
          }
        ]
      },
      "accessInfo": {
        "country": "US",
        "viewability": "PARTIAL",
        "embeddable": true,
        "publicDomain": false,
        "textToSpeechPermission": "ALLOWED",
        "epub": {
          "isAvailable": false
        },
        "pdf": {
          "isAvailable": true
        },
        "webReaderLink": "http://play.google.com/books/reader?id=QH3UDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api",
        "accessViewStatus": "SAMPLE",
        "quoteSharingAllowed": false
      }
    }
  ]
}
);