Football Web Pages

免费增值
通过 Football Web Pages | 已更新 20 दिन पहले | Sports
人气

9.8 / 10

延迟

1,428ms

服务等级

99%

Health Check

N/A

返回所有讨论

football-web-page match 404 error

Rapid account: Oli 5679
oli5679
3 वर्ष पहले

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.

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

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