BBTN is a small, self-updating scoreboard for tonight’s Major League Baseball games. It exists so a short domain can do something useful: show who plays, when (in Pacific Time), who is listed to pitch, and the score only after a public feed has it.
How the slate updates
The browser asks the MLB Stats API for the current date in America/Los_Angeles, with probable pitchers, linescore, team, and venue hydrated in one request. If any game is live, the page asks again about every 45 seconds. If nothing is live, it waits longer. There is no backend, no invented score, and no visitor counter.
What this is not
This is not a TV show, not a highlight network, and not an official club site. The name is BBTN. The subtitle is tonight’s baseball, in plain words.
Source
https://statsapi.mlb.com/api/v1/schedule — public, no key. The API sends its own copyright notice with every payload. Cache headers are short (about 20 seconds). If the request fails, the page says so.