Team Profile for Search

Update Time: 2026-06-04 16:23

Introduction

• This API endpoint returns team profile information based on a team name search.

• It supports fuzzy matching, allowing users to find specific clubs or national teams even with partial names.

• Use it as a search entry point to retrieve unique team IDs, which can then be used with the Team Profile endpoint for exhaustive data.

Related Plans

You can use this api by subscribing plans:  Live Data.

Request

  • Path: /sport/football/team/search
  • Method: GET
  • Calls: This interface is limited to 60 second/call;
  • Parameters:
ParameterValueRequiredDescription
namestringtrueTeam name; supports fuzzy search (e.g. Barcelona).

Response

ParameterValueDescription
teamId string
leagueId string
name string Team name, e.g. FC Barcelona.
logo stringTeam logo URL. (Note: Recommended to cache and host assets locally).
foundingDate stringTeam foundation date, e.g. 1899-11-29
address stringTeam office address
area stringGeographical area or city where the team is located
venue stringHome stadium name, e.g. Giuseppe Meazza
capacity intVenue seating capacity
coach stringName of the current head coach
website stringOfficial website URL
isNational boolNational team flag;

true: national team
false: club team.
country_logo stringCountry logo URL;
Only present when isNational is true.

Example Request

Example Response

    • This API endpoint returns team profile information based on a team name search.\n\n • It supports fuzzy matching, allowing users to find specific clubs or national teams even with partial names.\n\n • Use it as a search entry point to retrieve unique team IDs, which can then be used with the Team Profile endpoint for exhaustive data.
    Contact

    Contact