Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 28 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,41 @@
# Boatrace Open API for Previews
# 🚤 Boatrace Open API for Previews

[![cron](https://github.com/BoatraceOpenAPI/previews/actions/workflows/cron.yml/badge.svg)](https://github.com/BoatraceOpenAPI/previews/actions/workflows/cron.yml)
[![pages-build-deployment](https://github.com/BoatraceOpenAPI/previews/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/BoatraceOpenAPI/previews/actions/workflows/pages/pages-build-deployment)
[![issues](https://img.shields.io/github/issues/BoatraceOpenAPI/previews.svg)](https://github.com/BoatraceOpenAPI/previews/issues)
[![pulls](https://img.shields.io/github/issues-pr/BoatraceOpenAPI/previews.svg)](https://github.com/BoatraceOpenAPI/previews/pulls)
[![license](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

ボートレース(競艇)の直前情報データが取得可能な Web API です。
GitHub Pages を用いて静的な JSON ファイルとして配信しています。
## ⚠️ 注意事項
>
> ⚡ 本 API は**非公式**であり、BOATRACE 公式サイト・団体とは一切関係ありません。<br>
> 🕒 データはリアルタイム更新ではなく、**約30分間隔で更新**されます。<br>
> 🔍 データの正確性・完全性を保証するものではありません。<br>
> 🙇‍♂️ 利用は自己責任でお願いします。

## エンドポイント
```
https://boatraceopenapi.github.io/previews/v2/{日付}.json
## 📌 概要
この API では、ボートレース(競艇)の直前情報データを取得できます。<br>
データは GitHub Pages 上で公開されており、JSON形式で提供されます。

## 🌐 エンドポイント
```bash
https://boatraceopenapi.github.io/previews/v2/YYYY/YYYYMMDD.json
```

## サンプル
- [https://boatraceopenapi.github.io/previews/v2/20250715.json](https://boatraceopenapi.github.io/previews/v2/20250715.json)
- [https://boatraceopenapi.github.io/previews/v2/today.json](https://boatraceopenapi.github.io/previews/v2/today.json)
📅 YYYY → 年<br>
📅 YYYYMMDD → 年月日

## 🧩 サンプル
- 2025年07月15日の直前情報
- [https://boatraceopenapi.github.io/previews/v2/2025/20250715.json](https://boatraceopenapi.github.io/previews/v2/2025/20250715.json)
- 本日の直前情報
- [https://boatraceopenapi.github.io/previews/v2/today.json](https://boatraceopenapi.github.io/previews/v2/today.json)

## 関連
| 対象 | リポジトリ | エンドポイント |
|:---|:---|:---|
| 出走表 | [Boatrace Open API for Programs](https://github.com/BoatraceOpenAPI/programs) | https://boatraceopenapi.github.io/programs/v2/{日付}.json |
| 結果 | [Boatrace Open API for Results](https://github.com/BoatraceOpenAPI/results) | https://boatraceopenapi.github.io/results/v2/{日付}.json |
## 🔗 関連リポジトリ
| 🏷️ 対象 | 📂 リポジトリ |
|:--|:--|
| 🐆 出走表 | [Boatrace Open API for Programs](https://github.com/BoatraceOpenAPI/programs) |
| 🏆 結果 | [Boatrace Open API for Results](https://github.com/BoatraceOpenAPI/results) |

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