How to get tips in TipsterAPI

If you already learn how to collect list of fixture IDs from this article:
How to get fixtures IDs for TipsterAPI , you can use them to get proper tips.

TipsterAPI dashboard:

You can open TipsterAPI dashboard using endpoint:


You can collect tips for the single event or for the multiple events.

Zrzut ekranu 2024-11-13 150359.png



Fixture Tips (Batch)

Zrzut ekranu 2024-11-13 160123.png

Click on “try it out” button, and it will allow you to use the “fixtures” field.


Next Click on “execute” button and get all the tips for provided fixtures.



You can download the tips in the json format by clicking “download” button.
You can get the same result by using request URL to our API:

 

Note, you can use up to <50?> fixtures ID in 1 query.



Fixture Tips (Single)

If you want to get tips for some specific event, and don’t have fixture ID, you can do it in TipsterAPI dashboard. Go to Fixture Tips (Single) paragraph and click on “try it out” button.



Now you are able to provide with event details. Please fill the *Required fields such as “home”, “away”, “date”,”sport”,”league”,”cid”(client id - shared in the welcoming message), to generate tips for the certain event. When you are done click on “execute” button.

In the response you will get list of tips available for the selected event. You can download the tips in the json format by selecting “download” button.



It is good to know that you can achive the same result by the request URL:

You can fill the

In the same way you can collect tips for the live - inplay fixture.