TrackingEntry
object
A user's tracking record for a single series
Properties
| Property | Type | Description |
|---|---|---|
idrequired | integer | Tracking entry ID |
pornhwarequired | object | Abbreviated series data embedded in a tracking entry |
statusrequired | string | Reading status for a tracked series. - `reading` — currently reading - `completed` — finished - `dropped` — stopped reading - `plan_to_read` — queued for later (supports priority 1–5) - `on_hold` — paused - `re_reading` — reading again after completing readingcompleteddroppedplan_to_readon_holdre_reading |
currentChapterrequired | integer | Last chapter read |
startedAtrequired | string | Date started reading (YYYY-MM-DD) |
finishedAtrequired | string | Date finished reading (YYYY-MM-DD) |
notesrequired | string | Personal notes (max 2000 characters) |
timesCompletedrequired | integer | Number of times this series has been completed |
priorityrequired | integer | Priority (plan_to_read only): 1=Low, 2=Medium-Low, 3=Medium, 4=Medium-High, 5=High |
isPrivaterequired | boolean | When true, this entry is hidden from your public profile |
hasReviewrequired | boolean | Whether you have written a review for this series |
createdAtrequired | string | |
updatedAtrequired | string |
Example
{ "id": 1, "pornhwa": {}, "status": "reading", "currentChapter": 0, "startedAt": "2025-01-10", "finishedAt": "2025-03-22", "notes": "string", "timesCompleted": 0, "priority": 0, "isPrivate": false, "hasReview": false, "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z"}Related Endpoints
This schema is used in the following endpoints: