Football Web Pages

フリーミアム
よって Football Web Pages | 更新済み 23 days ago | Sports
人気

9.8 / 10

レイテンシー

1,823ms

サービスレベル

99%

Health Check

N/A

すべてのディスカッションに戻る

football-web-page match 404 error

Rapid account: Oli 5679
oli5679
3 years ago

The ‘match’ api for football web pages doesn’t work.

See below the autogenerated code.

import requests

url = "https://football-web-pages1.p.rapidapi.com/match.json"

querystring = {"match":"1"}

headers = {
    'x-rapidapi-key': "...",
    'x-rapidapi-host': "football-web-pages1.p.rapidapi.com"
    }

response = requests.request("GET", url, headers=headers, params=querystring)

print(response.text)

This leads to 404 error.

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿