Instant Football Live Scores with Our Powerful API
Turn your application into a fast and accurate source for following football matches with the VictoryAPI live results web service. Complete league coverage, detailed event data, and high reliability, all in one API.
Get Started for Free & Receive API KeyWhy Developers Choose Our Live Scores API
Real-time Updates
Using our advanced architecture, receive match data including goals, cards, and substitutions within seconds of the event occurring.
99.9% Uptime & Reliability
We understand the importance of service stability for you. Our powerful servers guarantee your uninterrupted access to data.
Extensive League Coverage
From the English Premier League and La Liga to the UEFA Champions League and World Cup, we cover over 1,000 global competitions.
Simplicity in Integration
Access all live scores with just one simple request.
# Sample request to get today's live scores
curl -X GET "https://api.v1.victoryapi.ir/fixtures?live=all" \
-H "Authorization: Bearer YOUR_API_KEY"
# Sample Response (JSON)
response: {
"get": "fixtures",
"results": 1,
"parameters": {
"id": 3310
},
"errors": [],
"paging": {
"current": 1,
"total": 1
},
"response": [
{
"fixture": {
"id": 3310,
"referee": "Dennis Higler, Netherlands",
"timezone": "UTC",
"date": "2019-02-09T21:00:00+03:30",
"timestamp": 1549733400,
"periods": {
"first": 1549733400,
"second": 1549737000
},
"venue": {
"id": null,
"name": "Polman Stadion",
"city": "Almelo"
},
"status": {
"long": "Match Finished",
"short": "FT",
"elapsed": 90,
"extra": null
}
},
"league": {
"id": 88,
"name": "Eredivisie",
"country": "Netherlands",
"logo": "https://www.victoryapi.ir/flags/png/leagues/88.png",
"flag": "https://www.victoryapi.ir/flags/png/countries/NL.png",
"season": 2018,
"round": "Regular Season - 21",
"standings": true
},
"teams": {
"home": {
"id": 206,
"name": "Heracles",
"logo": "https://www.victoryapi.ir/flags/png/teams/206.png",
"winner": true
},
"away": {
"id": 194,
"name": "Ajax",
"logo": "https://www.victoryapi.ir/flags/png/teams/194.png",
"winner": false
}
},
"goals": {
"home": 1,
"away": 0
},
"score": {
"halftime": {
"home": 1,
"away": 0
},
"fulltime": {
"home": 1,
"away": 0
},
"extratime": {
"home": null,
"away": null
},
"penalty": {
"home": null,
"away": null
}
}
}
]
}
Frequently Asked Questions about the Live Scores API
Is there a free plan to test the API?
Yes, by signing up on our website, you can use our free plan for initial testing and development, which allows a certain number of free requests per month.
How fast are the score updates?
Our data is updated in real-time. On average, the delay between an event on the pitch and you receiving it is less than 5 seconds.
Which football leagues are covered?
We proudly cover over 1,000 competitions worldwide, including top European leagues, international tournaments, and many local leagues.