https://github.com/erunion/sport-api-specifications
OpenAPI 3.0 specifications for various sport APIs.
https://github.com/erunion/sport-api-specifications
nhl openapi
Last synced: 2 months ago
JSON representation
OpenAPI 3.0 specifications for various sport APIs.
- Host: GitHub
- URL: https://github.com/erunion/sport-api-specifications
- Owner: erunion
- Archived: true
- Created: 2018-02-11T19:57:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T15:47:12.000Z (over 3 years ago)
- Last Synced: 2025-01-30T21:33:49.401Z (11 months ago)
- Topics: nhl, openapi
- Language: Makefile
- Homepage:
- Size: 15.6 KB
- Stars: 101
- Watchers: 14
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sport API specifications
[](https://travis-ci.org/erunion/sport-api-specifications)
This repository contains [OpenAPI 3.0](https://swagger.io/docs/specification/about/) specification files for various sport APIs.
These APIs are all unofficially documented, so this data has been painstakingly compiled with help from various sources on the Internet. The data served by these APIs are owned by the respective leagues, and these API specifications are provided for informational purposes and I take zero responsibility for how you use them.
## Leagues
* [NHL](https://github.com/erunion/sport-api-specifications/tree/master/nhl)
* MLB *(coming soon)*
## Development
This repository uses [Speccy](https://github.com/wework/speccy) for validation. To run the validation tests after making any changes, execute the following:
```
npm install
make validate
```