---
title: "Search sports team"
method: GET
path: "/search/team/{teamName}"
tags: ["V2 API Search"]
---

# Search sports team

`GET /search/team/{teamName}`

Search for any sports team using a text string.

## Path parameters

- `teamName` string, required

## Response `200`

Array of teams matching query

- TeamSearchResponse
  - `search` Team[]
    - `idTeam` string
    - `strTeam` string
    - `idLeague` string
    - `strLeague` string
    - `strBadge` string, uri
    - `strCountry` string
    - `strGender` 'Male' | 'Female' | 'Mixed'
    - `strLocation` string
    - `strSport` string

---

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