ToolAssay

Get normalized sports schedules, live or recent scores, matchup status, teams, v

Get normalized sports schedules, live or recent scores, matchup status, teams, venue and a concise game brief for NBA, NFL, MLB and English Premier League (EPL). Filter by league, date and optional team name or abbreviation. Use for NBA scores, NFL games, MLB scores, EPL fixtures, today's games, schedules and AI sports research.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
239 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402-trends-server.onrender.com/api/sports-game-brief

CategorySearch and research
Provider hostx402-trends-server.onrender.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 239 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "date": "2026-08-16",
    "league": "NFL",
    "limit": 10,
    "team": "KC"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "date": {
              "description": "Game date in YYYY-MM-DD. Defaults to today's UTC date.",
              "type": "string"
            },
            "league": {
              "description": "Sports league: NBA basketball, NFL football, MLB baseball, or EPL English Premier League soccer.",
              "enum": [
                "NBA",
                "NFL",
                "MLB",
                "EPL"
              ],
              "type": "string"
            },
            "limit": {
              "description": "Maximum games returned. Defaults to 10 and cannot exceed 20.",
              "maximum": 20,
              "minimum": 1,
              "type": "integer"
            },
            "team": {
              "description": "Optional team name or abbreviation filter, such as LAL, Lakers, KC, Chiefs, LAD, Dodgers, Arsenal, or ARS.",
              "type": "string"
            }
          },
          "required": [
            "league"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "cached": {
              "type": "boolean"
            },
            "count": {
              "type": "integer"
            },
            "date": {
              "type": "string"
            },
            "games": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "awayScore": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "awayTeam": {
                    "additionalProperties": false,
                    "properties": {
                      "abbreviation": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "name": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "name",
                      "abbreviation"
                    ],
                    "type": "object"
                  },
                  "clock": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "date": {
                    "type": "string"
                  },
                  "homeScore": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "homeTeam": {
                    "additionalProperties": false,
                    "properties": {
                      "abbreviation": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "name": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "name",
                      "abbreviation"
                    ],
                    "type": "object"
                  },
                  "id": {
                    "type": [
                      "integer",
                      "string"
                    ]
                  },
                  "league": {
                    "type": "string"
                  },
                  "period": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "postseason": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "status": {
                    "type": "string"
                  },
                  "summary": {
                    "type": "string"
                  },
                  "venue": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "required": [
                  "id",
                  "league",
                  "date",
                  "status",
                  "homeTeam",
                  "awayTeam",
                  "homeScore",
                  "awayScore",
                  "venue",
                  "summary"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "league": {
              "type": "string"
            },
            "payment": {
              "type": "string"
            },
            "retrievedAt": {
              "type": "string"
            },
            "source": {
              "type": "string"
            },
            "stale": {
              "type": "boolean"
            },
            "status": {
              "type": "string"
            },
            "teamFilter": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "status",
            "source",
            "league",
            "date",
            "teamFilter",
            "count",
            "cached",
            "stale",
            "retrievedAt"

This page as JSON