External libraries

In addition to the official soccerfootball.info API, there are libraries and connectors created by external developers (community) or internal teams to make integrations faster and easier. These projects typically reduce boilerplate by providing ready-to-use methods, handling authentication, and offering higher-level abstractions over the raw HTTP endpoints.

Below you can find a list of available external libraries/connectors.


Python — soccer-info

Package: soccer-info PyPI: https://pypi.org/project/soccer-info/

A Python library that provides a connector to interact with the soccerfootball.info API in a simple and developer-friendly way.

Install

pip install soccer-info

Last updated