Query structured spec data via REST or MCP. Get exactly what your agent needs.
https://httpbin.org
/anything
Anything passed in request
PUT /anything
/anything/{anything}
Anything passed in request
PUT /anything/{anything}
/delay/{delay}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| delay | path | required | int | — |
A delayed response.
PUT /delay/{delay}
/put
The request’s PUT parameters.
PUT /put
/redirect-to
application/x-www-form-urlencoded
RedirectsToGivenUrlPostRequest
| Property | Type | Required |
|---|---|---|
| url | string | required |
| status_code | int | optional |
A redirection.
PUT /redirect-to
/status/{codes}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| codes | path | required | string | — |
Informational responses
Success
Redirection
Client Errors
Server Errors
PUT /status/{codes}
RedirectsToGivenUrlPostRequest
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string"
},
"status_code": {
"type": "int"
}
}
}
| Version | Endpoints | Schemas | Ingested | Status |
|---|---|---|---|---|
| 0.9.2 | 73 | 1 | 2026-05-11 | current |
| 0.9.2 | 73 | 1 | 2026-04-16 |