HTTP echo
This API supports any number of headers, any size of body data and any HTTP headers. It will always responde with an HTTP 200 status code. Rapid API (x-rapidapi-*, x-mashape-*) headers will not be shown in the response.
HTTP echo endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
echo /echo |
Echos GET requests data as JSON. |
| POST |
echo /echo |
Echos POST requests data as JSON. |
| PUT |
echo /echo |
Echos PUT requests data as JSON. |
| PATCH |
echo /echo |
Echos PATCH requests data as JSON. |
| DELETE |
echo /echo |
Echos DELETE requests data as JSON. |
HTTP echo pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / hour |
|
| PRO | $1.99 / month | 1 / second |
|
| ULTRA Recommended | $3.99 / month | 10 / second |
|
| MEGA | $9.99 / month | 100 / second |
|