From adf9893694571d35896247eac193b0964c46e31c Mon Sep 17 00:00:00 2001 From: shimomo Date: Thu, 28 Aug 2025 13:25:25 +0900 Subject: [PATCH] docs: update README.md --- README.md | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 5bfaf6c4..d1e068ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Boatrace Open API for Programs +# 🚤 Boatrace Open API for Programs [![cron](https://github.com/BoatraceOpenAPI/programs/actions/workflows/cron.yml/badge.svg)](https://github.com/BoatraceOpenAPI/programs/actions/workflows/cron.yml) [![pages-build-deployment](https://github.com/BoatraceOpenAPI/programs/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/BoatraceOpenAPI/programs/actions/workflows/pages/pages-build-deployment) @@ -6,30 +6,36 @@ [![pulls](https://img.shields.io/github/issues-pr/BoatraceOpenAPI/programs.svg)](https://github.com/BoatraceOpenAPI/programs/pulls) [![license](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -> **⚠️ 注意事項** +## ⚠️ 注意事項 > -> 本 API は**非公式**であり、BOATRACE 公式サイト・団体とは一切関係ありません。 -> データはリアルタイム更新ではなく、**約30分間隔で更新**されます。 -> データの正確性・完全性を保証するものではありません。 -> 利用は自己責任でお願いします。 +> ⚡ 本 API は**非公式**であり、BOATRACE 公式サイト・団体とは一切関係ありません。
+> 🕒 データはリアルタイム更新ではなく、**約30分間隔で更新**されます。
+> 🔍 データの正確性・完全性を保証するものではありません。
+> 🙇‍♂️ 利用は自己責任でお願いします。 -ボートレース(競艇)の出走表データを取得できる Web API です。 -データは GitHub Pages 上で公開されており、JSON 形式で提供しています。 +## 📌 概要 +この API では、ボートレース(競艇)の出走表データを取得できます。
+データは GitHub Pages 上で公開されており、JSON形式で提供されます。 -## エンドポイント -``` +## 🌐 エンドポイント +```bash https://boatraceopenapi.github.io/programs/v2/YYYY/YYYYMMDD.json ``` -## サンプル -- [https://boatraceopenapi.github.io/programs/v2/2025/20250715.json](https://boatraceopenapi.github.io/programs/v2/2025/20250715.json) -- [https://boatraceopenapi.github.io/programs/v2/today.json](https://boatraceopenapi.github.io/programs/v2/today.json) +📅 YYYY → 年
+📅 YYYYMMDD → 年月日 + +## 🧩 サンプル +- 2025年07月14日の出走表 + - [https://boatraceopenapi.github.io/programs/v2/2025/20250714.json](https://boatraceopenapi.github.io/programs/v2/2025/20250714.json) +- 本日の出走表 + - [https://boatraceopenapi.github.io/programs/v2/today.json](https://boatraceopenapi.github.io/programs/v2/today.json) -## 関連 -| 対象 | リポジトリ | エンドポイント | -|:---|:---|:---| -| 直前情報 | [Boatrace Open API for Previews](https://github.com/BoatraceOpenAPI/previews) | https://boatraceopenapi.github.io/previews/v2/YYYY/YYYYMMDD.json | -| 結果 | [Boatrace Open API for Results](https://github.com/BoatraceOpenAPI/results) | https://boatraceopenapi.github.io/results/v2/YYYY/YYYYMMDD.json | +## 🔗 関連リポジトリ +| 🏷️ 対象 | 📂 リポジトリ | +|:--|:--| +| ⏱️ 直前情報 | [Boatrace Open API for Previews](https://github.com/BoatraceOpenAPI/previews) | +| 🏆 結果 | [Boatrace Open API for Results](https://github.com/BoatraceOpenAPI/results) | -## ライセンス +## 📄 ライセンス Boatrace Open API for Programs は [MITライセンス](LICENSE) の元で公開されています。