From 13db0e25455b161ed030bffdf54f9775dbfe2eac Mon Sep 17 00:00:00 2001 From: shimomo Date: Thu, 28 Aug 2025 00:44:33 +0900 Subject: [PATCH] docs: update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8090aae1..5bfaf6c4 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,18 @@ ## エンドポイント ``` -https://boatraceopenapi.github.io/programs/v2/{日付}.json +https://boatraceopenapi.github.io/programs/v2/YYYY/YYYYMMDD.json ``` ## サンプル -- [https://boatraceopenapi.github.io/programs/v2/20250715.json](https://boatraceopenapi.github.io/programs/v2/20250715.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) ## 関連 | 対象 | リポジトリ | エンドポイント | |:---|:---|:---| -| 直前情報 | [Boatrace Open API for Previews](https://github.com/BoatraceOpenAPI/previews) | https://boatraceopenapi.github.io/previews/v2/{日付}.json | -| 結果 | [Boatrace Open API for Results](https://github.com/BoatraceOpenAPI/results) | https://boatraceopenapi.github.io/results/v2/{日付}.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 Programs は [MITライセンス](LICENSE) の元で公開されています。