France’s top-tier soccer league featuring Paris Saint-Germain, Marseille, Monaco, Lyon, and rising talents. Integrate real-time schedules, live match alerts, complete roster lineups, and live standing tables into your application.
Integrate our RESTful API endpoint inside your server stack with simple JSON structures.
Query match fixtures and standings with league=61.
// Fetch Ligue 1 standings
const response = await fetch('https://api.apisport.online/api/v1/standings?league=61', {
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 1,000 monthly requests.
Create Free Account