🎱 Numbers4 API

GitHub Pages による静的 JSON データ配信

📌 最新当選番号

----
--- ----/--/--

📡 API エンドポイント

/api/v1/latest.json
最新1件のみ(軽量)
/api/v1/numbers4_all_min.json
全履歴(番号のみ・軽量版)
/api/v1/numbers4_all_full.json
全履歴(配当金含む・詳細版)
/api/v1/version.json
バージョン情報(更新判定用)

📖 使用方法

// JavaScript
const res = await fetch(
  'https://hazimekom.github.io/numbers4-api/api/v1/latest.json'
);
const data = await res.json();
console.log(data.digits); // [1, 2, 3, 4]