HTTP Status Codes
HTTP GET, POST, PUT, PATCH and DELETE requests are supported. HTTP status code can be requested as URL parameter. Perfect for mocking HTTP APIs in development.
HTTP Status Codes endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
status code /{status_code} |
Responds with the requested status Code. |
| PUT |
status code /{status_code} |
Responds with the requested status Code. |
| POST |
status code /{status_code} |
Responds with the requested status Code. |
| DELETE |
status code /{status_code} |
Responds with the requested status Code. |
| PATCH |
status code /{status_code} |
Responds with the requested status Code. |
HTTP Status Codes pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / hour |
|
| PRO | $1.99 / month | 1 / second |
|
| ULTRA | $3.99 / month | 10 / second |
|
| MEGA | $9.99 / month | 100 / second |
|