LogoLogo
Quick StartFootball APIContactAPI 3.0
  • Welcome
  • Changelog
  • Getting Started
    • Get Started
    • Documentation for the documentation
  • Endpoint overview
    • Continents
      • GET All Continents
      • GET Continent by ID
    • Countries
      • GET All Countries
      • GET Country by ID
    • Leagues
      • GET All Leagues
      • GET League by ID
      • GET Leagues by Country ID
      • Search Leagues by Name
    • Seasons
      • GET All Seasons
      • GET Season by ID
    • Fixtures
      • GET Fixture by ID
      • GET Last Updated Fixtures
      • GET Fixtures by Date
      • GET Fixtures by Date Range
      • GET Fixtures by Date Range for Team
      • GET Fixtures by Multiple ID's
      • GET Deleted Fixtures
    • Statistics
    • Livescores
      • GET All Livescores
      • GET All In play Livescores
    • News API
      • GET All News
      • GET News For Upcoming Fixtures
      • GET News by Season ID
    • Commentaries
      • Commentaries by Fixture ID
    • Video Highlights
      • Get Video Highlights by Fixture ID
    • Head 2 Head
      • GET Head 2 Head by Team IDs
    • Standings
      • GET Standings by Season ID
      • GET LIVE Standings
      • GET Standings by Season ID and Round ID
      • GET Standings by Season and Date(time)
      • GET Standings Corrections by Season ID
    • Teams
      • GET Team by ID
      • GET Teams by Country ID
      • GET Teams by Season ID
      • Search Team by Name
      • GET Current Leagues by Team ID
      • Get All Leagues by Team ID
    • Players
      • GET Player by ID
      • GET Players by Country ID
      • Search Player by Name
    • Topscorers
      • GET Topscorers by Season ID
      • GET Topscorers Aggregated by Season ID
    • Rivals
      • GET Rivals by Team ID
    • Venues
      • GET Venue by ID
      • GET Venues by Season ID
    • Rounds
      • GET Rounds by Season ID
      • GET Round by ID
    • Odds
      • GET Odds by Fixture ID and Bookmaker ID
      • GET Odds by Fixture ID and Market ID
      • GET Odds by Fixture ID
      • GET Inplay Odds by Fixture ID
    • Coaches
      • GET Coach by ID
    • Stages
      • GET Stage by ID
      • GET Stages by Season ID
    • Bookmakers
      • GET All Bookmakers by Fixture ID
      • GET All Bookmakers
      • GET Bookmaker by ID
    • Markets
      • GET All Fixtures by Market ID
      • GET All Markets
      • GET Market by ID
    • Team Squads
      • GET Team Squad by Team and Season ID
    • TV Stations
      • GET TV Station by Fixture ID
    • Prediction API
      • GET Leagues and Performances
      • GET Probabilities
      • GET Probabilities by Fixture ID
      • GET Value Bets
      • GET Value Bet by Fixture ID
  • Tutorials
    • Introduction to our API
      • Make your first request
      • Set your time zone
      • Pagination
    • Enriching your response
      • Includes
      • Nested includes
    • Filtering, limiting & sorting
      • Filtering
      • Limiting
      • Sorting
    • Schedule, fixtures & livescores
      • Season schedule
      • Fixtures
      • Livescores
    • Statistics
      • Match statistics
      • Team statistics
      • Player statistics
      • Season statistics
    • League & topscorers standings
      • League standings
      • Topscorers standings
    • Odds & predictions
      • Odds
        • Odds by fixture, bookmaker and market id
        • FlatOdds
        • InplayOdds
      • Predictions
  • MySportmonks
    • How-to build a custom plan
    • ID Finder
  • How-to Guides
    • Get Started with our how-to guides
      • How-to build your API requests
    • Livescores & fixtures
      • How-to build a livescore website
      • How-to build a schedule page
    • Match & team pages
      • How-to build a match page with events and statistics
      • How-to build a match page with line-ups/formations
      • How-to build a team page with season stats and squads
    • How-to build standings and topscorer standings
      • League standings
      • Topscorer standings
    • Odds & predictions
      • How-to build a match page with odds
      • How-to build a betting odds portal
      • How-to use the predictions API
    • How-to build a fantasy game
    • Developer tools
      • How-to use Sportmonks' APIs in Postman
    • How-to keep your database in sync
    • World Cup 2022
    • EURO 2024
    • Football widgets
      • How-to set up football widgets in your web application
      • Configurations
      • Widgets overview
        • Livescore widget
        • International Cup widgets
  • API References
    • API reference guide
    • Data features
    • ID Finder
    • Code libraries
    • Demo response files
    • Statuses and definitions
    • API Rate limiting
    • Response codes
    • Meta description
  • General
  • Sportmonks
  • Plans & pricing
  • FAQ
  • Contact
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Endpoint overview
  2. Prediction API

GET Leagues and Performances

PreviousPrediction APINextGET Probabilities

Last updated 3 years ago

Was this helpful?

GET Leagues and Performances

https://soccer.sportmonks.com/api/v2.0/predictions/leagues

Endpoint details

Authorization

API Key

Pagination

NO

Allowed nested includes

0

Parameters

No parameters available for this endpoint.

Include options

No includes available for this endpoint.

Example response

https://soccer.sportmonks.com/api/v2.0/predictions/leagues?api_token={API_TOKEN}
  "data": [
        {
            "id": 8,
            "active": true,
            "type": "domestic",
            "legacy_id": 29,
            "country_id": 462,
            "logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/8/8.png",
            "name": "Premier League",
            "is_cup": false,
            "is_friendly": false,
            "current_season_id": 18378,
            "current_round_id": null,
            "current_stage_id": 77453700,
            "live_standings": true,
            "coverage": {
                "predictions": true,
                "topscorer_goals": true,
                "topscorer_assists": true,
                "topscorer_cards": true
            },
            "predictability": {
                "data": {
                    "league_id": 8,
                    "hit_ratio": "0.56",
                    "log_loss": -0.9649,
                    "predictability": "good",
                    "predictive_power": "up",
                    "historical_log_loss": {
                        "3ways-ft": -1.037,
                        "away_overunder05": -0.5714,
                        "away_overunder15": -0.7029,
                        "btts": -0.7107,
                        "home_overunder05": -0.5668,
                        "home_overunder15": -0.7122,
                        "overunder15": -0.5005,
                        "overunder25": -0.7064,
                        "overunder35": -0.6474,
                        "scores": -3.3161
                    },
                    "model_hit_ratio": {
                        "3ways-ft": 0.56,
                        "away_overunder05": 0.71,
                        "away_overunder15": 0.67,
                        "btts": 0.58,
                        "home_overunder05": 0.74,
                        "home_overunder15": 0.67,
                        "overunder15": 0.82,
                        "overunder25": 0.57,
                        "overunder35": 0.68,
                        "scores": 0.09
                    },
                    "model_predictability": {
                        "3ways-ft": "good",
                        "away_overunder05": "high",
                        "away_overunder15": "high",
                        "btts": "medium",
                        "home_overunder05": "good",
                        "home_overunder15": "high",
                        "overunder15": "good",
                        "overunder25": "medium",
                        "overunder35": "medium",
                        "scores": "high"
                    },
                    "model_predictive_power": {
                        "3ways-ft": "up",
                        "away_overunder05": "up",
                        "away_overunder15": "unchanged",
                        "btts": "unchanged",
                        "home_overunder05": "unchanged",
                        "home_overunder15": "unchanged",
                        "overunder15": "up",
                        "overunder25": "up",
                        "overunder35": "unchanged",
                        "scores": "up"
                    },
                    "model_log_loss": {
                        "3ways-ft": -0.9649,
                        "away_overunder05": -0.5203,
                        "away_overunder15": -0.6168,
                        "btts": -0.676,
                        "home_overunder05": -0.5285,
                        "home_overunder15": -0.6431,
                        "overunder15": -0.4638,
                        "overunder25": -0.6711,
                        "overunder35": -0.6304,
                        "scores": -2.7332
                    },
                    "updated_at": {
                        "date": "2021-05-25 01:00:12.000000",
                        "timezone_type": 3,
                        "timezone": "UTC"
                    }
                }
            }
        },
        {
            "id": 9,
            "active": true,
            "type": "domestic",
            "legacy_id": 30,
            "country_id": 462,
            "logo_path": "https://cdn.sportmonks.com/images/soccer/leagues/9/9.png",
            "name": "Championship",
            "is_cup": false,
            "is_friendly": false,
            "current_season_id": 18432,
            "current_round_id": null,
            "current_stage_id": null,
            "live_standings": true,
            "coverage": {
                "predictions": true,
                "topscorer_goals": true,
                "topscorer_assists": true,
                "topscorer_cards": true
            },
            "predictability": {
                "data": {
                    "league_id": 9,
                    "hit_ratio": "0.41",
                    "log_loss": -1.0651,
                    "predictability": "medium",
                    "predictive_power": "up",
                    "historical_log_loss": {
                        "3ways-ft": -1.0993,
                        "away_overunder05": -0.6043,
                        "away_overunder15": -0.6429,
                        "btts": -0.7066,
                        "home_overunder05": -0.6095,
                        "home_overunder15": -0.6749,
                        "overunder15": -0.5823,
                        "overunder25": -0.7024,
                        "overunder35": -0.6695,
                        "scores": -3.258
                    },
                    "model_hit_ratio": {

Check this endpoint in Postman.

Run in Postman