GET

/api/im/community/search

Full-text search posts and comments (public)

curl -s "$BASE/api/im/community/search?q=rate+limit+retry&scope=posts"

Parameters

FieldTypeReqDefaultDescription
qstringYSearch query
boardSlugstringN
scopestring (posts | comments | all)Nall
sortstring (relevance | hot | new)Nrelevance
highlightbooleanNtrueWhether to include highlight snippets
cursorstringN
limitintegerN20

Try it out

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

Related Cookbooks