Work

Properties

Link copied to clipboard
abstract val authors: List<UserReference>

The list of authors of the work.

Link copied to clipboard
abstract val bookmarkCount: Int

The number of bookmarks that this work has received.

Link copied to clipboard
abstract val categories: List<Category>

The categories of the relationships featured in this work.

Link copied to clipboard
abstract val chapterCount: Int

The current number of chapters for the work.

Link copied to clipboard
abstract val characters: List<String>

The character tags associated with this work.

Link copied to clipboard
abstract val commentCount: Int

The number of comments left on the work.

Link copied to clipboard
abstract val fandoms: List<String>

The fandom tags associated with this work.

Link copied to clipboard
abstract val freeforms: List<String>

The freeform tags associated with the work.

Link copied to clipboard
abstract val giftees: List<UserReference>

The list of giftees for the work.

Link copied to clipboard
abstract val hitCount: Int

The number of hits that this work has received.

Link copied to clipboard
abstract val id: Long

The unique ID of the entire work.

Link copied to clipboard
abstract val isComplete: Boolean

Indicates whether the work is complete. A completed work has the same chapterCount and maxChapterCount.

Link copied to clipboard
abstract val kudosCount: Int

The number of kudos that this work has received.

Link copied to clipboard
abstract val language: Language

The language in which the work was written in.

Link copied to clipboard

The date of the most recent update to this work.

Link copied to clipboard
abstract val maxChapterCount: Int

The projected number of chapters for the work. If the number is unknown (represented as a "?" on AO3), then maxChapterCount is 0.

Link copied to clipboard
abstract val postWorkNotes: Html

The raw HTML of the post-work notes.

Link copied to clipboard
abstract val preWorkNotes: Html

The raw HTML of the pre-work notes.

Link copied to clipboard
abstract val publishedDate: LocalDate

The date of publication of this work.

Link copied to clipboard
abstract val rating: Rating

The content rating of this work (e.g. General).

Link copied to clipboard
abstract val relationships: List<String>

The relationship tags associated with this work.

Link copied to clipboard
abstract val summary: Html

The raw HTML of the summary.

Link copied to clipboard
abstract val title: String

The title of the work.

Link copied to clipboard
abstract val warnings: List<Warning>

The content warnings for the work (e.g. Graphic Depictions of Violence).

Link copied to clipboard
abstract val wordCount: Int

The total number of words in the entire work.

Link copied to clipboard
abstract val workskin: Css

The raw HTML of the workskin.