Httpbin

Return status code or random status code if more than one are given

patch
https://httpbingo.org/status/{codes}

Path Parameters

codesrequired

Response

Informational responses

 

Request inspection

Inspect the request data

Return the incoming request's HTTP headers.

get
https://httpbingo.org/headers

Response

200

The request’s headers.

 
200

Returns the requester's IP Address.

get
https://httpbingo.org/ip

Response

200

The Requester’s IP Address.

 
200

Return the incoming requests's User-Agent header.

get
https://httpbingo.org/user-agent

Response

200

The request’s User-Agent header.

 
200