Football Web Pages

फ्रीमियम
द्वारा Football Web Pages | अपडेट किया गया a month ago | Sports
लोकप्रियता

9.8 / 10

लेटेंसी

2,002ms

सेवा का स्तर

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.

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें