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