Back to catalog
πŸ“š

Library Management

Free

Manage users, books, authors, loans and reviews

πŸ“šBooksHTTPSCORS enabledNo API key required

Library Book

Library Management API

TitleOne Hundred Years of Solitude
AuthorGabriel Garcia Marquez
Isbn978-0060883287
AvailableYes
Due Date2026-03-15

Sample Response

response.json
1{
2 "title": "One Hundred Years of Solitude",
3 "author": "Gabriel Garcia Marquez",
4 "isbn": "978-0060883287",
5 "available": true,
6 "dueDate": "2026-03-15"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://github.com/adam-dev2/library-management-api"
View Documentation

Similar APIs