API-FOOTBALL

免费增值
Verified
通过 API-SPORTS | 已更新 לפני 3 ימים | Sports
人气

10 / 10

延迟

352ms

服务等级

99%

Health Check

N/A

返回所有讨论

Player current team

Rapid account: Adrenalinemedia
adrenalinemedia
לפני שנתיים

Hello,

Player is associated with more than one teams… Just an example, Griffiths (player id - 1136) played for 7 teams…

How to get the current team a player is playing?

Please let us know. Thanks in advance.

Rapid account: Api Sports
api-sports Commented לפני שנתיים

Hi,

You have the endpoint “players/squads” for that : https://www.api-football.com/documentation-v3#operation/get-players-squads

{
get: "players/squads"
parameters: {

player: "1136"

}
errors: [

]
results: 1
paging: {

current: 1
total: 1

}
response: [
{
team: {

id: 253
name: "Dundee"
logo: "https://media.api-sports.io/football/teams/253.png"

}
players: [
{

                id: 1136
                name: "L. Griffiths"
                age: 31
                number: 29
                position: "Attacker"
                photo: "https://media.api-sports.io/football/players/1136.png"
            }
        ]
    }
]

}

Best

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论