ISBN API (v1)

Download OpenAPI specification:Download

Get information from a book, the information provided using the ISBN number or author

Books

bulk search to get information books

bulk search books with some filter provide like isbn number

Request Body schema: application/json

request

isbn
Array of integers

Responses

Request samples

Content type
application/json
{
  • "isbn": [
    ]
}

Response samples

Content type
application/json
{
  • "message": "successfully get book by isbn number",
  • "success": true,
  • "data": [
    ]
}

search to get information books

search books with some filter provide like isbn number

query Parameters
isbn
integer

isbn number

Responses

Request samples

curl --location --request GET 'http://127.0.0.1:3000/api/v1/search?isbn=9781472138569'

Response samples

Content type
application/json
{
  • "message": "successfully get book by isbn number",
  • "success": true,
  • "data": {
    }
}