DEV Community

Christian Heilmann
Christian Heilmann

Posted on

httpstat.us is a great service to test your APIs and scripts

Examples of using the service

Just discovered https://httpstat.us which returns a HTTP response you request. You can request by number, like:

https://httpstat.us/404

Randomly from a range and/or list:

https://httpstat.us/random/400-410,202,200

And you can set a timeout in ms:

https://httpstat.us/200?sleep=3000

Top comments (0)