RESTful API of Request Baskets service. Request Baskets is an open source project of a service to collect HTTP requests and inspect them via RESTful API or web UI. Check out the project page for more detailed description.
https://rbaskets.in/
Auth type
API Key Header
Auth header
Authorization: YOUR_API_KEY
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://github.com/darklynx
Endpoint status
Live — HTTP 200 — endpoint is accessible12.83s
(checked Mar 29, 2026)
Builder score
D
40%
builder-friendly
API key in the request header (Authorization)
Authorization: YOUR_API_KEY
Free and open-source. HTTP request inspector; self-hosted or rbaskets.in free.
| Method | Path | Description |
|---|---|---|
| GET | /api/baskets |
Get baskets |
| DELETE | /api/baskets/{name} |
Delete basket |
| GET | /api/baskets/{name} |
Get basket settings |
| POST | /api/baskets/{name} |
Create new basket |
| PUT | /api/baskets/{name} |
Update basket settings |
| DELETE | /api/baskets/{name}/requests |
Delete all requests |
| GET | /api/baskets/{name}/requests |
Get collected requests |
| GET | /api/baskets/{name}/responses/{method} |
Get response settings |
curl -X GET 'https://rbaskets.in//api/baskets' \ -H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Request Baskets documentation.