Last updated
Last updated
GET
https://api.soccerfootball.info/v1/emulation/totalcorner/match/today/
This endpoint returns with all live matches with totalcorner schema
The parameters l
must be a language code getted from languages/list endpoint.
Some elements such as championship and team names can be translated
Different between totalcorner version:
➡️ The database is different. More up-to-date and accurate to the second.
➡️ Over and under quote of goalline under ou_odds value. The goal line value remains at the first place of i_goal to ensure compatibility with the original schema. (over under bet)
➡️No esports event. Only real football.
➡️ Fix some not working column Id is alphanumeric not numeric
➡️ Add some data like team performance WWLLLD (Win Loss Draw) (from left to right)
➡️ "est_e" value that indicate estimate extra_time ("0" as default)
➡️Translated team name and championship name with bet365 translation ref (param l
)
➡️ Trend stats 15 minute and 5 minute!
➡️ Advance stats: avg goal in past match, over under percent, btts percent ecc.. see response
➡️ Dropping odd counter (How many times does a quota dropping)
➡️ Don't need to use a long url eg. &type=inplay&columns=events,odds,asian ecc all data will be always sent. No performance problem
➡️Use this call due statistics use ? with o
param to "yes" can get all matches that are in overtime (totalcorner main call don't show it, default value to "no"
➡️
➡️ Add bet365_url
that contains bet365 url match.
Please note, this is the link pointing to the match. After kickoff, the link may change but bet365 should send you back to the updated link.
You have to replace .EXT with your needed extension ".com, .it etc..."
Why?
Because of our customers have written software/bots and applications based on the totalcorner scheme. Changing APIs would mean rewriting everything. This way our customers can access our data, and not change their software!
More example of code on
t
string
Your API Token DIRECT API ONLY
o
string
Show overtime matches yes or no (default value is "no")
l
string
Language code (default value is "en_US")
X-RapidAPI-Key
string
Your API token RAPIDAPI ONLY
X-RapidAPI-Host
string
soccerfootballinfo.rapidapi.com RAPIDAPI ONLY