Skip to main content

List series with their metadata, genres, tags and external links

GET 

/api/v1/series/full

The same page GET /api/v1/series returns, with each entry carrying the related data inline, so a caller that needs metadata for a whole library pages it once instead of following up per series.

This exists as its own route because the shape is genuinely different, not merely richer, and because a response whose schema depends on a query parameter cannot be expressed in OpenAPI — which made the deprecated GET /api/v1/series?full=true invisible to every generated client. Accepts the same filters and pagination as the plain listing.

Request

Responses

Paginated series with their related data