🔹One of the key features of our API Feed is that it not only provides access to league/club data of interest, but also the ability to custom design/build widgets to display this data.
REST API
API to query information regarding matches, players, statistics etc. both past and future.
Full documentation:
- https://developer.geniussports.com/warehouse/rest/index_basketball.html
- Base URL Production: https://api.wh.geniussports.com/v1/basketball/
- Base URL Test: https://api.test.wh.geniussports.com/v1/basketball/
Genius Sports offers two solutions for TV partners:
1️⃣ Streaming API (Live Stream API service)
Data is streamed from cloud service accessible from anywhere in the world. A streaming near/real-time API provides event by event data as well as aggregated statistics for matches in progress.
Full documentation:
- https://developer.geniussports.com/warehouse/livestream/read/index_basketball.html
- FAQs - Useful article on best practices of consuming Livestream API
- Livestream URL Production: https://live.wh.geniussports.com/v2/basketball/read/GAME_ID?ak=SAMPLE_API_KEY
- Livestream URL Test: http://stream.ci.dcd.shared.geniussports.com:8000/v2/basketball/GAME_ID?ak=SAMPLE_API_KEY
2️⃣ Broadcast Feed (In-Arena or TV feed)
Data (mostly used in live game broadcasting) is streamed directly from FIBA LiveStats application (live match information) accessible from arena.
Full documentation:
More information:
- https://support.geniussports.com/en/support/solutions/articles/9000176548-livestats-version-7-data-streaming
- https://support.geniussports.com/en/support/solutions/articles/9000133205-livestats-version-7-connecting-the-tv-feed-client
In addition, please follow the instructions below and make the developments accordingly:
For REST API | For Livestream API |
|
|