---
title: "Get All Sports"
method: GET
path: "/all_sports.php"
tags: ["V1 API List"]
---

# Get All Sports

`GET /all_sports.php`

List all the sport categories supported on the website.

## Response `200`

Successful Response

- SportResponse — Contains a list of all sports categories.
  - `sports` SportList
    - `all` object[]
      - `idSport` string
      - `strSport` string
      - `strFormat` string
      - `strSportThumb` string, uri
      - `strSportThumbBW` string, uri
      - `strSportIconGreen` string, uri
      - `strSportDescription` string

---

[API](https://skmtc.net/thesportsdb/apis/search-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/search-api/revisions/e5759aa68b83/schema)
