Italy’s legendary top division, home to powerhouse clubs including Juventus, AC Milan, Inter Milan, and AS Roma. Integrate our RESTful Soccer API to access real-time schedules, live match alerts, complete roster lineups, and live standing tables for your application.
Connect to our Football API endpoints to receive robust JSON structures for fixtures and live events.
Query match fixtures and standings with league=135.
// Fetch Serie A standings
const response = await fetch('https://api.apisport.online/api/v1/standings?league=135', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
});
const data = await response.json();
console.log(data.standings);Sign up now to retrieve keys and start calling the API. Free tier handles 5,000 monthly requests.
Create Free Account