Please note, we are in the process of retiring the public api. The public api, as well as its documentation and playground, will remain available until July 28th, 2025. This change will not affect integration partners using our partner api.
If you're an Artsy partner gallery, reach out to your Artsy Liaison or contact our Support team for assistance.
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": "2025-05-30T19:21:01+00:00" }