# fpreds.com — AI Soccer Predictions > AI-powered soccer match predictions covering 12 leagues across Europe and international competitions. fpreds.com uses multiple AI agents to analyze standings, form, head-to-head history, team news, and key player availability to generate daily match predictions with confidence scores. ## Coverage - Premier League (England) - Bundesliga (Germany) - La Liga (Spain) - Ligue 1 (France) - Serie A (Italy) - Eredivisie (Netherlands) - Süper Lig (Turkey) - Primeira Liga (Portugal) - Champions League - Europa League - FIFA World Cup 2026 - UEFA Nations League ## API (Pro only — $4.99/mo) REST API for developers and AI agents. All data endpoints require a Pro API key. Authentication: Include `Authorization: Bearer fp_your_api_key` in every request. Subscribe at https://fpreds.com/pricing and find your API key at https://fpreds.com/account. ### Authenticated Endpoints (require API key) - GET /api/v1/predictions — Upcoming match predictions (next 7 days) - GET /api/v1/predictions?league=PL — Filter by league (PL, BL1, PD, FL1, SA, ED, TSL, PPL, UCL, UEL, WC, UNL) - GET /api/v1/results — Past results with prediction accuracy (last 30 days) - GET /api/v1/accuracy — Overall and per-league accuracy stats - GET /api/v1/match/{id} — Single match details with full AI reasoning ### Public Endpoints (no auth required) - GET /api/v1/openapi.json — OpenAPI 3.1 specification ## How Predictions Work Each match is analyzed by 5 specialized AI agents: 1. **Standings Agent** — League position, points, goal difference 2. **Form Agent** — Last 5 results, win/loss streaks, momentum 3. **H2H Agent** — Head-to-head history between the teams 4. **Mood Agent** — Team news, injuries, suspensions, morale 5. **Key Players Agent** — Key player availability and impact A 6th aggregator agent combines all analyses into a final prediction with: - Win/draw/loss probabilities (%) - Confidence score - Predicted outcome - Detailed reasoning ## Links - Website: https://fpreds.com - API Docs: https://fpreds.com/developers - OpenAPI Spec: https://fpreds.com/api/v1/openapi.json - Predictions Feed: https://fpreds.com/feed.xml