Team Number
is the team number most of us are familiar with (e.g. 23900B. TeamID will be in the response body:
{
"meta": {
"current_page": 1,
"first_page_url": "https://www.robotevents.com/api/v2/teams?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://www.robotevents.com/api/v2/teams?page=1",
"next_page_url": null,
"path": "https://www.robotevents.com/api/v2/teams",
"per_page": 15,
"prev_page_url": null,
"to": 2,
"total": 2
},
"data": [
{
"id": 125430,
"number": "23900B",
"team_name": "Bengal Bots B",
"robot_name": "",
"organization": "Beechwood Middle School",
"location": {
"venue": null,
"address_1": "",
"address_2": null,
"city": "Lexington",
"region": "South Carolina",
"postcode": "29072",
"country": "United States",
"coordinates": {
"lat": 34,
"lon": -81.3
}
},
"registered": true,
"program": {
"id": 41,
"name": "VEX IQ Challenge",
"code": "VIQC"
},
"grade": "Middle School"
},
{
"id": 136072,
"number": "23900B",
"team_name": "ICCWVMiddle2-SPeedZAppeRs",
"robot_name": null,
"organization": "India Community Center",
"location": {
"venue": null,
"address_1": "",
"address_2": null,
"city": "Milpitas",
"region": "California",
"postcode": "95035",
"country": "United States",
"coordinates": {
"lat": 37.4,
"lon": -121.9
}
},
"registered": true,
"program": {
"id": 1,
"name": "VEX Robotics Competition",
"code": "VRC"
},
"grade": "Middle School"
}
]
}
In your case, your TeamID
is 125430, which is pretty meaningless outside this API.
The “Event SKU” is the “Event Code” published by RobotEvents. This will typically be a string that looks like “RE-VRC-XX-YYYY” where XX is a 2 digit year (e.g. 21 or 22) and YYYY is some numeric for the event. The EventID will come back much like it does for teams.