This folder contains a static HTML/CSS/JS conversion of the Flask app from api_requests.
index.html - API Explorer pagescheduled-matches.html - Scheduled matches pagestyles.css - Shared stylingapp.js - Client-side logic for API Explorerscheduled-matches.js - Client-side logic for scheduled matchesindex.htmlscheduled-matches.htmlstyles.cssapp.jsscheduled-matches.jsindex.html is in the site root (or the folder you want to serve).Use any static server so browser fetch behaves consistently.
Example from this folder:
python -m http.server 8000
Then open:
http://localhost:8000/index.htmlhttp://localhost:8000/scheduled-matches.htmlhttps://sumo-api.com directly from the browser.index.html?endpoint=rikishi&rikishi_id=1scheduled-matches.html?basho_id=202405&day=1&spoiler=1