An API about 21st Century greatest novels as described on BBC site by Jane Ciabattari on 19 January 2015.
URL
- /api/books/all
- /api/books/id? - Required id=[integer]
- /api/books/author? - Required author=[string]
- /api/books/title? - Required title=[string]
- /api/books/all? – Required year=[string]
METHOD
- Get
Success Response:
Content:
[
{
"author": "Michael Chabon",
"id": 6,
"published": "2000",
"title": "The Amazing Adventures of Kavalier & Clay"
}
]
Error Response:
[]
Or
Not Found