---
title: "Lookup Honours"
method: GET
path: "/lookuphonours.php"
tags: ["V1 API Lookup"]
---

# Lookup Honours

`GET /lookuphonours.php`

Get information about a specific honour by its unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- HonoursResponse — Contains honour data for the specified ID.
  - `honours` HonourSchema[] — List of honours matching the ID.
    - `id` string — Unique identifier for the honour.
    - `idPlayer` string — Unique identifier for the player associated with the honour.
    - `idTeam` string — Unique identifier for the team associated with the honour.
    - `idLeague` string, nullable — Unique identifier for the league associated with the honour.
    - `idHonour` string — Unique identifier for the honour.
    - `strSport` string — Type of sport associated with the honour.
    - `strPlayer` string — Name of the player associated with the honour.
    - `strTeam` string — Name of the team associated with the honour.
    - `strTeamBadge` string, url — Badge image of the team associated with the honour.
    - `strHonour` string — Name of the honour.
    - `strHonourLogo` string, url — Logo image of the honour.
    - `strHonourTrophy` string, url — Trophy image of the honour.
    - `strSeason` string — Season during which the honour was awarded.

---

[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)
