From 00955d458c964b9d3673a7e71331fe0c823179d0 Mon Sep 17 00:00:00 2001 From: shimomo Date: Thu, 28 Aug 2025 16:52:50 +0900 Subject: [PATCH] docs: update README.md --- README.md | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 57c4800f8..e5414e680 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) @@ -6,23 +6,36 @@ [![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 公式サイト・団体とは一切関係ありません。
+> 🕒 データはリアルタイム更新ではなく、**約30分間隔で更新**されます。
+> 🔍 データの正確性・完全性を保証するものではありません。
+> 🙇‍♂️ 利用は自己責任でお願いします。 -## エンドポイント -``` -https://boatraceopenapi.github.io/previews/v2/{日付}.json +## 📌 概要 +この API では、ボートレース(競艇)の直前情報データを取得できます。
+データは 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 → 年
+📅 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) の元で公開されています。