browseWorksByTag

@GET(value = "tags/{tag}/works")
abstract suspend fun browseWorksByTag(@Path(value = "tag") tag: Tag, @Query(value = "page") page: Int, @QueryMap parameters: WorksFilterParameters = WorksFilterParameters()): AO3Response<TagWorksPage>

Retrieves a list of up to 20 work blurbs at the specified page that are associated with the specified tag.

Additional arguments can be specified in parameters with a WorksFilterParameters object.

Parameters

tag

Name of the tag

page

Page to be retrieved

parameters

Additional parameters for filtering the results