Standings

GEThttps://devapi.admin.iotait.tech/api/v1/football/standings

League table for a competition and season, split by group where one exists.

Freshness — cached for 15 minutes. Repeating the same query inside that window is answered from cache in single digit milliseconds, and meta.cache reads HIT.

Query parameters

NameTypeExampleDescription
competitionrequiredinteger100090Competition identifier, from the competitions endpoint.
seasonrequiredinteger2026Season, as a four digit start year.
teaminteger100005Team identifier.

Example request

Paste this straight into Postman with Import → Raw text.

curl
curl --location --request GET 'https://devapi.admin.iotait.tech/api/v1/football/standings?competition=100090&season=2026' \
--header 'Accept: application/json' \
--header 'X-API-Key: api_mart_your_key_here'

Response

json
{
    "success": true,
    "data": [
        {
            "competition": {
                "id": 100001,
                "name": "Premier League",
                "season": 2025,
                "country": "England",
                "logo": "https://apinex.iotait.tech/images/competitions/100001.png",
                "flag": "https://apinex.iotait.tech/images/flags/gb-eng.svg"
            },
            "tables": [
                {
                    "group": "Premier League",
                    "rows": [
                        {
                            "rank": 1,
                            "team": {
                                "id": 100029,
                                "name": "Arsenal",
                                "logo": "https://apinex.iotait.tech/images/teams/100029.png"
                            },
                            "points": 85,
                            "goal_difference": 44,
                            "group": "Premier League",
                            "form": "WWWWW",
                            "status": "same",
                            "description": "Promotion - Champions League (League phase)",
                            "overall": {
                                "played": 38,
                                "won": 26,
                                "drawn": 7,
                                "lost": 5,
                                "goals_for": 71,
                                "goals_against": 27
                            },
                            "home": {
                                "played": 19,
                                "won": 15,
                                "drawn": 2,
                                "lost": 2,
                                "goals_for": 41,
                                "goals_against": 11
                            },
                            "away": {
                                "played": 19,
                                "won": 11,
                                "drawn": 5,
                                "lost": 3,
                                "goals_for": 30,
                                "goals_against": 16
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 2,
                            "team": {
                                "id": 100030,
                                "name": "Manchester City",
                                "logo": "https://apinex.iotait.tech/images/teams/100030.png"
                            },
                            "points": 78,
                            "goal_difference": 42,
                            "group": "Premier League",
                            "form": "LDWWD",
                            "status": "same",
                            "description": "Promotion - Champions League (League phase)",
                            "overall": {
                                "played": 38,
                                "won": 23,
                                "drawn": 9,
                                "lost": 6,
                                "goals_for": 77,
                                "goals_against": 35
                            },
                            "home": {
                                "played": 19,
                                "won": 14,
                                "drawn": 3,
                                "lost": 2,
                                "goals_for": 45,
                                "goals_against": 14
                            },
                            "away": {
                                "played": 19,
                                "won": 9,
                                "drawn": 6,
                                "lost": 4,
                                "goals_for": 32,
                                "goals_against": 21
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 3,
                            "team": {
                                "id": 100005,
                                "name": "Manchester United",
                                "logo": "https://apinex.iotait.tech/images/teams/100005.png"
                            },
                            "points": 71,
                            "goal_difference": 19,
                            "group": "Premier League",
                            "form": "WWDWW",
                            "status": "same",
                            "description": "Promotion - Champions League (League phase)",
                            "overall": {
                                "played": 38,
                                "won": 20,
                                "drawn": 11,
                                "lost": 7,
                                "goals_for": 69,
                                "goals_against": 50
                            },
                            "home": {
                                "played": 19,
                                "won": 13,
                                "drawn": 3,
                                "lost": 3,
                                "goals_for": 39,
                                "goals_against": 24
                            },
                            "away": {
                                "played": 19,
                                "won": 7,
                                "drawn": 8,
                                "lost": 4,
                                "goals_for": 30,
                                "goals_against": 26
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 4,
                            "team": {
                                "id": 100031,
                                "name": "Aston Villa",
                                "logo": "https://apinex.iotait.tech/images/teams/100031.png"
                            },
                            "points": 65,
                            "goal_difference": 7,
                            "group": "Premier League",
                            "form": "WWDLL",
                            "status": "same",
                            "description": "Promotion - Champions League (League phase)",
                            "overall": {
                                "played": 38,
                                "won": 19,
                                "drawn": 8,
                                "lost": 11,
                                "goals_for": 56,
                                "goals_against": 49
                            },
                            "home": {
                                "played": 19,
                                "won": 12,
                                "drawn": 2,
                                "lost": 5,
                                "goals_for": 32,
                                "goals_against": 22
                            },
                            "away": {
                                "played": 19,
                                "won": 7,
                                "drawn": 6,
                                "lost": 6,
                                "goals_for": 24,
                                "goals_against": 27
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 5,
                            "team": {
                                "id": 100032,
                                "name": "Liverpool",
                                "logo": "https://apinex.iotait.tech/images/teams/100032.png"
                            },
                            "points": 60,
                            "goal_difference": 10,
                            "group": "Premier League",
                            "form": "DLDLW",
                            "status": "same",
                            "description": "Promotion - Champions League (League phase)",
                            "overall": {
                                "played": 38,
                                "won": 17,
                                "drawn": 9,
                                "lost": 12,
                                "goals_for": 63,
                                "goals_against": 53
                            },
                            "home": {
                                "played": 19,
                                "won": 10,
                                "drawn": 6,
                                "lost": 3,
                                "goals_for": 34,
                                "goals_against": 20
                            },
                            "away": {
                                "played": 19,
                                "won": 7,
                                "drawn": 3,
                                "lost": 9,
                                "goals_for": 29,
                                "goals_against": 33
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 6,
                            "team": {
                                "id": 100033,
                                "name": "Bournemouth",
                                "logo": "https://apinex.iotait.tech/images/teams/100033.png"
                            },
                            "points": 57,
                            "goal_difference": 4,
                            "group": "Premier League",
                            "form": "DDWWD",
                            "status": "same",
                            "description": "Promotion - Europa League (League phase)",
                            "overall": {
                                "played": 38,
                                "won": 13,
                                "drawn": 18,
                                "lost": 7,
                                "goals_for": 58,
                                "goals_against": 54
                            },
                            "home": {
                                "played": 19,
                                "won": 7,
                                "drawn": 10,
                                "lost": 2,
                                "goals_for": 29,
                                "goals_against": 20
                            },
                            "away": {
                                "played": 19,
                                "won": 6,
                                "drawn": 8,
                                "lost": 5,
                                "goals_for": 29,
                                "goals_against": 34
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 7,
                            "team": {
                                "id": 100034,
                                "name": "Sunderland",
                                "logo": "https://apinex.iotait.tech/images/teams/100034.png"
                            },
                            "points": 54,
                            "goal_difference": -6,
                            "group": "Premier League",
                            "form": "WWDDL",
                            "status": "same",
                            "description": "Promotion - Europa League (League phase)",
                            "overall": {
                                "played": 38,
                                "won": 14,
                                "drawn": 12,
                                "lost": 12,
                                "goals_for": 42,
                                "goals_against": 48
                            },
                            "home": {
                                "played": 19,
                                "won": 9,
                                "drawn": 6,
                                "lost": 4,
                                "goals_for": 25,
                                "goals_against": 20
                            },
                            "away": {
                                "played": 19,
                                "won": 5,
                                "drawn": 6,
                                "lost": 8,
                                "goals_for": 17,
                                "goals_against": 28
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 8,
                            "team": {
                                "id": 100035,
                                "name": "Brighton",
                                "logo": "https://apinex.iotait.tech/images/teams/100035.png"
                            },
                            "points": 53,
                            "goal_difference": 6,
                            "group": "Premier League",
                            "form": "LLWLW",
                            "status": "same",
                            "description": "Promotion - Conference League (Qualification)",
                            "overall": {
                                "played": 38,
                                "won": 14,
                                "drawn": 11,
                                "lost": 13,
                                "goals_for": 52,
                                "goals_against": 46
                            },
                            "home": {
                                "played": 19,
                                "won": 9,
                                "drawn": 6,
                                "lost": 4,
                                "goals_for": 30,
                                "goals_against": 20
                            },
                            "away": {
                                "played": 19,
                                "won": 5,
                                "drawn": 5,
                                "lost": 9,
                                "goals_for": 22,
                                "goals_against": 26
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 9,
                            "team": {
                                "id": 100036,
                                "name": "Brentford",
                                "logo": "https://apinex.iotait.tech/images/teams/100036.png"
                            },
                            "points": 53,
                            "goal_difference": 3,
                            "group": "Premier League",
                            "form": "DDLWL",
                            "status": "same",
                            "description": null,
                            "overall": {
                                "played": 38,
                                "won": 14,
                                "drawn": 11,
                                "lost": 13,
                                "goals_for": 55,
                                "goals_against": 52
                            },
                            "home": {
                                "played": 19,
                                "won": 8,
                                "drawn": 8,
                                "lost": 3,
                                "goals_for": 33,
                                "goals_against": 21
                            },
                            "away": {
                                "played": 19,
                                "won": 6,
                                "drawn": 3,
                                "lost": 10,
                                "goals_for": 22,
                                "goals_against": 31
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 10,
                            "team": {
                                "id": 100037,
                                "name": "Chelsea",
                                "logo": "https://apinex.iotait.tech/images/teams/100037.png"
                            },
                            "points": 52,
                            "goal_difference": 6,
                            "group": "Premier League",
                            "form": "LWDLL",
                            "status": "same",
                            "description": null,
                            "overall": {
                                "played": 38,
                                "won": 14,
                                "drawn": 10,
                                "lost": 14,
                                "goals_for": 58,
                                "goals_against": 52
                            },
                            "home": {
                                "played": 19,
                                "won": 7,
                                "drawn": 5,
                                "lost": 7,
                                "goals_for": 26,
                                "goals_against": 25
                            },
                            "away": {
                                "played": 19,
                                "won": 7,
                                "drawn": 5,
                                "lost": 7,
                                "goals_for": 32,
                                "goals_against": 27
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 11,
                            "team": {
                                "id": 100002,
                                "name": "Fulham",
                                "logo": "https://apinex.iotait.tech/images/teams/100002.png"
                            },
                            "points": 52,
                            "goal_difference": -4,
                            "group": "Premier League",
                            "form": "WDLLW",
                            "status": "same",
                            "description": null,
                            "overall": {
                                "played": 38,
                                "won": 15,
                                "drawn": 7,
                                "lost": 16,
                                "goals_for": 47,
                                "goals_against": 51
                            },
                            "home": {
                                "played": 19,
                                "won": 11,
                                "drawn": 2,
                                "lost": 6,
                                "goals_for": 30,
                                "goals_against": 20
                            },
                            "away": {
                                "played": 19,
                                "won": 4,
                                "drawn": 5,
                                "lost": 10,
                                "goals_for": 17,
                                "goals_against": 31
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 12,
                            "team": {
                                "id": 100003,
                                "name": "Newcastle",
                                "logo": "https://apinex.iotait.tech/images/teams/100003.png"
                            },
                            "points": 49,
                            "goal_difference": -2,
                            "group": "Premier League",
                            "form": "LWDWL",
                            "status": "same",
                            "description": null,
                            "overall": {
                                "played": 38,
                                "won": 14,
                                "drawn": 7,
                                "lost": 17,
                                "goals_for": 53,
                                "goals_against": 55
                            },
                            "home": {
                                "played": 19,
                                "won": 10,
                                "drawn": 2,
                                "lost": 7,
                                "goals_for": 36,
                                "goals_against": 30
                            },
                            "away": {
                                "played": 19,
                                "won": 4,
                                "drawn": 5,
                                "lost": 10,
                                "goals_for": 17,
                                "goals_against": 25
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 13,
                            "team": {
                                "id": 100038,
                                "name": "Everton",
                                "logo": "https://apinex.iotait.tech/images/teams/100038.png"
                            },
                            "points": 49,
                            "goal_difference": -3,
                            "group": "Premier League",
                            "form": "LLDDL",
                            "status": "same",
                            "description": null,
                            "overall": {
                                "played": 38,
                                "won": 13,
                                "drawn": 10,
                                "lost": 15,
                                "goals_for": 47,
                                "goals_against": 50
                            },
                            "home": {
                                "played": 19,
                                "won": 6,
                                "drawn": 5,
                                "lost": 8,
                                "goals_for": 26,
                                "goals_against": 27
                            },
                            "away": {
                                "played": 19,
                                "won": 7,
                                "drawn": 5,
                                "lost": 7,
                                "goals_for": 21,
                                "goals_against": 23
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 14,
                            "team": {
                                "id": 100039,
                                "name": "Leeds",
                                "logo": "https://apinex.iotait.tech/images/teams/100039.png"
                            },
                            "points": 47,
                            "goal_difference": -7,
                            "group": "Premier League",
                            "form": "LWDWD",
                            "status": "same",
                            "description": null,
                            "overall": {
                                "played": 38,
                                "won": 11,
                                "drawn": 14,
                                "lost": 13,
                                "goals_for": 49,
                                "goals_against": 56
                            },
                            "home": {
                                "played": 19,
                                "won": 9,
                                "drawn": 5,
                                "lost": 5,
                                "goals_for": 29,
                                "goals_against": 21
                            },
                            "away": {
                                "played": 19,
                                "won": 2,
                                "drawn": 9,
                                "lost": 8,
                                "goals_for": 20,
                                "goals_against": 35
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 15,
                            "team": {
                                "id": 100040,
                                "name": "Crystal Palace",
                                "logo": "https://apinex.iotait.tech/images/teams/100040.png"
                            },
                            "points": 45,
                            "goal_difference": -10,
                            "group": "Premier League",
                            "form": "LDLDL",
                            "status": "same",
                            "description": "Promotion - Europa League (League phase)",
                            "overall": {
                                "played": 38,
                                "won": 11,
                                "drawn": 12,
                                "lost": 15,
                                "goals_for": 41,
                                "goals_against": 51
                            },
                            "home": {
                                "played": 19,
                                "won": 4,
                                "drawn": 9,
                                "lost": 6,
                                "goals_for": 19,
                                "goals_against": 23
                            },
                            "away": {
                                "played": 19,
                                "won": 7,
                                "drawn": 3,
                                "lost": 9,
                                "goals_for": 22,
                                "goals_against": 28
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 16,
                            "team": {
                                "id": 100041,
                                "name": "Nottingham Forest",
                                "logo": "https://apinex.iotait.tech/images/teams/100041.png"
                            },
                            "points": 44,
                            "goal_difference": -3,
                            "group": "Premier League",
                            "form": "DLDWW",
                            "status": "same",
                            "description": null,
                            "overall": {
                                "played": 38,
                                "won": 11,
                                "drawn": 11,
                                "lost": 16,
                                "goals_for": 48,
                                "goals_against": 51
                            },
                            "home": {
                                "played": 19,
                                "won": 4,
                                "drawn": 8,
                                "lost": 7,
                                "goals_for": 20,
                                "goals_against": 23
                            },
                            "away": {
                                "played": 19,
                                "won": 7,
                                "drawn": 3,
                                "lost": 9,
                                "goals_for": 28,
                                "goals_against": 28
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 17,
                            "team": {
                                "id": 100042,
                                "name": "Tottenham",
                                "logo": "https://apinex.iotait.tech/images/teams/100042.png"
                            },
                            "points": 41,
                            "goal_difference": -9,
                            "group": "Premier League",
                            "form": "WLDWW",
                            "status": "same",
                            "description": null,
                            "overall": {
                                "played": 38,
                                "won": 10,
                                "drawn": 11,
                                "lost": 17,
                                "goals_for": 48,
                                "goals_against": 57
                            },
                            "home": {
                                "played": 19,
                                "won": 3,
                                "drawn": 6,
                                "lost": 10,
                                "goals_for": 22,
                                "goals_against": 31
                            },
                            "away": {
                                "played": 19,
                                "won": 7,
                                "drawn": 5,
                                "lost": 7,
                                "goals_for": 26,
                                "goals_against": 26
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 18,
                            "team": {
                                "id": 100043,
                                "name": "West Ham",
                                "logo": "https://apinex.iotait.tech/images/teams/100043.png"
                            },
                            "points": 39,
                            "goal_difference": -19,
                            "group": "Premier League",
                            "form": "WLLLW",
                            "status": "same",
                            "description": "Relegation - Championship",
                            "overall": {
                                "played": 38,
                                "won": 10,
                                "drawn": 9,
                                "lost": 19,
                                "goals_for": 46,
                                "goals_against": 65
                            },
                            "home": {
                                "played": 19,
                                "won": 6,
                                "drawn": 4,
                                "lost": 9,
                                "goals_for": 27,
                                "goals_against": 30
                            },
                            "away": {
                                "played": 19,
                                "won": 4,
                                "drawn": 5,
                                "lost": 10,
                                "goals_for": 19,
                                "goals_against": 35
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 19,
                            "team": {
                                "id": 100044,
                                "name": "Burnley",
                                "logo": "https://apinex.iotait.tech/images/teams/100044.png"
                            },
                            "points": 22,
                            "goal_difference": -37,
                            "group": "Premier League",
                            "form": "DLDLL",
                            "status": "same",
                            "description": "Relegation - Championship",
                            "overall": {
                                "played": 38,
                                "won": 4,
                                "drawn": 10,
                                "lost": 24,
                                "goals_for": 38,
                                "goals_against": 75
                            },
                            "home": {
                                "played": 19,
                                "won": 2,
                                "drawn": 7,
                                "lost": 10,
                                "goals_for": 18,
                                "goals_against": 29
                            },
                            "away": {
                                "played": 19,
                                "won": 2,
                                "drawn": 3,
                                "lost": 14,
                                "goals_for": 20,
                                "goals_against": 46
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        },
                        {
                            "rank": 20,
                            "team": {
                                "id": 100045,
                                "name": "Wolves",
                                "logo": "https://apinex.iotait.tech/images/teams/100045.png"
                            },
                            "points": 20,
                            "goal_difference": -41,
                            "group": "Premier League",
                            "form": "DDLDL",
                            "status": "same",
                            "description": "Relegation - Championship",
                            "overall": {
                                "played": 38,
                                "won": 3,
                                "drawn": 11,
                                "lost": 24,
                                "goals_for": 27,
                                "goals_against": 68
                            },
                            "home": {
                                "played": 19,
                                "won": 3,
                                "drawn": 5,
                                "lost": 11,
                                "goals_for": 19,
                                "goals_against": 34
                            },
                            "away": {
                                "played": 19,
                                "won": 0,
                                "drawn": 6,
                                "lost": 13,
                                "goals_for": 8,
                                "goals_against": 34
                            },
                            "updated_at": "2026-05-27T00:00:00+00:00"
                        }
                    ]
                }
            ]
        }
    ],
    "meta": {
        "results": 1,
        "page": 1,
        "total_pages": 1
    }
}