Last updated

⚽️ Welcome to Goalise Football API

Goalise provides reliable football data tailored for developers who need live, historical, and prediction insights for football matches across leagues worldwide.

Whether you're building a fantasy football app, sports analytics dashboard, or just need football data, Goalise has you covered.

🧩 What You Can Do with Goalise

  • Retrieve live match scores, events, odds and statistics.
  • Access team and player statistics, including form and goals.
  • Fetch league standings, top scorers, and matches by season.
  • Use advanced prediction endpoints for future matches.
  • Filter data by league, team, season, or match ID.
  • For more things you can do, see API Reference section.

🚀 Quick Start

To start using the Goalise API:

  1. Subscribe to a pricing plan
    Choose your plan and billing period.

  2. Get Your API Key
    Once subscribed, your API key will be available under your dashboard.

  3. Make Your First Request

Here's an example using curl:

curl -X GET "https://api.goalise.com/api/v2/matches?league_id=618&season=2024" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

📚 API Reference

Explore all available endpoints in the API Reference section.

💡 Tips

  • All parameters are case-sensitive.
  • Use match_id, team_id, and season when available to filter data efficiently.
  • Follow rate limits defined by your subscription to avoid being blocked.

Still have questions? Visit the Support or contact us directly.

Happy coding! ⚽️