Docs
Coverage MatrixDocumentationRelease LogLog InContact Us

Find all updates to the Field Hockey v2 API.

Round Info Additions

DateFeeds AffectedBenefit
09/26/2023Competitor Summaries
Competitor vs Competitor
Daily Summaries
Live Summaries
Season Probabilities
Season Summaries
Sport Event Summary
Sport Event Timeline
Added data points related to tournament
rounds to bring consistency across APIs.

New data points include:
- Round - Cup Round Sport Event Number
(cup_round_sport_event_number)
- Round - Cup Round Number of Sport Events
(cup_round_number_of_sport_events)
- Round - Cup Round Id
(cup_round_id)
- Round - Other Sport Event Id
(other_sport_event_id) *when 2 legs only
<round name="quarterfinal" other_sport_event_id="sr:sport_event:43573993" 
	cup_round_sport_event_number="2" cup_round_number_of_sport_events="2" 
	cup_round_id="sr:cup_round:1923693"/>
"round": {
    "name": "quarterfinal",
    "other_sport_event_id": "sr:sport_event:43573993",
    "cup_round_sport_event_number": 2,
    "cup_round_number_of_sport_events": 2,
    "cup_round_id": "sr:cup_round:1923693"
},

Active Season Indicator

Release DateFeeds AffectedBenefit
08/28/2023Sport Events CreatedAdded a active_season attribute for newly created matches appearing in the Sport Events Created endpoint.

When marked as true this will signify that an added match is part of an active season.
    <sport_event_created id="sr:sport_event:43393169" active_season="true" created_at="2023-08-30T14:42:39+00:00"/>
    <sport_event_created id="sr:sport_event:43393167" active_season="true" created_at="2023-08-30T14:42:39+00:00"/>
    <sport_event_created id="sr:sport_event:43393165" active_season="true" created_at="2023-08-30T14:42:38+00:00"/>
    <sport_event_created id="sr:sport_event:43393163" active_season="true" created_at="2023-08-30T14:42:37+00:00"/>
    <sport_event_created id="sr:sport_event:43393029" active_season="true" created_at="2023-08-30T14:37:40+00:00"/>
{
    "generated_at": "2023-08-30T14:47:30+00:00",
    "sport_events_created": [
        {
            "id": "sr:sport_event:43393169",
            "active_season": true,
            "created_at": "2023-08-30T14:42:39+00:00"
        },
        {
            "id": "sr:sport_event:43393167",
            "active_season": true,
            "created_at": "2023-08-30T14:42:39+00:00"
        },
        {
            "id": "sr:sport_event:43393165",
            "active_season": true,
            "created_at": "2023-08-30T14:42:38+00:00"
        },
        {
            "id": "sr:sport_event:43393163",
            "active_season": true,
            "created_at": "2023-08-30T14:42:37+00:00"
        },

New Competitor Elements

Release DateFeeds AffectedUpdate
03/08/2023Competitor Profile
Competitor Summaries
Competitor vs
Competitor
Daily Summaries
Live Summaries
Season Info
Season Probabilities
Season Standings
Season Summaries
Sport Event Summary
Sport Event Timeline
Added ‘age_group’ and ‘gender’ to competitor elements in
several endpoints.

Pagination Update

ReleaseFeeds AffectedUpdate
03/03/2023Season ProbabilitiesAdded pagination to the Season Probabilities endpoint.

Going forward, the first 200 events will be displayed. To retrieve further events additional query string parameters will be required.

Competition Info Feed Update

ReleaseFeeds AffectedUpdate
01/20/2023Competition InfoAdded category information (id, name, country_code) to the
Competition Info endpoint.

Feed Added

ReleaseFeeds AffectedUpdate
08/22/2022Competitor Merge MappingsAdded data points to support the new Competitor Merge Mappings endpoint.

Feed Added

ReleaseFeeds AffectedUpdate
06/28/2022Sport Events CreatedAdded support for a new Sport Events Created endpoint.

New Bolean Attribute

ReleaseFeeds AffectedUpdate
04/20/2022Competitor Summaries
Competitor vs Competitor
Daily Summaries
Live Summaries
Live Timelines
Live Timelines Delta
Season Summaries
Sport Event Summary
Sport Event Timeline
Added a ‘match_tie’ boolean attribute for relevant matches.

Competition Gender Added

ReleaseFeeds AffectedUpdate
02/04/2022Competition Info
Competitions
Competitor Summaries
Competitor vs
Competitor
Daily Summaries
Live Summaries
Season Info
Season Probabilities
Season Summaries
Sport Event Summary
Sport Event Timeline
Added competition gender to several endpoints.

FAQ Update

ReleaseFeeds AffectedUpdate
01/20/2022NoneAdded a description on status behavior for an event which is not covered live.

Additional Standings Types

ReleaseFeeds AffectedUpdate
10/05/2021Season StandingsAdded support for additional standings types.

FAQ Update

ReleaseFeeds AffectedUpdate
10/05/2021NoneAdded support for additional standings types.

New Feeds Added

ReleaseFeeds AffectedUpdate
09/14/2021Season Competitions
Season Links
Seasons
Added seasonal data to support three new feeds.

Data Points Added

ReleaseFeeds AffectedUpdate
06/01/2020Season InformationAdded the following data points: competition_status, venue_reduced_capacity, and venue_reduced_capacity_max.

FAQ Update

ReleaseFeeds AffectedUpdate
06/01/2020NoneAdded FAQ question denoting how group ids are handled.

Value Update

ReleaseFeeds AffectedUpdate
06/01/2020Season StandingsUpdated group ids in the Season Standings feed to include
“sr:group:”

New Competition Info Feed

ReleaseFeeds AffectedUpdate
04/29/2019Competition InfoAdded support for the Competition Information endpoint.

Initial Release

ReleaseFeeds AffectedUpdate
03/20/2019AllInitial Release for Field Hockey v2.