0

I need an online resource where I can get list of words using an API with certain configuration, per example, minimum/maximum length of word, the number of words.

Sean Bright
  • 118,630
  • 17
  • 138
  • 146
  • Why you don't want to do this offline? – Kai Sep 27 '12 at 13:21
  • Sounds way too specialized to be an existing API, simple to build one on or offline with a word-list http://stackoverflow.com/questions/2213607/how-to-get-english-language-word-database - or for junk words http://loripsum.net/ – Alex K. Sep 27 '12 at 13:23

1 Answers1

2

I presume you mean an API providing English words. Based on the SOWPODS word list I created this API for my Wordfeud cheat engine. Usage is based on backlinking to the domain front page. Feel free to use it and comment on functionality.