Appearance
Get books in a series
GET
/api/series/{name}
Returns all books in the given series ordered by series_index (nulls last).
Parameters
Path Parameters
name*
Series name
Type
Requiredstring
Responses
Series detail with books
application/json
JSON "series": "string", "books": [ { "id": "string", "title": "string", "author": "string", "series": "string", "seriesIndex": 0, "coverUrl": "string", "coverPath": "string", "genres": [ "string" ], "tags": [ "string" ], "pageCount": 0, "publishedYear": 0, "files": [ { "id": "string", "format": "string", "originalName": "string", "fileSize": "string" } ] } ], "total": 0
{
}
GET
/api/series/{name}