A few reference implementations for the game. All of them starts a web server that listens on root for get requests with query parameter q. The response should be a string. Feel free to submit pull requests if you implement it in a different language.
A classic controller based WebAPI using dotnet7.
Minimal style WebAPI using dotnet7.
Express.js web server for Node.js
Web server in Python using the Flask web framework