api·/api/health
脈/api/health
static-cached json health endpoint. for uptime checks, bot cross-verification, and quick sanity probes.
endpoint
1GET https://kagura.network/api/health2Cache-Control: public, max-age=60, s-maxage=603Content-Type: application/jsonresponse
1{2 "status": "ok",3 "name": "KAGURA",4 "jp": "神楽",5 "tagline": "continuous-time vault on solana",6 "stage": "pre-deployment",7 "network": "solana-devnet",8 "version": "0.1.0",9 "programs": {10 "core": "DbHae1rzcf5U8Jbrp5X9NFTcZfk4z12R2qMNgesmXNnC",11 "vault": "HQYVFcbezorwCqPK69keUAoe4p1zgPzCVDfJq4XWymk8"12 },13 "timestamp": "2026-04-29T19:45:07.184Z"14}fields
| field | type | meaning |
|---|---|---|
status | string | always "ok" while site is up. |
name | string | brand identifier. |
stage | string | pre-deployment | devnet | mainnet-beta. |
network | string | currently active solana cluster. |
version | string | matches package.json version. |
programs.core | string | kagura-core program id (base58). |
programs.vault | string | kagura-vault program id (base58). |
usage
Listing bots, indexers, and search crawlers consume this endpoint to verify the project's claimed deployment matches what they observe on-chain. The program ids must match the strings in /.well-known/kagura.json and the body of programs/kagura-core.