API publique
Endpoints en lecture. Pour un débit plus élevé, utilisez une clé API (créée dans l'admin).
Authentification (optionnelle)
Header x-api-key: hyk_... ou Authorization: Bearer hyk_...
curl -H "x-api-key: VOTRE_CLE" https://status.hostyum.fr/api/v1/status
Endpoints
GET/api/v1/statusÉtat global + services + incidentsGET/api/v1/servicesListe des servicesGET/api/v1/incidentsIncidents (filtres query)GET/api/v1/maintenanceMaintenancesGET/api/v1/uptime?period=90dUptime par serviceGET/api/v1/slaSLA objectif vs réelGET/feed/incidents.xmlRSS incidentsGET/feed/incidents.atomAtom incidentsProbe / Worker
GET/POST /api/v1/probe/jobs avec header x-probe-secret pour les nœuds multi-région.
Worker dédié : npm run worker (voir README).