EUROPE · LEAGUE TABLE

Cypriot First Division Table

As of 9 September 2026, AEK Larnaca lead the Cypriot First Division 26/27 with 6 points from 2 matches, 2 points clear of Omonia Nicosia. Anorthosis Famagusta sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:55 UTC
Cypriot First Division league table
#TeamPWDLGFGAGDPts
1AEK Larnaca220072+56
2Omonia Nicosia211041+34
3Omonia Aradippou211021+14
4ALS Omonia211052+34
5Pafos FC211030+34
6Apollon Limassol211053+24
7APOEL Nicosia210173+43
8AEL Limassol210126-43
9Olympiakos Nicosia20203302
10Nea Salamina Famagusta201147-31
11Aris Limassol201136-31
12Karmiotissa Polemidion201125-31
13Enosis Neon Ypsona FC200215-40
14Anorthosis Famagusta200215-40
Get this via API

Get the Cypriot First Division table via API

Fetch the live Cypriot First Division standings with competition_id=comp_2593. The same shape works for every competition and season.

GET /football/competitions/comp_2593/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_2593/seasons/sn_2989598/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "AEK Larnaca"
      },
      "position": 1,
      "matches_played": 2,
      "wins": 2,
      "draws": 0,
      "losses": 0,
      "goals_for": 7,
      "goals_against": 2,
      "goal_difference": 5,
      "points": 6
    }
  ]
}

Frequently Asked Questions

Who is top of the Cypriot First Division?

AEK Larnaca are top of the Cypriot First Division 26/27 with 6 points from 2 matches, 2 points clear of Omonia Nicosia.

How many teams are in the Cypriot First Division?

14 teams compete in the Cypriot First Division 26/27.

How do I get the Cypriot First Division table via API?

Call the standings endpoint with competition_id=comp_2593 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Cypriot First Division data are available?

TheStatsAPI has 7 seasons of Cypriot First Division data, going back to 20/21, including historical final tables.

Get Cypriot First Division data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.