HTTPBin

Returns anything passed in request data.

trace
https://httpbin.org/anything

Response

200

Anything passed in request

trace/anything
 
200

Returns anything passed in request data.

delete
https://httpbin.org/anything/{anything}

Path Parameters

anythingstringrequired

Automatically added

Response

200

Anything passed in request

delete/anything/{anything}
 
200

Returns anything passed in request data.

get
https://httpbin.org/anything/{anything}

Path Parameters

anythingstringrequired

Automatically added

Response

200

Anything passed in request

get/anything/{anything}
 
200

Returns anything passed in request data.

patch
https://httpbin.org/anything/{anything}

Path Parameters

anythingstringrequired

Automatically added

Response

200

Anything passed in request

patch/anything/{anything}
 
200

Returns anything passed in request data.

post
https://httpbin.org/anything/{anything}

Path Parameters

anythingstringrequired

Automatically added

Response

200

Anything passed in request

post/anything/{anything}
 
200