Player Modify Record

Update Time: 2026-05-28 14:15

Introduction

This API endpoint returns player ID merge and deletion records from the past 7 days. Use this to keep your local player data in sync — when a player 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/player/modify
  • Method: GET
  • Calls: This interface is limited to 60 minutes/call

Response

ParameterValueDescription
data list
id int Unique record ID
playerId int The player ID that was modified (merged or deleted)
type stringModification type
merge: this player has been merged into another player
delete: this player has been removed
toPlayerId intTarget player 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 player ID merge and deletion records from the past 7 days. Use this to keep your local player data in sync — when a player is merged, update references to the new ID; when deleted, remove it from your database.
    Contact

    Contact