We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, only end time scores are shown. For knockout stages, we should add penalty scoreline as well.
@manrajgrover
The text was updated successfully, but these errors were encountered:
Adding payload here for reference:
{ "_links": { "self": { "href": "http://api.football-data.org/v1/competitions/467/fixtures" }, "competition": { "href": "http://api.football-data.org/v1/competitions/467" } }, "count": 11, "fixtures": [{ "_links": { "self": { "href": "http://api.football-data.org/v1/fixtures/165122" }, "competition": { "href": "http://api.football-data.org/v1/competitions/467" }, "homeTeam": { "href": "http://api.football-data.org/v1/teams/760" }, "awayTeam": { "href": "http://api.football-data.org/v1/teams/808" } }, "date": "2018-07-01T14:00:00Z", "status": "FINISHED", "matchday": 4, "homeTeamName": "Spain", "awayTeamName": "Russia", "result": { "goalsHomeTeam": 1, "goalsAwayTeam": 1, "halfTime": { "goalsHomeTeam": 1, "goalsAwayTeam": 1 }, "extraTime": { "goalsHomeTeam": 0, "goalsAwayTeam": 0 }, "penaltyShootout": { "goalsHomeTeam": 3, "goalsAwayTeam": 4 } }, "odds": null }] }
Sorry, something went wrong.
No branches or pull requests
Description
Currently, only end time scores are shown. For knockout stages, we should add penalty scoreline as well.
Versions
People to notify
@manrajgrover
The text was updated successfully, but these errors were encountered: