HTTPBin

httpbin.org

0.9.2OAS 3.0

A simple HTTP Request & Response Service.

Run locally: $ docker run -p 80:80 kennethreitz/httpbin

API Base URL
  • Server 1:https://httpbin.org
Additional Information

HTTP Methods

Testing different HTTP verbs

The request's DELETE parameters.

delete
https://httpbin.org/delete

Response

200

The request’s DELETE parameters.

delete/delete
 
200

The request's query parameters.

get
https://httpbin.org/get

Response

200

The request’s query parameters.

get/get
 
200

The request's PATCH parameters.

patch
https://httpbin.org/patch

Response

200

The request’s PATCH parameters.

patch/patch
 
200