Httpbin

Generate a page containing n links to other pages which do the same.

get
https://httpbingo.org/links/{n}/{offset}

Path Parameters

nrequired
offsetrequired

Response

200

HTML links.

 
200

Streams n random bytes generated with given seed, at given chunk size per packet.

get
https://httpbingo.org/range/{numbytes}

Path Parameters

numbytesrequired

Response

200

Bytes.

 
200

Streams n random bytes generated with given seed, at given chunk size per packet.

get
https://httpbingo.org/stream-bytes/{n}

Path Parameters

nrequired

Response

200

Bytes.

 
200

Stream n JSON responses

get
https://httpbingo.org/stream/{n}

Path Parameters

nrequired

Response

200

Streamed JSON responses.

 
200

Return a UUID4.

get
https://httpbingo.org/uuid

Response

200

A UUID4.

 
200