Sofascore

फ्रीमियम
द्वारा Api Dojo | अपडेट किया गया 11 hours ago | Sports
लोकप्रियता

9.6 / 10

लेटेंसी

5,194ms

सेवा का स्तर

99%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

teams/get-logo is returning no data

Rapid account: Maiaranagaming
maiaranagaming
14 days ago

the /teams/get-logo is returning a 204 code with no data.

Rapid account: Apidojo
apidojo Commented 12 days ago

Hello,

The IT team has fixed the routing issue on our new servers. You may try again now.

Regards.

Rapid account: Maiaranagaming
maiaranagaming Commented 12 days ago

No team is returning any data. I have tried over a thousand teams. From all sports and leagues

import requests

url = “https://sofascore.p.rapidapi.com/teams/get-logo

querystring = {“teamId”:“38”}

headers = {
“X-RapidAPI-Key”: “XXXXXXXXXXXXXXXXXXXX”,
“X-RapidAPI-Host”: “sofascore.p.rapidapi.com
}

response = requests.get(url, headers=headers, params=querystring)

print(response.json())

Rapid account: Apidojo
apidojo Commented 13 days ago

What was your request?

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

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