v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V1 API Lookup

Lookup Honours

Get information about a specific honour by its unique identifier.

get/lookuphonours.php

Query parameters

idinteger required

Unique identifier for the honour.

Response

Successful Response

Example response

{
  "honours": [
    {
      "id": "11211",
      "idPlayer": "34147178",
      "idTeam": "134284",
      "idLeague": "4351",
      "idHonour": "749",
      "strSport": "Soccer",
      "strPlayer": "Edenilson",
      "strTeam": "Corinthians",
      "strTeamBadge": "https://r2.thesportsdb.com/images/media/team/badge/vvuvps1473538042.png",
      "strHonour": "Brazilian Brasileirao",
      "strHonourLogo": "https://www.thesportsdb.com/images/media/honour/logo/mxhjar1650460067.png",
      "strHonourTrophy": "https://www.thesportsdb.com/images/media/honour/trophy/xzspl21650460217.png",
      "strSeason": "2011"
    }
  ]
}