{
    "status": "OK",
    "bridge_version": "1.4",
    "usage": "analysis.php can require Chairman\/bootstrap\/chairman_bootstrap.php and call Chairman Core APIs.",
    "sample_php": "<?php\nrequire_once __DIR__ . '\/Chairman\/bootstrap\/chairman_bootstrap.php';\n\n$raceDate = '2026-07-08';\n$venue = '';\n$raceNum = 0;\n\n$summary = $Chairman->getRaceSummary($raceDate, $venue, $raceNum);\n$ranking = $Chairman->getRaceRanking($raceDate, $venue, $raceNum);\n\nforeach ($ranking as $row) {\n    $horseNum = $row['horse_num'];\n    $chairmanScore = $row['calibrated_score'];\n    $chairmanRole = $row['role_tag'];\n    $chairmanDecision = $row['final_decision'];\n}",
    "counts": {
        "summary": 0,
        "ranking": 0
    },
    "payload": {
        "framework_version": "2.0",
        "race_date": "2026-08-14",
        "venue": "",
        "race_num": 0,
        "summary": [],
        "ranking": [],
        "generated_at": "2026-08-14T07:20:42+08:00"
    }
}