Jsdelivr Jfjelstul Worldcup ((top)) Instant

For data journalists, football analytics enthusiasts, and R programmers, the jfjelstul/worldcup package is a goldmine. It contains every match, goal, card, and player statistic from every FIFA World Cup tournament (1930 to 2022).

Next time you need reliable football data, skip the scraping. Just point your code to:

https://cdn.jsdelivr.net/gh/jfjelstul/worldcup@master/data-csv/ And let jsDelivr do the heavy lifting. Happy analyzing – and may your penalty shootout predictions be more accurate than the experts’.

const matches = await fetch('https://cdn.jsdelivr.net/gh/jfjelstul/worldcup@master/data-csv/matches.csv'); const data = await matches.text();