Last updated
Last updated
GET
https://api.soccerfootball.info/v1/matches/by/full/
This endpoint returns with all matches of as specific filter with full data.
You can filter by: c
championship id, m
manager id and s
stadium id. If you use more filter will be use AND logic
You can get specific items id from other endpoints. if this entity has has_image
to true, you can access/download the entity media; see te instruction inside FAQ.
The parameters l
must be a language code getted from languages/list endpoint. Some elements such as championship and team names can be translated
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..."
More example of code on
t
string
Your API Token DIRECT API ONLY
c
string
Championship ID
m
string
Manager ID
s
string
Stadium ID
p
string
Page
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