
ReqRes is a public API providing a hosted rest-api ready to respond to your ajax requests.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://reqres.in/ | Primary API endpoint. |
curl -X GET "https://reqres.in/ " \ -H "Accept: application/json"