LIVE Data API overview
A static reference for the LIVE Data API, including a description of the fields available.
LIVE Data API endpoint
https://live-api.statsbomb.com/v1/graphql
There are several sections of the LIVE Data API to explore
live_area
- area id, code and name use to represent match locationslive_competition_season
- names and ids for competitions and seasons you have access tolive_lineup
- match schedules and general information about each match (attendance, weather, etc)live_match
- discover information about all scheduled matcheslive_match_event
- all the attributes from every event that happened in live match or matches already playedlive_squad
- the current list of players and the teams they play for*_aggregated_stats
- provide match, season and competition wide statistics for players and teams.
Interatively Exploring the LIVE Data API graph
Hudl Statsbomb recommends using Apollo Studio GraphQL client, which provides an interactive way to navigate and search through the LIVE Data API.
View or Export the Schema
Select the Schema tab in Apollo Studio to view the full schema directly from the API itself (so it is always up to date).
Select the SDL tab in the schema section of Apollo Studio to export a local copy of the LIVE Data schema, which can be exported in raw or JSON format.