WordList

Get words from featured list

Get words from featured list

get/v2/word_list/featured_words

Query parameters

folder_idstring required

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

next_tokenstring required

bring the previous next_token to get the next page

Headers

Authorizationstring

Bearer jwt token

Response

success

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.