Welcome to my in-progress wordsearch generator! Endpoints: /wordsearch: give me a random wordsearch /api: A text page describing available api endpoints /api/wordsearch: give me a random wordsearch in json format /api/options: get a json arrangement of available options Available query parameters: ?easy_mode= Enable easy mode ?include_solution= Include the solution with the wordsearch Please note that JSON responses viewed in browser have the last 4 digits of the seed cut off. This is because the default JSON viewer (javascript) is a terrible language that doesn't support 64bit integers.