-
Notifications
You must be signed in to change notification settings - Fork 878
Open
Description
Hello,
Thank you for providing this data to developers and football enthusiasts (and not only).
I tried to process some information about the Champions League 2013-2014 season, but I found out that not only there is no JSON data about that specific season; there is no data for any Champions League season.
Is it accessible only with an account? Or is it just really missing?
The code I tried to access data with:
import json
with open('open-data-master/open-data-master/data/matches/16/76.json', encoding="utf-8") as f:
data = json.load(f)
data
Metadata
Metadata
Assignees
Labels
No labels