Skip to content

Champions League Matches data missing #36

@BogdanAlexandru09

Description

@BogdanAlexandru09

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions