|
|
FRCAPI Wrong rookie year being returned for some teams in 2017
|
|
02/08/2017 12:08 AM
post5090
|
FRCAPI Wrong rookie year being returned for some teams in 2017
https://frc-api.firstinspires.org/v2.0/2017/teams?teamNumber=75
{
"teams": [
{
"teamNumber": 75,
"nameFull": "J&J Consumer and Personal Products Worldwide - & Hillsborough High",
"nameShort": "RoboRaiders",
"city": "Hillsborough",
"stateProv": "New Jersey",
"country": "USA",
"website": "http://www.roboraiders.com/",
"rookieYear": 2017,
"robotName": null,
"districtCode": "MAR"
}
],
"teamCountTotal": 1,
"teamCountPage": 1,
"pageCurrent": 1,
"pageTotal": 1
}
https://frc-api.firstinspires.org/v2.0/2016/teams?teamNumber=75
{
"teams": [
{
"teamNumber": 75,
"nameFull": "J&J Consumer and Personal Products Worldwide - & Hillsborough High",
"nameShort": "RoboRaiders",
"city": "Hillsborough",
"stateProv": "New Jersey",
"country": "USA",
"website": "http://www.roboraiders.com/",
"rookieYear": 1996,
"robotName": null,
"districtCode": "MAR"
}
],
"teamCountTotal": 1,
"teamCountPage": 1,
"pageCurrent": 1,
"pageTotal": 1
}
|
|
|
|
|