sportmonks_livescores
Fetch live sports fixtures currently in progress, including scores, participants, and time periods, to monitor match status.
Instructions
Fixtures in progress now.
Returns: {data:[{id, name, starting_at, state_id, participants:[…], scores:[…], periods:[{minutes, seconds, ticking}]}]} — SHAPE FROM VENDOR DOCS. periods[].ticking is how you tell a running clock from a half-time pause.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: In-play now {"include": "participants;scores"}
Auth: needs your own key in SPORTMONKS_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | e.g. 'participants;scores;events'. |