books resource

Base endpoint:

{server_url}/books

Contains information about books stored in Book Buddy.

Resource properties

Sample books resource


{
    "id": 1,
    "title": "How to be happy",
    "author": "Ruskin Bond",
    "genre": "Memoir",
    "readingStatus": "0 %",
    "rating": "0"
}
Property name Type Description Required
id number The unique ID of the book System-generated
title string The title of the book Yes
author string The name of the author Yes
genre string The genre. Best practice is to use the Library of Congress Genre/Form Terms No
readingStatus string The percentage of completion in the format 70 %. No
rating string User-defined rating as text or number No

READ

CREATE