← All widgetsTier 2Lookups

Live Sports

Live & recent scores.

Live and recent match scores for a chosen sport.

type · live_sports
Renders in the shell but fetches live data from the agent.

How to use it

Just ask for it in chat — the agent emits this widget and the shell renders it:

Try saying
latest Premier League scores

Example

The agent returns this A2UI component (inside the components array of a /chat response):

live_sports.json
{
  "type": "live_sports",
  "sport": "soccer"
}

Properties

PropTypeDescription
sportsoccer|basketball|american_football|cricketSport

Backing endpoint

This widget reads/writes through /api/sports. See the API reference.


Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.