livescore_scores
Retrieve live scores and fixtures by sport and date. Use paging and cursors to navigate large scoreboards for soccer, hockey, basketball, tennis, and cricket.
Instructions
LiveScore scores and fixtures by sport and date. Returns either the unpaged full-day scoreboard or one cursor-paged UI-style section page for a supported sport and date. The response's Nav values indicate whether another page is available; use the last returned section Id as cursor. Sport ids are discoverable from /livescore/sports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Calendar date in YYYYMMDD format | |
| sport | Yes | LiveScore sport id | |
| cursor | No | Section Id from the prior paged response, e.g. s-26031 | |
| paging | No | Request one UI-style page; defaults to false (full-day feed) | |
| direction | No | Page direction in paged mode | |
| timezone_offset | No | UTC offset in hours from -12 through 14; defaults to 0 |