Public API Documentation > Resources > Status
This API endpoint does not require authentication or authorization.
This API retrieves the system status.
curl -v "https://api.artsy.net/api/status"
This endpoint does not accept any parameters and returns a status JSON document with the following fields.
error: the server responded with status 404
Status | Condition |
---|---|
good | All systems operational. |
minor | Some parts of the API may not be fully functioning. |
major | System is down and is experiencing a major outage. |
{ "_links": { "self": { "href": "https://api.artsy.net/api/status" } }, "status": "good", "updated_at": "2024-12-05T21:55:45+00:00" }