
Httpbin is a public API providing a simple http request & response service.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://httpbin.org/ | Primary API endpoint. |
curl -X GET "https://httpbin.org/" \ -H "Accept: application/json"