Query structured spec data via REST or MCP. Get exactly what your agent needs.
https://httpbin.org
/anything
DELETE /anything
/anything/{anything}
DELETE /anything/{anything}
/delay/{delay}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| delay | path | required | int |
DELETE /delay/{delay}
/delete
DELETE /delete
/redirect-to
DELETE /redirect-to
/status/{codes}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| codes | path | required | string |
DELETE /status/{codes}
RedirectsToGivenUrlPostRequest
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string"
},
"status_code": {
"type": "int"
}
}
}