I am making a program to grab all the data of a team but it can’t pull the elim matches. I am wondering how would I be able to get the elim match data because currently I only have the qual match data
1 Like
They are listed in the RE API Matches but will have different Round numbers. Also make sure you are pulling all of the records - the default request only provides the first 50.
- Practice: 1
- Qualification: 2
VRC
- Final: 5
- Semifinal: 4
- Quarterfinal: 3
- R-16: 6
IQ
- Finals: 15
2 Likes
Thank you that worked great!
just a question, what kind of software r u making? and if it is like for scouting, do you think it will be released?