# 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**

```bash
pip install soccer-info
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://info.soccerfootball.info/external-libraries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
