j-a-h-i-r / goal.com-score-api

Get football matches result from goal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This python script will fetch football matches result from goal.com Just run this script and score will be shown in the output window.

A live version of this can be accessed in Heroku


Use it as a REST API

A REST API is configured at code/api.py

API Endpoints

/live
Get a list of competitions and the live matches happening in these competitions

/fixtures?date=2020-12-31
Get a list of matches by the provided date

/competitions?competition_type=all
Get a list of Competitions.

Supported parameters,

  • competition_type (required)
    • all Get list of ALL competitions grouped by Region/League
    • popular Get only the Popular competitions (Top 5 leagues)

About

Get football matches result from goal.com


Languages

Language:Jupyter Notebook 95.4%Language:Python 4.3%Language:HTML 0.3%