PL • Arsenal 1-0 Bournemouth • LIVE 13:30
PL • Chelsea 1-2 Man City • FT
Champ • Coventry 0-0 Hull City • FT
L1 • Cardiff 2-1 Stockport • FT
L2 • Bromley 2-0 Shrewsbury • FT
NL • Rochdale 3-1 Aldershot • FT
PL • Man Utd 0-0 West Ham • 17:30 Sat
PL • Arsenal 1-0 Bournemouth • LIVE 13:30
PL • Chelsea 1-2 Man City • FT
Champ • Coventry 0-0 Hull City • FT
L1 • Cardiff 2-1 Stockport • FT
L2 • Bromley 2-0 Shrewsbury • FT
NL • Rochdale 3-1 Aldershot • FT
PL • Man Utd 0-0 West Ham • 17:30 Sat
Featured Article

Arsenal's title charge:
can anyone stop them?

by Jamie Thornton·2 hours ago

Five points separate Arsenal from Manchester City — with City still holding two games in hand. The question isn't whether this title race is going down to the wire. It's whether Arsenal have the nerve to see it through. We break down every remaining fixture and every permutation.

Latest Stories
01
Championship
Coventry on verge of historic PL return under Lampard
45 min ago
02
Match Report
Chelsea 1-2 Man City: Haaland brace seals crucial away win
1 hr ago
03
League Two
Bromley's fairytale season: Non-League to League Two leaders
3 hrs ago
04
National League
Rochdale's 98-point season: is this Non-League history?
5 hrs ago
This Week on Terrace Talk
TEE
New Drop
T-Shirt of the Week
The "Terrace Classic" — Forest Green Edition
Our most-requested tee is back in signature deep green. Limited run, 100% organic cotton. Drops this Friday.
Shop Now
PL
Live
Top 3
Arsenal70
Man City *65
Man Utd61
Premier League Table
Arsenal lead by 5 pts — City have 2 games in hand
The April 12 showdown at the Emirates could settle the title. * = games in hand
View Full Table
BLOG
Must Read
"The most gripping title race since 2012 is happening right now."
Blog Post of the Week
The title race nobody's quite talking about
Jamie Thornton's deep dive into why this PL season might be the greatest title fight since City's 93:20.
Read Article
Latest Articles
PL
Match Report
Chelsea 1-2 Man City: Haaland brace seals it at the Bridge
Sarah Bryce2 hrs ago
CH
Championship
Coventry 8 pts clear — can anyone catch Lampard's men?
Dan Hodge4 hrs ago
L1
League One
Cardiff vs Lincoln: one point separates them with 6 to go
Mark PetersYesterday
NL
Nat. League
Rochdale 98 pts — historic National League season in progress
Rob ClarkeYesterday
Connecting to API-Football... Loading live data for all five leagues.
Premier League
Championship
League One
League Two
National League
Loading...
Loading
Table
Recent Results
Fetching live data…
Connecting to API-Football…
Top Scorers
Loading…
Season Snapshot
Loading…
API Usage
Fetching usage…
Select a match to join
⚠ Profanity of any kind = immediate permanent ban. Keep it respectful.
← Select a match from the list to start chatting
Gameweek 32 Predictions
Leaderboard
🏍
GordonBanks66
247 pts
🥈
TerraceTalkFan
231 pts
🥉
MatchdayMike
218 pts
4
KoppiteKarl
205 pts
How It Works
Pick H/D/A for each fixture. Correct result = 3 pts. Correct score = 5 pts. Top scorer at season end wins the Terrace Talk Golden Boot.
Official Merchandise
Terrace Talk
Store
Kits, threads, and everything you need on and off the pitch
SHOP
Why do the lower league tables contain errors?
The free football-data.org API only covers the Premier League. Championship, League One, League Two and National League data requires a paid API or a different provider. This guide covers exactly what to use, what it costs, and how to connect it to Terrace Talk.

Option 1 — football-data.org

Premier League only — built in to Terrace Talk
Free Forever

The free tier covers the Premier League only. This is already integrated — just register and paste your key on the Tables page.

1
Go to football-data.org/client/register — free and instant, no card required.
2
Copy your API token from the confirmation email.
3
Paste it in the box on the Tables page and click Save & Load. Done.
The PL table now updates live every visit. Key is saved in your browser.
Championship + League One + League Two
£13/month

The Tier 1 plan (€15/month ≈ £13) adds Championship (ELC), League One (EL1) and League Two (EL2).

1
Log in at football-data.org and click Upgrade → Tier 1.
2
Your existing key now covers these endpoints:
GET /v4/competitions/ELC/standings ← Championship GET /v4/competitions/EL1/standings ← League One GET /v4/competitions/EL2/standings ← League Two
3
Update the fetchLeague() function to call these endpoints using the same pattern as the existing PL fetch. The National League is not available on this plan.

Option 2 — API-Football (Recommended)

All 5 leagues including National League
★ Best Value

API-Football covers all five tiers including the National League — which football-data.org does not cover at any tier. This is the recommended choice for Terrace Talk.

1
Register at api-sports.io/products/football — free plan gives 100 req/day for testing.
2
For production: Pro plan is $10/month (≈ £8) with unlimited requests. National League ID is 880.
3
Endpoint pattern:
GET https://v3.football.api-sports.io/standings?league=39&season=2025 // League IDs: // 39 = Premier League // 40 = Championship // 41 = League One // 42 = League Two // 880 = National League
4
Request header:
headers: { 'x-apisports-key': 'YOUR_KEY_HERE' }

Option 3 — Sportmonks (Enterprise)

Live scores, lineups, player stats
From £35/month

Sportmonks covers all five tiers plus real-time live scores, lineups, and player stats. Their Starter plan (€39/month ≈ £35) is ideal if you want to add live in-play data to the match chat rooms.

1
Sign up at sportmonks.com/football-data-api — 14-day free trial with full access.
2
UK league IDs: PL=8, Championship=9, League One=10, League Two=11, National League=462.

Summary Comparison

Provider PL Champ L1 & L2 Nat. Lge Cost
football-data.org✓ Free✓ Paid✓ PaidFree / £13/mo
API-Football ★✓ Free✓ Free✓ Free✓ FreeFree / £8/mo
Sportmonks£35/mo

Recommendation: Start with the football-data.org free key for the PL (already built in). When ready to go fully live, upgrade to API-Football Pro at £8/month — it covers all five leagues including the National League, and is the best value option for Terrace Talk.

Quick Start
Right now, free:
1. Register at football-data.org
2. Get your free API key
3. Paste it on the Tables page

Fully live (£8/month):
1. Register at api-sports.io
2. Subscribe to Football Pro
3. Update the 4 league fetch calls
League ID Reference
Premier LeaguePL / 39
ChampionshipELC / 40
League OneEL1 / 41
League TwoEL2 / 42
National League880 (API-Football)