
pricing
Football API pricing: pay per match, not per request
A 10,000 request plan covers 4 matches if you poll and 200 if you use webhooks. Size your plan by matches tracked, with the arithmetic.
GOAL API
4 min read
Topic
4 articles on this topic.

A 10,000 request plan covers 4 matches if you poll and 200 if you use webhooks. Size your plan by matches tracked, with the arithmetic.
GOAL API

Your webhook URL is public. Without a signature check, anyone who learns the URL posts fake goals into your app. Six lines of code stop them.
GOAL API

Polling 20 matches costs 43,200 requests on a Saturday. A socket costs one connection. Here is which transport fits which job, with the request math.
GOAL API

Most football APIs make you poll. We push match events to your server the second they land. Register an endpoint, handle the retry schedule, and cut hundreds of wasted requests per match.
GOAL API