💧 Moist as a Service 💧

The world's premier moisture detection API

What is this?

Moist as a Service analyzes your requests and determines if they're moist, wet, or dry. Because the internet needed this.

Response Codes

Examples

Moist Request (200)
curl https://moist.example.com/cake
curl -X POST https://moist.example.com/api -d "towel"
Wet Request (418)
curl https://moist.example.com/ocean
curl https://moist.example.com/api?q=swimming+pool
Dry Request (404)
curl https://moist.example.com/desert
curl https://moist.example.com/api?q=dust
Browser Request
Visit: https://moist.example.com/sponge
Visit: https://moist.example.com/waterfall

Browsers get pretty HTML responses!

How It Works

The service fuzzy matches your request (path, query params, POST body) against dictionaries of moist, wet, and dry things. Content negotiation means curl/API clients get JSON while browsers get HTML.