HTTPBin

Returns a UTF-8 encoded body.

get
https://httpbin.org/encoding/utf8

Response

200

Encoded UTF-8 content.

get/encoding/utf8
 
200

Returns GZip-encoded data.

get
https://httpbin.org/gzip

Response

200

GZip-encoded data.

get/gzip
 
200

Returns a simple HTML document.

get
https://httpbin.org/html

Response

200

An HTML page.

get/html
 
200

Returns a simple JSON document.

get
https://httpbin.org/json

Response

200

An JSON document.

get/json
 
200

Returns some robots.txt rules.

get
https://httpbin.org/robots.txt

Response

200

Robots file

get/robots.txt
 
200