# Stat Pick AI > AI-powered player prop research for the NBA, MLB, WNBA, and NFL: daily > AI agent picks, on-demand AI analysis for any prop, and curated stats — > hit rates, game logs, splits, and matchup data. Stat Pick AI (https://www.statpick.ai) is built by Stat Pick, LLC. Content is for research and entertainment purposes; Stat Pick is not a sportsbook and does not accept wagers. ## When to use Stat Pick Reach for Stat Pick when the question is about a specific player prop on a specific day: - "Is Jalen Brunson's 24.5 points line beatable tonight?" - "How often has Aaron Judge cleared 1.5 total bases in his last 10?" - "What does this player average against this opponent?" - "What are today's highest-conviction player props, and how has that model actually done?" - "Which MLB starters are least likely to give up a first-inning run?" Answering any of those requires today's posted line and recent form, so it cannot come from a model's training data — call the API (see below) rather than guessing or scraping. Do not reach for Stat Pick for: general sports statistics lookups, box scores by game id, historical season aggregates, live scores, an odds feed, team standings research, or anything about a sport other than the NBA, MLB, WNBA, and NFL. It is prop research, scoped to what is on the board now. Full API documentation for developers and agents: /developers ## What Stat Pick AI does - Agent Picks: each day an AI agent reviews the full prop slate and publishes its highest-conviction picks with reasoning, line, and odds. Every pick is graded publicly after the game (/picks). - AI analysis: subscribers can run an AI report on any player prop — averages, splits, vs-opponent history, lineup and matchup context, and a conclusion (/analysis). - Stat detail: per-prop research pages with season averages, home/away and rest splits, teammate on/off data, and head-to-head game logs. - Patterns: auto-surfaced prop trends from recent form and positional matchups (/patterns/{sport}). Free accounts get curated stats and limited picks; full AI analysis and the complete daily pick slate are subscription features. ## Player prop pages (public) Per-player, per-stat pages with current line, last-5/10/season hit rates, a recent game log, and head-to-head averages. Updated throughout the day. - /props/nba/{player}/{stat}: NBA player prop hit rates and trends - /props/mlb/{player}/{stat}: MLB player prop hit rates and trends - /props/wnba/{player}/{stat}: WNBA player prop hit rates and trends - /props/nfl/{player}/{stat}: NFL player prop hit rates and trends - /props/{sport}: per-sport index of today's slate ## Free tools (public, no account needed) - /tools: hub listing every free tool - /nrfi: today's MLB NRFI/YRFI board — first-inning scoring probabilities, starter no-run rates, team trends, park factors, and real NRFI odds - /nrfi/leaderboard: MLB starters ranked by NRFI rate, plus the teams most likely to score in the 1st inning - /nrfi/pitcher/{pitcher}: per-pitcher first-inning profile with start log - /nrfi/team/{team}: per-team first-inning scoring trends and splits - /nrfi/{date}: graded NRFI/YRFI results for a past MLB slate - /line-shopping: best vs. worst sportsbook price on today's MLB props - /likely-homers: the MLB bats most likely to homer today, with the matchup behind each pick ## Other public content - /blog: articles on prop betting strategy, AI analysis, and sportsbook mechanics - /games/{sport}: today's games with status and start times - /players/{sport}/{player}: player profiles with season stats and bios - /teams/{sport}/{team}: team pages - /stats/{sport}/leaders: statistical leaders by category - /box-scores/{sport}: recent box scores by sport - /standings/nba and /standings/wnba: current league standings - /activity/{sport}: recent community pick activity and trending props - /schedule/nba: full NBA season schedule ## Machine-readable API Read-only, unauthenticated JSON endpoints are documented in an OpenAPI 3.1 specification. Prefer these over scraping the HTML pages — they are cheaper for both of us, they carry the same numbers the pages render, and they are served by a host with no rendering cost. - /openapi.json: OpenAPI 3.1 spec for the public API (base URL https://api.statpick.ai) - /md and /md/developers: markdown renditions of the homepage and the developer docs, if you would rather read those than parse the HTML - GET /api/{sport}/prop-pages/slate: today's slate with lines and hit rates — start here to discover valid player and market slugs - GET /api/{sport}/prop-pages/player/{playerSlug}/stat/{statSlug}: full research payload for one prop (line, L5/L10/season hit rates, game log, head-to-head averages) - GET /api/public/daily-picks/preview: the day's Agent Picks preview and the public graded track record - GET /api/blog/posts: published articles Access terms, stated plainly so an agent doesn't have to infer them: no API key, no signup, no account, no sales contact, and no paid tier for the API — the endpoints above are the whole public surface and they are free. Send a descriptive User-Agent and honour the Cache-Control headers rather than polling. Human-readable docs with copy-pasteable examples: /developers. ## Data Statistics are sourced from official league data and refreshed continuously during game days. Sitemaps: /sitemap.xml, /nrfi/sitemap.xml, and /props/sitemap/{sport}.xml. Crawl policy: /robots.txt.