Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v1/public/nfl/games/{game_id}GET
One NFL game slate by game_id (yyyy-mm-dd-away-home). Values are at least 15 minutes delayed on this tier.
Response
200 · The game slate
game_id *string
Slate identity: yyyy-mm-dd-away-home, canonical team codes.
time *string (date-time)
Midnight US/Eastern of the game date.
away *string
home *string
winner?stringnull
Winning team abbreviation when status is settled.
status *"settled" | "open"
settled when a winner is booked.
404 · Game not found
error?string
Stable, machine-readable code identifying the failure; branch on this rather than on message. One of bad_request, unauthorized, forbidden, not_found, conflict, service_unavailable, upstream_error, service_error, or internal_error.
message?string
Human-readable explanation, safe to show to a user. For client errors it names the specific problem; for server-side failures it is a generic notice and the underlying detail is deliberately withheld.
Request example
curl -X GET "https://api.adjacent.markets/api/v1/public/nfl/games/<game_id>"