Football Web Pages

FREEMIUM
By Football Web Pages | Updated 15 days ago | Sports
Popularity

9.8 / 10

Latency

680ms

Service Level

100%

Health Check

N/A

Back to All Discussions

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.

Join in the discussion - add comment below:

Login / Signup to post new comments