Embed UEFA Coefficient Rankings on Your Site
Add a live, always-updated UEFA coefficient table to any football blog or website — free, no account required.
Quick embed
Copy and paste this code into your post or page:
Standard embed (top 20 countries)
<iframe
src="https://eurocoeff.com/widget/rankings/"
width="100%"
height="480"
frameborder="0"
style="border-radius:10px;border:1px solid #1e2d45"
title="UEFA Coefficient Rankings"
loading="lazy"
></iframe>
<p style="font-size:11px;text-align:center;color:#666">
Data: <a href="https://eurocoeff.com" style="color:#0ea5e9">eurocoeff.com</a>
</p>
Copy code
Live preview
Options
Limit rows
Add ?limit=10 to show only the top N countries.
Default: 20. Max: 55 (all UEFA associations).
Height
Adjust the height attribute to fit your layout.
Recommended: 480px for top 20, 300px for top 10.
Compact embed — top 10 only
<iframe
src="https://eurocoeff.com/widget/rankings/?limit=10"
width="100%"
height="320"
frameborder="0"
style="border-radius:10px;border:1px solid #1e2d45"
title="UEFA Coefficient Rankings — top 10"
loading="lazy"
></iframe>
<p style="font-size:11px;text-align:center;color:#666">
Data: <a href="https://eurocoeff.com" style="color:#0ea5e9">eurocoeff.com</a>
</p>
Copy code
Developer API
The widget reads from our public JSON endpoint — you can use it directly in your own app:
GET https://eurocoeff.com/api/rankings.json
Response: { generatedAt, season, associations: [{ rank, code, name, total, yearly, active, projected }] }
CORS: open (*) — no authentication required
Cache: 1h at Cloudflare edge, updates daily
See dataset downloads for CSV/JSON bulk exports.
Attribution
We ask that you keep the attribution link ("Data: eurocoeff.com") visible next to the embed. That's it — no license fee, no account, no tracking pixels.
About the data
The UEFA coefficient ranking is updated daily after each European matchday. The widget always shows the latest data served from eurocoeff.com. Not affiliated with UEFA. See our methodology page for data sources and calculation details.