v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
📢 Public APIs

Get book by id

The API endpoint retrieves a book based on the book ID provided as a path variable.

By accessing this endpoint and specifying a valid book ID, you will receive a response containing the details of the corresponding book.

get/public/books/{bookId}

Response

Get book by id

messagestring
statusCodenumber
successboolean

Example response

{
  "data": {
    "accessInfo": {
      "accessViewStatus": "SAMPLE",
      "country": "IN",
      "embeddable": true,
      "pdf": {
        "acsTokenLink": "http://books.google.co.in/books/download/Ruby_On_Rails_Bible-sample-pdf.acsm?id=bLWi6l8BDuIC&format=pdf&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api",
        "isAvailable": true
      },
      "textToSpeechPermission": "ALLOWED",
      "viewability": "PARTIAL",
      "webReaderLink": "http://play.google.com/books/reader?id=bLWi6l8BDuIC&hl=&source=gbs_api"
    },
    "etag": "1vN/nB9C/F0",
    "id": 39,
    "kind": "books#volume",
    "saleInfo": {
      "country": "IN",
      "saleability": "NOT_FOR_SALE"
    },
    "searchInfo": {
      "textSnippet": "In addition to chapters detailing all of the features of Rails, a separate section of the book will provide a walkthrough of the development of a complete Rails web application utilizing much of what is taught earlier in the book."
    },
    "selfLink": "https://www.googleapis.com/books/v1/volumes/bLWi6l8BDuIC",
    "volumeInfo": {
      "authors": [
        "Timothy Fisher"
      ],
      "canonicalVolumeLink": "https://books.google.com/books/about/Ruby_On_Rails_Bible.html?hl=&id=bLWi6l8BDuIC",
      "categories": [
        "Ruby (Computer program language)"
      ],
      "contentVersion": "0.5.5.0.preview.1",
      "description": "Ruby on Rails is a Web application framework written in Ruby, an object-oriented programming language. RoR has grown year over year in notoriety and popularity among developers because its ease of use and speed for which a Web developer can build and maintain Web sites and applications. One of its key principles is using less code for application development by avoiding redundancy and following Rails conventions, encouraging increased performance, but with less development time. Ruby on Rails Bible takes all that is key to this framework and programming language and details it in one concise guide for all user levels. Coverage includes an introduction and summary of the Ruby programming language, followed by complete in-depth coverage of the Ruby on Rails framework. In addition to chapters detailing all of the features of Rails, a separate section of the book will provide a walkthrough of the development of a complete Rails web application utilizing much of what is taught earlier in the book. Current hot development trends including Agile development, Web Services, Web 2.0, and Ajax will be covered from the Rails perspective too.",
      "imageLinks": {
        "smallThumbnail": "http://books.google.com/books/content?id=bLWi6l8BDuIC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api",
        "thumbnail": "http://books.google.com/books/content?id=bLWi6l8BDuIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api"
      },
      "industryIdentifiers": [
        {
          "identifier": "8126518901",
          "type": "ISBN_10"
        },
        {
          "identifier": "9788126518906",
          "type": "ISBN_13"
        }
      ],
      "infoLink": "http://books.google.co.in/books?id=bLWi6l8BDuIC&dq=ruby&hl=&source=gbs_api",
      "language": "en",
      "maturityRating": "NOT_MATURE",
      "pageCount": 630,
      "previewLink": "http://books.google.co.in/books?id=bLWi6l8BDuIC&printsec=frontcover&dq=ruby&hl=&cd=9&source=gbs_api",
      "printType": "BOOK",
      "publishedDate": "2008-11-10",
      "publisher": "John Wiley & Sons",
      "readingModes": {
        "image": true
      },
      "title": "Ruby On Rails Bible"
    }
  },
  "message": "Book fetched successfully",
  "statusCode": 200,
  "success": true
}