TransferMarket

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

9.9 / 10

लेटेंसी

1,830ms

सेवा का स्तर

100%

Health Check

N/A

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

Using offset for transfer rumors

Rapid account: Fedorsemaev
fedorsemaev
9 months ago

Right now i am trying to load more than 32 transfer rumors, but the offset parameter seems to be ignored. Is there another way of doing it?

Rapid account: Apidojo
apidojo Commented 9 months ago

Hello,

After checking the endpoint, I am sorry that paging feature is not supported for that endpoint.

Regards.

Rapid account: Fedorsemaev
fedorsemaev Commented 9 months ago

def rumors_update():
offset=0
while offset<100:
get_transfers(offset)
offset+=31

def get_transfers(offset: int):
url = "https://transfermarket.p.rapidapi.com/transfers/list-rumors"
querystring = {“competitionIds”:“ES1”,“offset”:str(offset),“sort”:“date_desc”,“domain”:“com”}

So the idea is to increment the offsett after each request, but even when the offsett is incremented the results of the request is the same.

Regards.

Rapid account: Apidojo
apidojo Commented 9 months ago

Well, please send along with your request to demonstrate the case. You may want to check everything again with CARE.

Regards.

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

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