File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 99## ⚠️ 注意事項
1010>
1111> ⚡ 本 API は** 非公式** であり、BOATRACE 公式サイト・団体とは一切関係ありません。<br >
12- > 🕒 データはリアルタイム更新ではなく、** 約30分間隔で更新** されます。<br >
12+ > 🕒 データはリアルタイム更新ではなく、** 約30分間隔で更新** されます。( GitHub Actions のスケジュールは cron.yml を参照 ) <br >
1313> 🔍 データの正確性・完全性を保証するものではありません。<br >
1414> 🙇♂️ 利用は自己責任でお願いします。
1515
1616## 📌 概要
17- この API では、ボートレース(競艇 )の出走表データを取得できます。<br >
18- データは GitHub Pages 上で公開されており、JSON形式で提供されます 。
17+ この API では、ボートレース( 競艇 )の出走表データを取得できます。<br >
18+ データは GitHub Pages 上で公開されており、JSON 形式で提供されます 。
1919
2020## 🌐 エンドポイント
2121``` bash
2222https://boatraceopenapi.github.io/programs/v2/YYYY/YYYYMMDD.json
2323```
2424
2525📅 YYYY → 年<br >
26- 📅 YYYYMMDD → 年月日
26+ 📅 YYYYMMDD → 年月日<br >
27+ ( 日付は日本標準時 JST〔UTC+9〕基準 )
28+
29+ ※ 仕様上の欠陥により v1 は破棄されました。
2730
2831## 🧩 サンプル
29- - 2025年07月14日の出走表
30- - [ https://boatraceopenapi.github.io/programs/v2/2025/20250714 .json ] ( https://boatraceopenapi.github.io/programs/v2/2025/20250714 .json )
31- - 本日の出走表
32+ - 2025年07月15日の出走表
33+ - [ https://boatraceopenapi.github.io/programs/v2/2025/20250715 .json ] ( https://boatraceopenapi.github.io/programs/v2/2025/20250715 .json )
34+ - 本日の出走表( JST〔UTC+9〕基準 )
3235 - [ https://boatraceopenapi.github.io/programs/v2/today.json ] ( https://boatraceopenapi.github.io/programs/v2/today.json )
3336
3437## 🔗 関連リポジトリ
You can’t perform that action at this time.
0 commit comments