API-FOOTBALL

부분 유료
Verified
분류별 API-SPORTS | 업데이트됨 12 days ago | Sports
인기

10 / 10

지연 시간

367ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

Unable to get standings of Champions League, Europa League, Euro Championship, UEFA Nations League and many more.

Rapid account: Ifootballfan
ifootballfan
5 years ago

Dear Support Team,

I have now subscribed with FREE package, but I am not getting leagues standing of Champions League, Europa League, Euro Championship, UEFA Nations League and many more. You can check my detail through my Email ID: support@ifootballfan.com. How we can get standings of given leagues.

Please help.

Rapid account: Api Sports
api-sports Commented 5 years ago

Hello,

As it is reported in the documentation some leagues or cups do not have standings.

You can know the availability of the standings of a competitions via the enpoind “league” which sends you a key “standings” to true or false depending on the availability of the ranking.

Ex :
<code><pre>
$response = Unirest\Request::get(“https://api-football-v1.p.mashape.com/leagues/season/2018”,

return
{
“api”: {
“results”: 67,
“leagues”: {
“1”: {
“league_id”: “1”,
“name”: “2018 Russia World Cup”,
“country”: “World”,
“season”: “2018”,
“season_start”: “2018-06-14”,
“season_end”: “2018-07-15”,
“logo”: “https://www.api-football.com/public/leagues/1.png”,
“standings”: false
},
“2”: {
“league_id”: “2”,
“name”: “Premier League”,
“country”: “England”,
“season”: “2018”,
“season_start”: “2018-08-10”,
“season_end”: “2019-05-12”,
“logo”: “https://www.api-football.com/public/leagues/2.png”,
“standings”: true
},</pre></code>

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입