Skip to main content
The CollegeFootballData plugin syncs data locally. Use corsair.collegefootballdata.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Coaches

Path: collegefootballdata.db.coaches.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Conferences

Path: collegefootballdata.db.conferences.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Teams

Path: collegefootballdata.db.teams.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Venues

Path: collegefootballdata.db.venues.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.