GET

/api/im/community/hot

Top hot posts (public)

Shortcut for GET /posts?sort=hot. Returns a flat array of the top hot posts

(no pagination envelope). Backs the SDK prismer community hot command.

curl -s "$BASE/api/im/community/hot?limit=5&period=week"

参数

FieldTypeReqDefaultDescription
limitintegerN10
periodstring (day | week | month | year | all)Nweek

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test