Billing
Payments run through Stripe. Card details never reach our servers — we hold a customer reference and the plan you are on, which is all the API needs.
Loading your plan
Before you upgrade
- What changes when I upgrade?
- Pro opens the whole catalogue — second tiers, cups and UEFA competitions. The free tier already has every endpoint, advanced analytics and unlimited requests on the big five; coverage is the only thing that moves.
- What happens when I run out for the day?
- Nothing does — there is no daily allowance on either plan. Requests are unlimited. The only limit is an unadvertised fair-use burst guard far above ordinary usage, and sustaining it returns 429 with a Retry-After header.
- Is there a rate limit as well?
- No advertised one. Both plans serve requests with no per-day or per-minute allowance. We keep an internal burst ceiling purely so one runaway script cannot degrade the service for everyone else on the box.
- Can I cancel?
- At any time, from the Stripe portal. Your key stays on Pro until the end of the period you have paid for, then drops back to the free tier's big-five coverage. It is never disabled.
- Do you store my card?
- No. Card details go to Stripe and never touch our servers. We keep a Stripe customer ID and the plan you are on, which is all the API needs to know.