Sports & Fitness — entry 009 of 33
Football
Football (football98 on RapidAPI) fronts an open-source Node.js/Python scraper of OneFootball.com that serves league tables, squad stats, top scorers, news, results, fixtures, and transfers per :championship route. RapidAPI's gateway is live and key-gated -- a request without a valid key returns a 401 "Invalid API key" -- with a free BASIC tier (8,000 requests/day) plus paid PRO/ULTRA/MEGA tiers up to $24.99/month for higher daily limits. The scraper's own README carries an active deprecation notice warning that OneFootball's site structure has changed and some routes "may no longer function as intended", so any specific stat or scorer response should be treated as unverified until reconfirmed live.
GreatAPIs Score
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
BASIC (free): 100 requests/day; PRO ($9.99/mo): 8,000 requests/day; ULTRA ($15.99/mo): 80,000 requests/day; MEGA ($24.99/mo): 200,000 requests/day
Changelog
- gained a summary, a docs link and a pricing model