Welcome. You found random decider. This is a stupid service to randomly pick options from a list. You can try this by sending a POST request with the following format. Header: Content-type: application/json Body: {"items": ["list", "of", "items"], "pick": 1} e.x. curl -X POST https://sunkcost.dev -H 'content-type: application/json' --data '{"items": ["Taco Bell", "White Castle", "Chipotle", "Jimmy Johns"], "pick": 2}' "pick" is optional and determines how many items should be randomly selected. That's all there is to this. Please don't DOS me. Thanks. P.S. Obviously this is not secure or random enough to use for anything that matters.