httpbin.org Skill
httpbin-org
httpbin-org
| Method | Path | Description |
|---|---|---|
GET | /absolute-redirect/{n} | |
DELETE | /anything | Absolutely 302 Redirects n times. |
GET | /anything | Returns anything passed in request data. |
PATCH | /anything | Returns anything passed in request data. |
POST | /anything | Returns anything passed in request data. |
PUT | /anything | Returns anything passed in request data. |
DELETE | /anything/{anything} | Returns anything passed in request data. |
GET | /anything/{anything} | Returns anything passed in request data. |
PATCH | /anything/{anything} | Returns anything passed in request data. |
POST | /anything/{anything} | Returns anything passed in request data. |
PUT | /anything/{anything} | Returns anything passed in request data. |
GET | /base64/{value} | Returns anything passed in request data. |
GET | /basic-auth/{user}/{passwd} | Decodes base64url-encoded string. |
GET | /bearer | Prompts the user for authorization using HTTP Basic Auth. |
GET | /brotli | Prompts the user for authorization using bearer authentication. |
GET | /bytes/{n} | Returns Brotli-encoded data. |
GET | /cache | Returns n random bytes generated with given seed |
GET | /cache/{value} | Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise. |
GET | /cookies | Sets a Cache-Control header for n seconds. |
GET | /cookies/delete | Returns cookie data. |
GET | /cookies/set | Deletes cookie(s) as provided by the query string and redirects to cookie list. |
GET | /cookies/set/{name}/{value} | Sets cookie(s) as provided by the query string and redirects to cookie list. |
GET | /deflate | Sets a cookie and redirects to cookie list. |
DELETE | /delay/{delay} | Returns Deflate-encoded data. |
GET | /delay/{delay} | Returns a delayed response (max of 10 seconds). |
PATCH | /delay/{delay} | Returns a delayed response (max of 10 seconds). |
POST | /delay/{delay} | Returns a delayed response (max of 10 seconds). |
PUT | /delay/{delay} | Returns a delayed response (max of 10 seconds). |
DELETE | /delete | Returns a delayed response (max of 10 seconds). |
GET | /deny | The request's DELETE parameters. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install httpbin-org
Downloads and installs to ~/.claude/skills/httpbin-org/
0.9.2 (2026-03-02)