statsbomb/open-data — reverse-engineered prompt
Reverse engineered prompt
Build me a simple football data explorer using the StatsBomb open data in this repo. I want to open it locally and browse the data without digging through JSON files myself.
The main flow should let me choose a competition, then a season, then a match. For each match, show the teams, basic match info, lineups, and a readable timeline of events like shots, passes, cards, substitutions, and goals. If location data is available, add simple pitch visuals for shots or event locations. If StatsBomb 360 data exists for a selected match, show it in a clear separate section, but don’t break anything when it isn’t there.
Please include a clean landing page, simple filters, and a clear note that the data source is StatsBomb, with their logo or attribution if it exists in the repo. Keep it easy to run and explain the setup in the README. Look up the current docs online if you need to understand the data format.
Want more depth? Deep Reverse