ENMore
2023-242013-142003-041993-941983-841973-741963-64 121953-54 121943-441933-34
2022-232012-132002-031992-931982-831972-731962-63 121952-53 121942-43 1231932-33
2021-222011-122001-021991-921981-821971-721961-62 121951-52 121941-42 1231931-32
2020-212010-112000-011990-911980-811970-711960-61 121950-51 121940-41 121930-31
2019-202009-101999-001989-901979-801969-701959-60 121949-50 121939-40 123451929-30
2018-192008-091998-991988-891978-791968-691958-59 121948-491928-29 12
2017-182007-081997-981987-881977-781967-68 121957-58 121947-48
2016-172006-071996-971986-871976-771966-67 121956-57 121946-47
2015-162005-061995-961985-861975-761965-66 121955-56 121945-461935-36 123
2014-152004-051994-951984-851974-751964-65 121954-55 121944-451934-35 123
2023-24 IIIIIIIVV2013-14 IIIIIIIV2003-04 IIIIIIIV1993-94 IIIIIIIV1983-84 III
2022-23 IIIIIIIVV2012-13 IIIIIIIV2002-03 IIIIIIIV1992-93 IIIIIIIV1982-83 III
2021-22 IIIIIIIVV2011-12 IIIIIIIV2001-02 IIIIIIIV1991-92 IIIIIIIV1981-82 III
2020-21 IIIIIIIVV2010-11 IIIIIIIV2000-01 IIIIIIIV1990-91 IIIIIIIV1980-81 III
2019-20 IIIIIIIV2009-10 IIIIIIIV1999-00 IIIIIIIV1989-90 IIIIIIIV1979-80 III
2018-19 IIIIIIIV2008-09 IIIIIIIV1998-99 IIIIIIIV1988-89 IIIIIIIV1978-79 III
2017-18 IIIIIIIV2007-08 IIIIIIIV1997-98 IIIIIIIV1987-88 IIIIIIIV1977-78 III
2016-17 IIIIIIIV2006-07 IIIIIIIV1996-97 IIIIIIIV1986-87
2015-16 IIIIIIIV2005-06 IIIIIIIV1995-96 IIIIIIIV1985-86 III
2014-15 IIIIIIIV2004-05 IIIIIIIV1994-95 IIIIIIIV1984-85 III

Data Service

Current Season API

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

Historic API (including current season)

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

Description

BDFutbol API is located at http://api.bdfutbol.com and contains 7 kind of requests available:

  • Classification (tip=cla)
  • Results (tip=res)
  • Squad (tip=pla)
  • Player profile (tip=jug)
  • Manager profile (tip=ent)
  • Profile of Club (tip=eq)
  • Profile of Match (tip=p)

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'.

Requesting Classification

To get classification data, additional parameters are:

  • cat: Identifies the category. Possible values: '1a', '2a', '1rf1, '1rf2', '2aB1', '2aB2', '2aB3', '2aB4', '2aB5', 'eng', 'ger', 'ita', 'fra', 'por', 'hol'.
  • temp: Identifies the season. Examples: '2005-06', '1999-00', etc.

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

Requesting Results

To get the list of matches of a given season, the additional parameters are the same as in classification.

  • cat: Identifies the category. Possible values: '1a', '2a', '1rf1, '1rf2', '2aB1', '2aB2', '2aB3', '2aB4', '2aB5', 'eng', 'ger', 'ita', 'fra', 'por', 'hol'.
  • temp: Identifies the season. Examples: '2005-06', '1999-00', etc.

Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=res&cat=1a&temp=2015-16&format=html

Requesting Squad

To get the squad of a team in a given season, the additional parameters are:

  • equipo: Team id. It can be found in the classification XML or JSON.
  • temp: Identifies the season. Examples: '2005-06', '1999-00', etc.

Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=pla&equipo=1&temp=2015-16&format=html

Requesting Player profile

To get a player data, the additional parameters are:

  • id: Player id. A numerical code that can be found in the squad XML or JSON.

Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=jug&id=173&format=json

Requesting Manager profile

To get a coach data, the additional parameters are:

  • id: Coach id. A numerical code that can be found in the squad XML or JSON.

Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=ent&id=3&format=json

Requesting Profile of Club

To get a team data, the additional parameters are:

  • id: Team id. A numerical code that can be found in the classification XML or JSON.

Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=eq&id=2&format=html

Requesting Profile of Match

To get a match data, the additional parameters are:

  • id: Match id. A numerical code that can be found in the results XML or JSON.

Request example:
http://api.bdfutbol.com?u=user_demo&ps=password_demo&tip=p&id=9013&format=xml

User Manual

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