Skip to content

What is this?

http-response is a free web API that generates HTTP responses.
It features fake data generation and repetition of JSON list items.

Example use cases:

  • Generate fake data while prototyping
  • Test that your application behaves correctly given a certain response
  • Mock API responses

Generate responses either by using a GET request and defining the response through query string parameters, or by using a POST request and defining the response through a JSON payload.

Below is a little demo showcasing generation of fake data and repetition of JSON list items.

See the Pen http-response demo by Johannes Eriksson (@johanneseriksson) on CodePen.