Description

This is an api to fetch books

Base URL

The base URL for all API requests is:

https://example-library-api.com

Endpoints

GET /books

Returns a list of all books in the library.

Parameters

Response

Returns a JSON object with the following properties:

Example

Request:

GET /books?limit=5&offset=10

Response: