Sport-specific Match State Platform APIs
Overview
Sport-specific Match State Platform APIs are REST APIs that are designed and built in standardized way and in the same time they aim to capture the specifics of each supported sport. Each Sport-specific Match State Platform API exposes set of HTTP endpoints documented in the Open API Specification below.
Data Consumers
Sports data consumers would typically use GET endpoints to retrieve latest state of the data for specific sport event. GET endpoints are available for MatchState and MatchEvents in all sport-specific APIs. Some APIs also support GET MatchStateGranularity endpoint that returns the data points to be populated for specific sourceId.
Data Producers
Sports data producers (also called feed providers) typically use combination of POST and PUT endpoints to provide latest state of the data for specific sport event. Each endpoint represents data point that is specific to the sport supported by the API.