ConsoleCatalog
Sign in
AS (Diario AS) logo

AS (Diario AS)

as.comSportsno auth

Spanish sports news - live scores, standings, schedules, and articles.

Live Match Score

ASYNCREADNo auth

Returns the live score for a match with team names, scores, and period status.

ParametersFormJSON

Unique match identifier from the AS.com scores API (discovered on homepage live widgets)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_as_com_live_match_score",
    "params": {
      "match_id": "6a258ebc35b3c50"
    }
  }'