R

Request Baskets API

by Request Baskets Free tier

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.

developerrbaskets

Quick Reference

Base URL 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
Pricing
28
Latency
8
Depth
72

Authentication

API key in the request header (Authorization)

Authorization: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free and open-source. HTTP request inspector; self-hosted or rbaskets.in free.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://rbaskets.in//api/baskets' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Request Baskets documentation.