---
title: "Sports Events"
method: GET
path: "/sports.json"
tags: ["Sports"]
---

# Sports Events

`GET /sports.json`

Returns upcoming sports events for football (soccer), cricket, and golf. Historical sports data available on Enterprise plan.

## Query parameters

- `key` string, required
- `q` string, required

## Response `200`

Sports events

- SportsResponse
  - `football` SportEvent[]
    - `stadium` string
    - `country` string
    - `region` string
    - `tournament` string
    - `start` string — Local start datetime yyyy-MM-dd HH:mm
    - `match` string
  - `cricket` SportEvent[]
    - `stadium` string
    - `country` string
    - `region` string
    - `tournament` string
    - `start` string — Local start datetime yyyy-MM-dd HH:mm
    - `match` string
  - `golf` SportEvent[]
    - `stadium` string
    - `country` string
    - `region` string
    - `tournament` string
    - `start` string — Local start datetime yyyy-MM-dd HH:mm
    - `match` string

## Other responses

- `400` — Bad request — invalid parameter or location not found.
- `401` — Unauthorized — API key missing or invalid.
- `403` — Forbidden — API key quota exceeded, disabled, or plan does not include this resource.

---

[API](https://skmtc.dev/weatherapi/apis/weatherapi-com.md) · [All operations](https://skmtc.dev/weatherapi/apis/weatherapi-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/weatherapi/weatherapi-com/revisions/bf3da15deb3e/schema)
