How can I generate a wordlist?
Categories
- 320 All Categories
- 2 Language datasets
- 9 News and updates
- 18 API endpoints
- 15 Review my code
- 6 Tutorials and presentations
- 92 Frequently asked questions
- 5 How to get useful technical help
- 2 Member guidelines
- 12 Suggest an improvement
- 58 Report a bug
- 9 Ask the Community: Other
- 54 Ask the Community: Technical and operational questions
- 60 General
How can I generate a wordlist?

You can produce a wordlist from the Wordlist endpoint. It is worth exploring the documentation page to see which filters can be applied.
Note that while all matching base forms are returned, inflected forms will only be returned if they exactly match the prefix.
E.g. creating a call to find nouns starting 'ca' will return 'cat' (amongst many other things), but not 'cats' (the plural form). In order to return 'cats' you would need to set the prefix to 'cats'.