2025 | 2015 | 2005 |
2024 | 2014 | 2004 |
2023 | 2013 | 2003 |
2022 | 2012 | 2002 |
2021 | 2011 | 2001 |
2020 | 2010 | |
2019 | 2009 | |
2018 | 2008 | |
2017 | 2007 | |
2016 | 2006 |
2024-25 | 2014-15 | 2004-05 |
2023-24 | 2013-14 | 2003-04 |
2022-23 | 2012-13 | 2002-03 |
2021-22 | 2011-12 | |
2020-21 | 2010-11 | |
2019-20 | 2009-10 | |
2018-19 | 2008-09 | |
2017-18 | 2007-08 | |
2016-17 | 2006-07 | |
2015-16 | 2005-06 |
Basic
100 requests/day
€5,00 monthly
|
Startup
1.000 requests/day
€15,00 monthly
|
Enterprise
5.000 requests/day
€45,00 monthly
|
The monthly subscription can be canceled at any time through your Paypal account.
If none of these options suits your needs, contact us by email bdfutbol@gmail.com or through the contact form
Basic
200 requests/day
10 Last seasons
€15,00 monthly
|
Startup
2.000 requests/day
20 Last seasons
€45,00 monthly
|
Enterprise
20.000 requests/day
All
€175,00 monthly
|
The monthly subscription can be canceled at any time through your Paypal account.
If none of these options suits your needs, contact us by email bdfutbol@gmail.com or through the contact form
BDFutbol API is located at http://api.bdfutbol.com and contains 7 kind of requests available:
User identification is done with the parameters 'u' (user) and 'ps' (password).
Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo
Data can be obtained in formats HTML, XML and JSON through the parameter 'format'.
To get classification data, additional parameters are:
Request example in HTML format:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=cla&cat=1a&temp=2015-16&format=html
Request example in JSON format:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=cla&cat=1a&temp=2015-16&format=json
To get the list of matches of a given season, the additional parameters are the same as in classification.
Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=res&cat=1a&temp=2015-16&format=html
To get the squad of a team in a given season, the additional parameters are:
Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=pla&equipo=1&temp=2015-16&format=html
To get a player data, the additional parameters are:
Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=jug&id=173&format=json
To get a coach data, the additional parameters are:
Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=ent&id=3&format=json
To get a team data, the additional parameters are:
Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=eq&id=2&format=html
To get a match data, the additional parameters are:
Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=p&id=9013&format=xml
In the following link you will find a more detailed description of the API specification and all the available queries, and the format of the resulting files.: http://api.bdfutbol.com/api.pdf