Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 941 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 941 Bytes

Sport API specifications

Travis

This repository contains OpenAPI 3.0 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
  • MLB (coming soon)

Development

This repository uses Speccy for validation. To run the validation tests after making any changes, execute the following:

npm install
make validate