WordList

Get Folder list of featured

Get Folder list of featured

get/v2/word_list/featured_list

Query parameters

topicstring

which folder's words you want to get, 0 means all

tagsstring

tags of list to show, like Finance, previously named industry

next_tokenstring

bring the previous next_token to get the next page

Response

success, the list in Data is []*model.WordListFeaturedFolder

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.