Docs
Coverage MatrixDocumentationRelease LogLog InContact Us

Floorball Overview

Introduction

The Floorball API offers schedules and results for major floorball competitions, and the data is collected by Sportradar operators. This API is structured consistently in format and behavior with other General Sport APIs. The primary feeds of this API provide competitions, seasons, schedules, and results.

In addition to this, there are complementary stats available through additional feeds, such as

  • Competitor profiles,
  • Match win probabilities,
  • Season standings,
  • Historical results
  • Head-to-head statistics.

See our Coverage Matrix for more on sports coverage for floorball and other packages.

🗝️

Authentication is required for all API calls.

API Map

To best utilize the Floorball API, you will need several parameters to create your API calls. The map below illustrates how you can obtain the parameters you need.

The primary feeds require only a date or human-readable parameters to call the endpoints. Those feeds provide Sport Event Ids, Competitor Ids, or Season Ids which can be used to generate the season, sport event, and competitor feeds.


Endpoint Descriptions

Competition Info - Provides the name, id, and gender for a given competition.

Competition Seasons - Provides historical season information for a given competition. Competitions will return a maximum of three seasons of data, including current or newly created seasons.

Competitions - Provides a list of all available competitions.

Competitor Merge Mappings - Provides the valid Sportradar Id in cases when two competitors have been merged into one. Mapping entries will remain in the feed for 7 days.

Competitor Profile - Provides top-level information for a given team.

Competitor Summaries - Provides previous and upcoming match information for a given competitor, including results for past matches and scheduling info for upcoming matches. 

Competitor vs Competitor - Provides previous and upcoming matches between two competitors, including scoring information. 

Daily Summaries - Provides game schedules for a given day, including scoring information.

Live Summaries - Provides game information for all currently live games, including team scoring. This feed updates in real time as games are played.

Live Timelines - Provides a live event timeline for in progress games. 

Live Timelines Delta - Provides a 10 second live delta of game information, including scoring and an event timeline. 

Season Competitors - Provides a list of competitors participating for a given season. 

Season Info - Provides detailed information for a given season, including participating competitors and league structure. 

Season Links - Provides information about linked cup rounds for a given season. Use this feed to compile full advancement brackets for relevant seasons/tournaments. Links between all matches and rounds are available when competitors (TBD vs. TBD) are not yet known.

Season Probabilities - Provides 3-way match win probabilities (home team win, away team win, draw) for all games for a given season. 

Season Standings - Provides detailed standings info for a given season.

Season Summaries - Provides schedule information and results for all games from a given season.

Seasons - Provides a list of historical season information for all competitions. Competitions will return a maximum of three seasons of data, including current or newly created seasons.

Sport Event Summary - Provides scheduling info and scoring for a given game.

Sport Event Timeline - Provides real-time match-level statistics and an event timeline for a given game. Please note that data returned is determined by coverage level.

Sport Events Created – Provides IDs for sport events that have been created in the last 24 hours.

Sport Events Removed - Provides IDs for sport events that have been removed or deleted.

Sport Events Updated - Provides IDs for sport events that have been updated in the last 24 hours.


Data Retrieval Sample

To find the probability of a home team win for a given match:

  1. Call the Daily Summaries feed for the day the match takes place and find the Season Id for the chosen match
  2. Make note of the Sport Event Id for the given match
  3. Call the Season Probabilities endpoint using the Season Id
  4. Find Sport Event Id and within the results locate the home team and the outcome probability

The probability of a home team win is displayed.


Integration Links

OpenAPI Spec

Our Floorball API is available via OpenAPI. Click below to view and/or download the specs.

Floorball v2 OpenAPI

Postman Workspace

Our entire Media APIs are available on Postman. Click the link above to be taken directly to our Floorball API collection.

Feel free to follow and/or fork any collections to receive updates.

Schema Download

Open the zip file below to access our entire MLB API XSD schema.

Floorball v2 Schema