Skip to content

Instantly share code, notes, and snippets.

@Luidog
Created February 2, 2018 17:40
Show Gist options
  • Save Luidog/0181c2219b6bc005433b040f149448c4 to your computer and use it in GitHub Desktop.
Save Luidog/0181c2219b6bc005433b040f149448c4 to your computer and use it in GitHub Desktop.
Example JSON
{
"kind": "books#volumes",
"totalItems": 1,
"items": [
{
"kind": "books#volume",
"id": "pbR9tgAACAAJ",
"etag": "MiROYnWU3Cs",
"selfLink": "https://www.googleapis.com/books/v1/volumes/pbR9tgAACAAJ",
"volumeInfo": {
"title": "The Signal and the Noise",
"subtitle": "Why So Many Predictions Fail-- But Some Don't",
"authors": [
"Nate Silver"
],
"publisher": "Penguin Press HC",
"publishedDate": "2012",
"description": "The founder of FiveThirtyEight.com challenges myths about predictions in subjects ranging from the financial market and weather to sports and politics, profiling the world of prediction to explain how readers can distinguish true signals from hype, in a report that also reveals the sources and societal costs of wrongful predictions.",
"industryIdentifiers": [
{
"type": "ISBN_10",
"identifier": "159420411X"
},
{
"type": "ISBN_13",
"identifier": "9781594204111"
}
],
"pageCount": 534,
"printType": "BOOK",
"categories": [
"Business & Economics"
],
"averageRating": 3.5,
"ratingsCount": 1261,
"contentVersion": "preview-1.0.0",
"imageLinks": {
"smallThumbnail": "http://bks5.books.google.com/books?id=pbR9tgAACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api",
"thumbnail": "http://bks5.books.google.com/books?id=pbR9tgAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api"
},
"language": "en",
"previewLink": "http://books.google.com/books?id=pbR9tgAACAAJ&dq=isbn:9781594204111&hl=&cd=1&source=gbs_api",
"infoLink": "http://books.google.com/books?id=pbR9tgAACAAJ&dq=isbn:9781594204111&hl=&source=gbs_api",
"canonicalVolumeLink": "http://books.google.com/books/about/The_Signal_and_the_Noise.html?hl=&id=pbR9tgAACAAJ"
},
"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://books.google.com/books/reader?id=pbR9tgAACAAJ&hl=&printsec=frontcover&output=reader&source=gbs_api",
"accessViewStatus": "NONE",
"quoteSharingAllowed": false
},
"searchInfo": {
"textSnippet": "The founder of FiveThirtyEight.com challenges myths about predictions in subjects ranging from the financial market and weather to sports and politics, profiling the world of prediction to explain how readers can distinguish true signals ..."
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment