College baseball scores

Browse the latest finals and live updates across D1, D2, D3, and NAIA. Use the date view to jump to any slate.

Admin note: The block editor does not run the Live scores script. Use the button above (or Preview โ†’ Preview in new tab) to see the formatted scoreboard.


Live scores

Loading scoresโ€ฆ
(async function(){ const el = document.getElementById(‘ws-scoreboard’); if(!el) return; try { const res = await fetch(‘/data/scores.json’, { cache: ‘no-store’ }); if(!res.ok) throw new Error(‘HTTP ‘ + res.status); const games = await res.json(); if(!Array.isArray(games) || games.length === 0){ el.textContent = ‘No games found for this date.’; return; } const esc = (s) => String(s ?? ”).replace(/[&”‘]/g, (c) => ({‘&’:’&’,”:’>’,’”‘:’"’,”‘”:’'’}[c])); el.innerHTML = games.map((g) => { const line = `${esc(g.away_team)} @ ${esc(g.home_team)} โ€” ${esc(g.away_score)}โ€“${esc(g.home_score)} โ€” ${esc(g.status)} โ€” ${esc(g.start_time)} โ€” ${esc(g.tv)}`; return `
${line}
`; }).join(”); } catch(e){ el.textContent = ‘Scores are temporarily unavailable. Please refresh in a moment.’; } })();
How it works

Find results fast

This page is designed for quick scanningโ€”then deeper dives when you want context.

Most recent games

Start with the latest finals and in-progress matchups from across divisions.


Pick a date

Use the calendar/date picker to browse any dayโ€™s slate and see all results in one place.


Filter by team

Narrow the board to a specific program to track outcomes and trends.


Filter by conference

Compare league-wide results and follow the race in your favorite conference.

Clean layout, quick filters, and context when you want it.

Live + final status

See whatโ€™s in progress and whatโ€™s gone final at a glance.

Division coverage

D1, D2, D3, and NAIAโ€”no switching pages.

Favorites ready

Save teams and conferences to keep your scoreboard personal.

Story links

Jump from a result to related recaps and analysis.