CommonWords

The CommonWords service provides access to common words in a variety of languages. Words were discovered by retrieving the top 5000 words in each language

RPCS

CommonWords.getLanguages()

Get a list of supported languages.

CommonWords.getWords(language: SupportedLanguage, start: BoundedInteger<1>?, end: BoundedInteger<1>?)

Get a (sub) list of common words in a given language.

Arguments: