get:
tags:
- topics
summary: Get popular topics
description: Returns a list of topics sorted by most replies. In an event of a
tie breaker, the topic with the most views. Can be filtered by All Time,
Day, Week, or Month.
responses:
"200":
description: An array of topic objects sorted by most replies and views.
content:
application/json:
schema:
allOf:
- type: object
properties:
nextStart:
type: number
topicCount:
topics:
type: array
items:
$ref: ../components/schemas/TopicObject.yaml#/TopicObject
tids:
canPost:
type: boolean
showSelect:
showTopicTools:
allCategoriesUrl:
type: string
selectedCategory:
type: object
icon:
name:
bgColor:
nullable: true
selectedCids:
selectedTag:
label:
selectedTags:
feeds:disableRSS:
rssFeedUrl:
title:
filters:
url:
selected:
filter:
selectedFilter:
terms:
term:
selectedTerm:
- $ref: ../components/schemas/Pagination.yaml#/Pagination
- $ref: ../components/schemas/Breadcrumbs.yaml#/Breadcrumbs
- $ref: ../components/schemas/CommonProps.yaml#/CommonProps