RecommendationDto
A single recommendation for the user
Titles that influenced this recommendation
Codex series ID if matched to an existing series
Country of origin ISO code (e.g., "JP", "KR", "CN")
Cover image URL
External ID on the source service
URL to the entry on the external service
Media format (e.g., "MANGA", "NOVEL", "ONE_SHOT")
Genres
Whether this series exists in the Codex library (matched via external IDs)
Whether this series is already in the user's library (as reported by the plugin)
Popularity ranking/count on the source service
Average user rating on the source service (0-100 scale)
Human-readable reason for this recommendation
Confidence/relevance score (0.0 to 1.0)
Year the series started
Publication status (ongoing, ended, hiatus, abandoned, unknown)
Summary/description
tags object[]
Tags with relevance rank
Tag category (e.g., "Genre", "Theme")
Tag name (e.g., "Isekai", "Gore")
Relevance rank (0-100)
Title of the recommended series/book
Total expected number of books/volumes in the series
{
"basedOn": [
"string"
],
"codexSeriesId": "string",
"countryOfOrigin": "string",
"coverUrl": "string",
"externalId": "string",
"externalUrl": "string",
"format": "string",
"genres": [
"string"
],
"inCodex": true,
"inLibrary": true,
"popularity": 0,
"rating": 0,
"reason": "string",
"score": 0,
"startYear": 0,
"status": "string",
"summary": "string",
"tags": "Unknown Type: array,null",
"title": "string",
"totalBookCount": 0
}