Skip to main content

tbr_add

Add a book to your TBR list manually (for physical books or custom entries).

Parameters

ParameterTypeRequiredDescription
titlestringYesBook title
authorstringYesAuthor name
subtitlestringNoBook subtitle
isbn10stringNoISBN-10
isbn13stringNoISBN-13
publisherstringNoPublisher name
published_datestringNoPublication date
page_countintNoNumber of pages
descriptionstringNoBook description
cover_urlstringNoCover image URL
genresstring[]NoGenre list
series_namestringNoSeries name
series_positionfloatNoPosition in series
notesstringNoPersonal notes
priorityintNoPriority 0-10 (higher = more important)
sourcestringNoSource label (default: physical)

Examples

{"title": "The Name of the Wind", "author": "Patrick Rothfuss"}
{"title": "Mistborn", "author": "Sanderson", "priority": 5, "notes": "Recommended by friend"}
{"title": "Project Hail Mary", "author": "Andy Weir", "isbn13": "9780593135204", "source": "physical"}