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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AEK Larnaca | 2 | 2 | 0 | 0 | 7 | 2 | +5 | 6 |
| 2 | Omonia Nicosia | 2 | 1 | 1 | 0 | 4 | 1 | +3 | 4 |
| 3 | Omonia Aradippou | 2 | 1 | 1 | 0 | 2 | 1 | +1 | 4 |
| 4 | ALS Omonia | 2 | 1 | 1 | 0 | 5 | 2 | +3 | 4 |
| 5 | Pafos FC | 2 | 1 | 1 | 0 | 3 | 0 | +3 | 4 |
| 6 | Apollon Limassol | 2 | 1 | 1 | 0 | 5 | 3 | +2 | 4 |
| 7 | APOEL Nicosia | 2 | 1 | 0 | 1 | 7 | 3 | +4 | 3 |
| 8 | AEL Limassol | 2 | 1 | 0 | 1 | 2 | 6 | -4 | 3 |
| 9 | Olympiakos Nicosia | 2 | 0 | 2 | 0 | 3 | 3 | 0 | 2 |
| 10 | Nea Salamina Famagusta | 2 | 0 | 1 | 1 | 4 | 7 | -3 | 1 |
| 11 | Aris Limassol | 2 | 0 | 1 | 1 | 3 | 6 | -3 | 1 |
| 12 | Karmiotissa Polemidion | 2 | 0 | 1 | 1 | 2 | 5 | -3 | 1 |
| 13 | Enosis Neon Ypsona FC | 2 | 0 | 0 | 2 | 1 | 5 | -4 | 0 |
| 14 | Anorthosis Famagusta | 2 | 0 | 0 | 2 | 1 | 5 | -4 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_2593/seasons/sn_2989598/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Cypriot First Division resources
Fixtures, results, player and team stats for Cypriot First Division.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
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.