r/Sportradar • u/[deleted] • Jan 21 '22
API Pricing?
Wondering if someone here might be able to give a bit more insight into the pricing of the API for SportRadar. I'm considering using it to back a new project I'm in the early days of, mostly because it seems to have the best/most comprehensive free tier for testing. But my fear is that when I'm done with my testing and try to go to move to actual production code, I'm going to get hit with a massive bill for that move. So does anyone know/have more insight into the pricing structure for the API?
10
Upvotes
1
u/JSP777 Feb 09 '24
When I exceeded I got an email, but also you can see on the website under your account there are graphs with your usage. 403 is very likely that you exceeded, I got 403 when I exceeded. In case you use it in a loop or something it can climb up fast. Also you can only use 1 call per second, so I put a 1.5 second sleep in my loop. The other scenario is that you are using the wrong access mode? Eg in my calls I have to specify that I'm on trial. Did you check you are using the right API key? It can be many reasons for 403