get_match_detail
Retrieve detailed match data including score, status, timeline, and lineups for any match across football, basketball, cricket, and tennis using its unique slug (e.g., 'manchester-united-vs-liverpool').
Instructions
Get detailed data for a single match by its slug (e.g. 'manchester-united-vs-liverpool'): score, status, timeline, lineups. Slugs come from get_matches results or match URLs on sportscore.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport to query. One of football, basketball, cricket, tennis. | |
| slug | Yes | Match slug, e.g. 'manchester-united-vs-liverpool'. |