Hello 👋
I am trying to get a random 5 letter word. I was running into the same issue mentioned
here with not real words so I added minCorpusCount=10000 and minDictionaryCount=20 as suggested there.
Now I'm getting some real words, but only in like every 1 out of 10 calls. The other 9 calls I'm getting a {'statusCode': 404, 'error': 'Not Found', 'message': 'Not Found'} response.
Any suggestions for how I could modify my query to get real words and avoid the 404s?
This is my current query for context:
minLength=5&maxLength=5&minCorpusCount=10000&minDictionaryCount=20