API: https://football-api.com
Local stored JSON: https://api.json-content-importer.com/extra/json/api-football-api-com/1.json
{% for i in _context %} {% if i.id>0 %} {{i.id}} {{i.localteam_name}} - {{i.visitorteam_name}} at {{i.venue_city}} {% for e in i.events %} {{e.minute}} {{e.type}}: {{e.player}} {% endfor %} <hr> {% endif %} {% endfor %}
In Action: