https://github.com/boatraceopenapi/previews
ボートレース(競艇)の直前データを取得できるオープンAPI | The Boatrace Open API for Previews.
https://github.com/boatraceopenapi/previews
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 Previews.
- Host: GitHub
- URL: https://github.com/boatraceopenapi/previews
- Owner: BoatraceOpenAPI
- License: mit
- Created: 2025-04-10T00:12:26.000Z (about 2 months ago)
- Default Branch: gh-pages
- Last Pushed: 2025-04-11T15:43:45.000Z (about 2 months ago)
- Last Synced: 2025-04-11T19:22:55.659Z (about 2 months ago)
- Topics: api, boatrace, boatrace-api, boatrace-scraper, json-api, open-api, php, php-api, php-scraper, php8, php8-api, php8-scraper, rest-api
- Language: PHP
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boatrace Open API for Previews
ボートレース(競艇)の直前情報を取得できるWeb APIです。
GitHub Pagesを使用して静的なJSONファイルとして配信しています。## エンドポイント
```
https://boatraceopenapi.github.io/previews/v1/{日付}.json
```## サンプル
[https://boatraceopenapi.github.io/previews/v1/20250410.json](https://boatraceopenapi.github.io/previews/v1/20250410.json)## 関連
| 対象 | リポジトリ | エンドポイント |
|:---|:---|:---|
| 出走表 | [Boatrace Open API for Programs](https://github.com/BoatraceOpenAPI/programs) | https://boatraceopenapi.github.io/programs/v1/{日付}.json |
| 結果 | [Boatrace Open API for Results](https://github.com/BoatraceOpenAPI/results) | https://boatraceopenapi.github.io/results/v1/{日付}.json |## ライセンス
The Boatrace Open API for Previews is open source software licensed under the [MIT license](LICENSE).