Corner

Update Time: 2026-06-04 10:17

Introduction

• This API endpoint returns real-time corner kick events and statistics for football matches on the current day (GMT+0 00:00–23:59).

• Corner events are identified by eventId and may only be added or deleted (not modified). Always synchronize using eventId — if a corner event is corrected, the old eventId will be deleted and a new one added.

Related Plans

You can use this api by subscribing plans:  Live Data.

Request

  • Path: /sport/football/events/corner
  • Method: GET
  • Calls: This interface is limited to 10 second/call;
  • Recommend Calls: 20 second/call

Response

ParameterValueDescription
matchId string
homeCorner int Home team total corners (default 0)
awayCorner int Away team total corners (default 0)
homeHalfCorner intHome team first-half corners (default 0)
awayHalfCorner intAway team first-half corners (default 0)
eventList listList of individual corner kick events for this match
eventId string Unique corner event ID. Events are only added or deleted, never modified
teamId string ID of the team that won the corner kick
minute intMatch minute when the corner was awarded

e.g. 2. Returns 45 for first-half injury time; 90 for second-half injury time
overtime intAdditional injury time minutes beyond the base minute. Returns 0 when not in injury time

e.g. a corner at 90+3 returns minute=90, overtime=3

Example Request

Example Response

    • This API endpoint returns real-time corner kick events and statistics for football matches on the current day (GMT+0 00:00–23:59).\n\n • Corner events are identified by eventId and may only be added or deleted (not modified). Always synchronize using eventId — if a corner event is corrected, the old eventId will be deleted and a new one added.
    Contact

    Contact