Skip to content

Commit 87378c9

Browse files
committed
docs: update README.md
1 parent 615ec85 commit 87378c9

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,32 @@
55
[![issues](https://img.shields.io/github/issues/BoatraceOpenAPI/programs.svg)](https://github.com/BoatraceOpenAPI/programs/issues)
66
[![pulls](https://img.shields.io/github/issues-pr/BoatraceOpenAPI/programs.svg)](https://github.com/BoatraceOpenAPI/programs/pulls)
77
[![license](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8+
[![v3](https://img.shields.io/badge/Boatrace_Open_API_for_Programs-v3-blue)](https://github.com/BoatraceOpenAPI/programs/tree/gh-pages/docs/v3)
9+
[![v2](https://img.shields.io/badge/Boatrace_Open_API_for_Programs-v2-lightgrey)](https://github.com/BoatraceOpenAPI/programs/tree/gh-pages/docs/v2)
810

911
## ⚠️ 注意事項
12+
1013
>
1114
> ⚡ 本 API は**非公式**であり、BOATRACE 公式サイト・団体とは一切関係ありません。<br>
1215
> 🕒 データはリアルタイム更新ではなく、**約30分間隔で更新**されます。( GitHub Actions のスケジュールは cron.yml を参照 )<br>
1316
> 🔍 データの正確性・完全性を保証するものではありません。<br>
1417
> 🙇‍♂️ 利用は自己責任でお願いします。
1518
1619
## 📌 概要
20+
1721
この API では、ボートレース( 競艇 )の出走表データを取得できます。<br>
1822
データは GitHub Pages 上で公開されており、JSON 形式で提供されます。
1923

2024
## 🌐 エンドポイント
25+
26+
### [![v3](https://img.shields.io/badge/Boatrace_Open_API_for_Programs-v3-blue)](https://github.com/BoatraceOpenAPI/programs/tree/gh-pages/docs/v3)
27+
28+
```bash
29+
https://boatraceopenapi.github.io/programs/v3/YYYY/YYYYMMDD.json
30+
```
31+
32+
### [![v2](https://img.shields.io/badge/Boatrace_Open_API_for_Programs-v2-lightgrey)](https://github.com/BoatraceOpenAPI/programs/tree/gh-pages/docs/v2)
33+
2134
```bash
2235
https://boatraceopenapi.github.io/programs/v2/YYYY/YYYYMMDD.json
2336
```
@@ -29,16 +42,28 @@ https://boatraceopenapi.github.io/programs/v2/YYYY/YYYYMMDD.json
2942
※ 仕様上の欠陥により v1 は破棄されました。
3043

3144
## 🧩 サンプル
32-
- 2025年07月15日の出走表
33-
- [https://boatraceopenapi.github.io/programs/v2/2025/20250715.json](https://boatraceopenapi.github.io/programs/v2/2025/20250715.json)
45+
46+
### [![v3](https://img.shields.io/badge/Boatrace_Open_API_for_Programs-v3-blue)](https://github.com/BoatraceOpenAPI/programs/tree/gh-pages/docs/v3)
47+
48+
- 2026年03月22日の出走表
49+
- [https://boatraceopenapi.github.io/programs/v3/2026/20260322.json](https://boatraceopenapi.github.io/programs/v3/2026/20260322.json)
50+
- 本日の出走表( JST〔UTC+9〕基準 )
51+
- [https://boatraceopenapi.github.io/programs/v3/today.json](https://boatraceopenapi.github.io/programs/v3/today.json)
52+
53+
### [![v2](https://img.shields.io/badge/Boatrace_Open_API_for_Programs-v2-lightgrey)](https://github.com/BoatraceOpenAPI/programs/tree/gh-pages/docs/v2)
54+
55+
- 2026年03月22日の出走表
56+
- [https://boatraceopenapi.github.io/programs/v2/2026/20260322.json](https://boatraceopenapi.github.io/programs/v2/2026/20260322.json)
3457
- 本日の出走表( JST〔UTC+9〕基準 )
3558
- [https://boatraceopenapi.github.io/programs/v2/today.json](https://boatraceopenapi.github.io/programs/v2/today.json)
3659

3760
## 🔗 関連リポジトリ
61+
3862
| 🏷️ 対象 | 📂 リポジトリ |
3963
|:--|:--|
4064
| ⏱️ 直前情報 | [Boatrace Open API for Previews](https://github.com/BoatraceOpenAPI/previews) |
4165
| 🏆 結果 | [Boatrace Open API for Results](https://github.com/BoatraceOpenAPI/results) |
4266

4367
## 📄 ライセンス
68+
4469
Boatrace Open API for Programs は [MITライセンス](LICENSE) の元で公開されています。

0 commit comments

Comments
 (0)