Team Profile for Search
Thời gian cập nhật: 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:
| Parameter | Value | Required | Description |
|---|---|---|---|
| name | string | true | Team name; supports fuzzy search (e.g. Barcelona). |
Response
| Parameter | Value | Description |
|---|---|---|
| teamId | string | |
| leagueId | string | |
| name | string | Team name, e.g. FC Barcelona. |
| logo | string | Team logo URL. (Note: Recommended to cache and host assets locally). |
| foundingDate | string | Team foundation date, e.g. 1899-11-29 |
| address | string | Team office address |
| area | string | Geographical area or city where the team is located |
| venue | string | Home stadium name, e.g. Giuseppe Meazza |
| capacity | int | Venue seating capacity |
| coach | string | Name of the current head coach |
| website | string | Official website URL |
| isNational | bool | National team flag; true: national team false: club team. |
| country_logo | string | Country logo URL; Only present when isNational is true. |
Example Request

English
Tiếng Việt
ภาษาไทย 