All pages
Powered by GitBook
1 of 1

Loading...

GET Leagues and Performances

GET Leagues and Performances

Endpoint details

Authorization

API Key

Parameters

No parameters available for this endpoint.

Include options

No includes available for this endpoint.

Example response

Check this endpoint in Postman.

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

Pagination

NO

Allowed nested includes

0

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": {
Run in Postman