# WovenThreads > Free NBA analytics tool showing how every 5-man lineup performed, stint by stint, for every game in the current season. No login required. WovenThreads breaks NBA games into stints: intervals where a specific 5-man lineup was on the court together. Each stint shows the players, duration, and +/- impact. Data is fetched nightly from the NBA API and covers the 2025-26 NBA season onward. ## Pages - https://www.woventhreads.online/ — Archive: browse all games by date - https://www.woventhreads.online/game/{slug} — Game Flow: proportional stint timeline with lineup +/- for both teams - https://www.woventhreads.online/game/{slug}/boxscore — Box Score: full box score with individual player stint breakdowns - https://www.woventhreads.online/about — About the project - https://www.woventhreads.online/llm-info — This document (human-readable version) ## Slug format Game slugs follow the pattern: {away}-vs-{home}-{YYYY-MM-DD} Example: bos-vs-lal-2026-03-05 ## Data - Source: NBA API (official CDN play-by-play and box score endpoints) - Update schedule: nightly at 4:30 AM Eastern - Coverage: 2025-26 NBA season onward - No authentication required to access any page