CollegeFootballData integration (Data). Imported from open-connector.
https://api.collegefootballdata.com/info
/conferences
/teams
| Param | Type | Required | Description |
|---|---|---|---|
| year | integer | optional | The college football season year. |
| conference | string | optional | The optional conference abbreviation filter. |
/venues
/games
| Param | Type | Required | Description |
|---|---|---|---|
| year | integer | optional | The optional college football season year. |
| week | integer | optional | The optional season week filter. |
| seasonType | string | optional | The season segment to query. |
| classification | string | optional | The NCAA division classification filter. |
| team | string | optional | The optional school name filter. |
| home | string | optional | The optional home school name filter. |
| away | string | optional | The optional away school name filter. |
| conference | string | optional | The optional conference abbreviation filter. |
| id | integer | optional | The CollegeFootballData game identifier. |