For the complete documentation index, see llms.txt. This page is also available as Markdown.

Healthcheck

IMGA have a REST API endpoint which hits one of our common services and highlights the health of our services. If you receive a 500 or error message then it suggests they are internal problems, which internally we will be notified of anyway and be resolving asap.

Legacy URL - https://dde-api.data.imgarena.com/healthcheck (decommissioning on 30th Sept 2026)

NEW URL - https://dde-api.data.srarena.io/healthcheck

You should expect to get a 200 response and the following

{
    "message": "OK"
}

Last updated

Was this helpful?