httpbingo
FreeGET https://httpbingo.org/status/{code} · GET https://httpbingo.org/get
HTTPS
Yes
API key
No key
CORS
Usually yes
Use
Free tier
Limits. Community host. No SLA. Use for tutorials and CI smoke tests, not load tests.
Commercial. Fine for development. Do not depend on it in production user flows.
Note. httpbin.org has been intermittently unavailable; httpbingo.org is a common replacement. Confirm the host you actually use.
curl -sS -D - -o /dev/null "https://httpbingo.org/status/429"
curl -sS "https://httpbingo.org/get?hello=world"