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/gamesGET
Recent NFL game slates, newest first. status is settled when a winner is booked. Returns the {data, meta} envelope. Not paginated beyond per_page: has_next is always false. Values are at least 15 minutes delayed on this tier.
Query Parameters
per_page?integer
Rows returned in this response (1-100), newest first.
Default: 32Min: 1Max: 100
Response
200 · Rows, newest first
data *object[]
Show item properties
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.
meta *object
Request example
curl -X GET "https://api.adjacent.markets/api/v1/public/nfl/games"