Skip to main content

sdv.cfb — ESPN reference

  • namespace: sdv.cfb
  • sport slug: football
  • league slug: college-football
  • scopes: universal, ncaa, football
  • wrappers: 115

sdv.cfb is composed from written, documented source (src/generated/espn/cfb.ts) — a phased proof of converting the runtime wrapper factory into reviewable modules. Every endpoint is a real export const with JSDoc, callable as sdv.cfb.espnCfb<Endpoint>(params) and under its snake_case alias (espn_cfb_<endpoint>) for parity with the Python / R packages.

import sdv from 'sportsdataverse';

await sdv.cfb.espnCfbScoreboard({});

Reference families

Endpoints are grouped by ESPN API family. Pick a page for its per-function reference (endpoint URL, params, returns, example):

Familyendpoints
Site API24
Core API81
Web API5
NCAA additional3

Parsed output: pass { parsed: true } to any endpoint to get tidy rows instead of raw JSON. The columns are determined by each endpoint's parser — see ESPN parsed returns for the full column reference.