getWork

@GET(value = "works/{id}?view_adult=true&view_full_work=true")
abstract suspend fun getWork(@Path(value = "id") id: Long): AO3Response<WorkPage>

Retrieves the work with the specified id.

May throw an error if the user is not logged in, and is trying to access a restricted work.

Parameters

id

Unique numerical ID of the work