An open API service indexing awesome lists of open source software.

https://github.com/boatraceopenapi/programs

ボートレース(競艇)の出走表データを取得できるオープンAPI | The Boatrace Open API for Programs.
https://github.com/boatraceopenapi/programs

api boatrace boatrace-api boatrace-scraper json-api open-api php php-api php-scraper php8 php8-api php8-scraper rest-api

Last synced: about 2 months ago
JSON representation

ボートレース(競艇)の出走表データを取得できるオープンAPI | The Boatrace Open API for Programs.

Awesome Lists containing this project

README

        

# Boatrace Open API for Programs

ボートレース(競艇)の出走表を取得できるWeb APIです。
GitHub Pagesを使用して静的なJSONファイルとして配信しています。

## エンドポイント
```
https://boatraceopenapi.github.io/programs/v1/{日付}.json
```

## サンプル
[https://boatraceopenapi.github.io/programs/v1/20250410.json](https://boatraceopenapi.github.io/programs/v1/20250410.json)

## 関連
| 対象 | リポジトリ | エンドポイント |
|:---|:---|:---|
| 直前情報 | [Boatrace Open API for Previews](https://github.com/BoatraceOpenAPI/previews) | https://boatraceopenapi.github.io/previews/v1/{日付}.json |
| 結果 | [Boatrace Open API for Results](https://github.com/BoatraceOpenAPI/results) | https://boatraceopenapi.github.io/results/v1/{日付}.json |

## ライセンス
The Boatrace Open API for Programs is open source software licensed under the [MIT license](LICENSE).