# LazyEdge > LazyEdge is a sports prediction market data platform. It prices NFL, MLB, NBA and World Cup games with measured models, reads the live Kalshi and Polymarket order books, and publishes the model probability, the market price and the gap between them for every line it covers. People read the numbers in a web terminal; software reads them through a paid API at https://api.lazyedge.net/v1. LazyEdge publishes data and is not financial advice. Every API request carries `Authorization: Bearer `. Keys are issued in the LazyEdge terminal under Settings, API Access, with a paid plan or 5+ Lazy Lions. ## API - [API guide](https://lazyedge.net/api-docs): every /v1 endpoint with its tier, parameters and what it returns - [Agent guide](https://api.lazyedge.net/v1/skill): the markdown guide written to hand to an agent, public with no key - [Full endpoint reference](https://lazyedge.net/llms-full.txt): the complete reference as plain markdown ## Endpoint groups - [NFL](https://lazyedge.net/api-docs#nfl): 7 endpoints (basic and above): GET /v1/nfl/edges, GET /v1/nfl/board/{game_id}, GET /v1/nfl/props, GET /v1/nfl/live, GET /v1/nfl/live-props, GET /v1/nfl/injuries, GET /v1/nfl/teams - [MLB](https://lazyedge.net/api-docs#mlb): 2 endpoints (basic and above): GET /v1/mlb/edges, GET /v1/mlb/live - [World Cup](https://lazyedge.net/api-docs#world-cup): 2 endpoints (basic and above): GET /v1/wc/edges, GET /v1/wc/live - [NBA](https://lazyedge.net/api-docs#nba): 8 endpoints (basic and above; pro and above): GET /v1/edges/live, GET /v1/edges/game/{game_id}, GET /v1/games/today, GET /v1/spread-ladder/{game_id}, GET /v1/injuries/live, GET /v1/market/depth, GET /v1/signals/history, WS /v1/ws/edges - [$LAZY](https://lazyedge.net/api-docs#lazy): 7 endpoints (recon and above; basic and above): GET /v1/lazy/economy, GET /v1/lazy/burns, GET /v1/lazy/leaderboard, GET /v1/lazy/rewards, GET /v1/lazy/contests, GET /v1/lazy/player/{ident}, GET /v1/lazy/picks - [Account](https://lazyedge.net/api-docs#account): 3 endpoints (any valid key): GET /v1/account/usage, POST /v1/account/rotate-key, POST /v1/billing/apply_promo - [Guide](https://lazyedge.net/api-docs#guide): 1 endpoint (public, no key): GET /v1/skill ## Site - [LazyEdge](https://lazyedge.net/): the home page - [Methodology](https://lazyedge.net/methodology): how the models price each sport - [The terminal](https://lazyedge.net/platform): the web terminal and the agent API - [Pricing](https://lazyedge.net/subscribe): plans, including API access - [NFL pick'em](https://lazyedge.net/pickem): the free weekly NFL contest