Skip to content

Appendix F - Health and Certified Hash endpoints

The hizi RGS provides endpoints for two tasks: checking the health of a game engine, and getting certified hashes and game versions.

Contact hizi.io support to get the values for these placeholders:

[api-endpoint-url]
[swiss-endpoint-url]

Game engine endpoints

These endpoints return the certified file hashes and the health status. Replace [gamecode] with the game you want to query.

https://[api-endpoint-url]/gameapi/[gamecode]/health
https://[api-endpoint-url]/gameapi/[gamecode]/certifiedfiles

Note: These are GET requests. On success, they return HTTP code 200 and JSON content.

RNG endpoints

https://[api-endpoint-url]/rngFortuna/health
https://[api-endpoint-url]/rngFortuna/certifiedfiles

Endpoints for Swiss regulation

Contact hizi.io support to enable this call.

https://[swiss-endpoint-url]/game-swiss-info.json

Note: These are GET requests. On success, they return HTTP code 200 and JSON content.

v1.8.7