# Tools

Our API is simple and straightforward even for a human.

For read JSON you can use a simple browser, compone your URL and go to the page.\
If you use Google Chrome we suggest [an extension](https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh) that format JSON result.

To use API in more complex mode,  as well as obviously write a code in the language you prefer, you can use a API software like Postman (<https://www.postman.com/>) or Swagger  (<https://swagger.io/>)

If you using Postman we have develop the collection file:

* Postman collection for **direct mode API**  [**`RUN`**](https://app.getpostman.com/run-collection/3ffbdb1dd9f7fcc059a0)    [**`DOWNLOAD`**](https://www.getpostman.com/collections/52464763-458e1e54-837c-4524-85d7-e26e0505c1cb)               <br>
* Postman collection for **rapid API mode**   [**`RUN`**](https://app.getpostman.com/run-collection/e96d50bada5f1de05608)    [**`DOWNLOAD`**](https://www.getpostman.com/collections/52464763-25d2e128-c842-49f1-b449-a860e0462a0f)

We have also[ BRUNO](https://www.usebruno.com/) collection:

* [Bruno direct mode API](https://static.soccerfootball.info/schema/BRUNO-SoccerFootball-info-DIRECT.json)
* [Bruno RapidAPI mode](https://static.soccerfootball.info/schema/BRUNO-SoccerFootball-info-RAPIDAPI.json)

If you need to read the CSV format you can use some office software like MS Excel, Libreoffice, OpenOffice or Google spreadsheets.

Our CSV is all in UTF8 linux format, that is compatible with double click open without needed import.&#x20;

If you need simple the OpenAPI v3 Manifest:

* [OpenAPI v3 **direct mode API**](https://static.soccerfootball.info/schema/openapi_3_0_schema_DIRECT.json)&#x20;
* [OpenAPI v3 **rapid API mode**](https://static.soccerfootball.info/schema/openapi_3_0_schema_RAPIDAPI.json)


---

# 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/tools.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.
