Minimum API requests

Question: 
How we could get as low as possible requests?
What is your suggestion on how to get only fresh data with minimum requests?

Step-by-step guide:

 

  • the limit of requestes per minute is 100. If you would like to optimize amount of requests I recommend to use timesamp parameter.

  • Here is the example of how to use it. First you should make basic request and get all data. For the next requests you should get only changes from the particular timestamp.

So the next request should look like this:
https://api.statscore.com/v2/events?token=<<TOKEN>>&timestamp=1671621385

 

Â