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.
Request
- Path: /sport/football/team/modify
- Method: GET
- Calls: This interface is limited to 60 minutes/call
Response
| Parameter | Value | Description | |
|---|---|---|---|
| data | list | ||
| id | int | Unique record ID | |
| teamId | int | The team ID that was modified (merged or deleted) | |
| type | string | Modification type merge: this team has been merged into another team delete: this team has been removed | |
| toTeamId | int | Target team ID after merge. Only present when type is merge; omitted when type is delete | |
| modifyTime | int | Timestamp of the modification (Unix timestamp, GMT+0) | |
Example Request

English
Tiếng Việt
ภาษาไทย 