Team Modify Record

Update Time: 2026-05-28 14:12

Introduction

This API endpoint returns team ID merge and deletion records from the past 7 days. Use this to keep your local team data in sync — when a team is merged, update references to the new ID; when deleted, remove it from your database.

Related Plans

You can use this api by subscribing plans:  Stats,  Live Data,  Odds,  Odds Pro.

Request

  • Path: /sport/football/team/modify
  • Method: GET
  • Calls: This interface is limited to 60 minutes/call

Response

ParameterValueDescription
data list
id int Unique record ID
teamId int The team ID that was modified (merged or deleted)
type stringModification type
merge: this team has been merged into another team
delete: this team has been removed
toTeamId intTarget team ID after merge.
Only present when type is merge; omitted when type is delete
modifyTime intTimestamp of the modification (Unix timestamp, GMT+0)

Example Request

Example Response

    This API endpoint returns team ID merge and deletion records from the past 7 days. Use this to keep your local team data in sync — when a team is merged, update references to the new ID; when deleted, remove it from your database.
    Contact

    Contact