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

# Search sports player

`GET /search/player/{playerName}`

Search for any sports person using a text string.

## Path parameters

- `playerName` string, required

## Response `200`

Player details matching query

- PlayerSearchResponse
  - `search` Player[]
    - `idPlayer` string
    - `strPlayer` string
    - `idTeam` string
    - `strTeam` string
    - `dateBorn` string, date
    - `strThumb` string, uri
    - `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)
