A hilarious API that randomly succeeds or fails with 50/50 probability.
Each time you call the API, it flips a virtual coin:
Simply make a request to the endpoint:
curl https://your-username-coinflip.web.val.run
{ "success": true, "message": "🎉 You won! The coin landed on heads!", "result": "heads" }
{ "success": false, "message": "💥 You lost! The coin landed on tails!", "result": "tails" }