---
title: "Lookup player honours."
method: GET
path: "/lookup/player_honours/{idPlayer}"
tags: ["V2 API Lookup"]
---

# Lookup player honours.

`GET /lookup/player_honours/{idPlayer}`

Lookup for any player honours using their unique ID.

## Path parameters

- `idPlayer` integer, required

## Response `200`

Player honours details for the given player ID

- PlayerHonourLookup
  - `lookup` object[]
    - `id` string
    - `idPlayer` string
    - `idTeam` string
    - `idLeague` string
    - `idHonour` string
    - `strSport` string
    - `strPlayer` string
    - `strTeam` string
    - `strTeamBadge` string, uri
    - `strHonour` string
    - `strHonourLogo` string, uri
    - `strHonourTrophy` string, uri
    - `strSeason` 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)
