What you get
- Starter probabilities per player
- Lineup predictions per fixture
- Historical snapshots for change tracking
- Fast filtering via IDs
Predict starters early, monitor changes, and build tools around squad availability. JSON responses, simple endpoints, built for automation.
/players and /fixturescurl --request GET \
--url https://player-lineup-stats-prediction.p.rapidapi.com/fixtures/UUID_HERE/predictions/lineup \
--header "x-rapidapi-host: player-lineup-stats-prediction.p.rapidapi.com" \
--header "x-rapidapi-key: YOUR_KEY"
Replace UUID_HERE and YOUR_KEY.
Use the RapidAPI discussion board for support + feature requests. Keep requests reproducible (endpoint + params + response snippet).