Documentation

The Nothing API is REST-ish, requires no authentication, accepts no input, and reliably returns nothing.

Base URL

https://nothing.we-be.co.il

Quick start

# Receive nothing
curl -i https://nothing.we-be.co.il/api/v1/nothing
# HTTP/1.1 204 No Content

# Receive nothing, in JSON form
curl https://nothing.we-be.co.il/api/v1/nothing/forms/null
# null

Authentication

None. There is nothing to protect, because we return nothing. Every request is equally welcome and equally unproductive.

Endpoints

The forms of nothing

/api/v1/nothing/forms/:slug returns nothing in the shape you prefer.

Rate limits

100 requests per minute per IP. Exceeding it returns 429 — which is, fittingly, still nothing useful.

Docs — Nothing API