Skills/Sports/Entity details

Entity details

0.1 credits / lookup

Returns the complete profile for a specific team, league, player, or event, including all available details such as founding year, stadium, nationality, league affiliation, and current season. Resolves a name to the right record automatically.

Use when

You have identified one team, league, player, or event and want its full details.

Not for

Searching for something by name, live scores, or a league's fixtures.

Cost

0.1 credits / lookup

What it accepts

Set these inside the intent when you run it.

queryrequired

The name of the team, league, player, or event to look up.

typerequired

The kind of entity to look up: team, league, player, or event.

What you get back

The full record for the entity, including all available profile details such as country, league, venue, and status.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Sports skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/sports/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"lookup","query":"Real Madrid","type":"team"}}'

Example requests

  • Tell me about FC Barcelona.
  • What are the details for the UEFA Champions League?
  • Give me the profile of Lionel Messi.