Rapid account: tank01

tank01 / tank01

Real Time Sports Data

讨论区

197
Title
Created at (Click to sort ascending)
A
4
Hi, just to follow up, I have it working in the dev environment, but I'd like to see it run throughout the weekend before I add it. I'll probably have it up and running 100% on Monday or Tuesday. I'll keep you posted!! Thu 11:43 16/5/24
A
4
Hi, just to follow up, I have it working in the dev environment, but I'd like to see it run throughout the weekend before I add it. I'll probably have it up and running 100% on Monday or Tuesday. I'll keep you posted!! Thu 11:43 16/5/24
A
1
Hi, I responded to you last week on this in private messages but I'll address one of your comments here. Yes, combining those end points would reduce call consumption for the user, but it would increase database usage on the back end. It is NOT intentional to have users make additional calls for basic information, but it IS our intention to price access to our systems properly. Thu 12:08 16/5/24
A
1
Hi! We do some aggregation on team stats and what we call 'top performers', which may be what you're looking for? If you look at the "get teams" endpoint, you'll see options for teamStats and topPerformers. topPerformers=true will give you the best player for each stat on each team. Also if you look at the "get team rosters" endpoint, you'll see an option for getStats. if getStats=true then you'll get stats for each player on that team, so you don't have to call each player individually. I think that may be what you need. You'd need to make one call for each team, but that's more efficient than calling for each player in the roster. Mon 8:48 13/5/24
A
1
Hi thenathan12363, Actually we keep the team stats every year, so this was not a big deal to add it into the call. I've added a parameter called "teamStatsSeason". If you use 2023 it will pull the season that just occurred, and if you use 2022 it will pull back the previous season. These are the only two seasons we have, since we only started in 2022. If you leave it blank then it will always pull back current season. Current season starts the day that the first game is played. 2024 will become live on 20240905. Fri 6:32 10/5/24
A
1
Hi sznholds, I think that may be possible, at least for this season and moving forward. Most likely won't be possible for previous seasons. Let me do some research. Wed 8:48 8/5/24