Skip to content
English
  • There are no suggestions because the search field is empty.

How to get tips in TipsterAPI?

A step-by-step guide to fetching betting tips with TipsterAPI.

Step-by-step guide

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

 

Fixture Tips (Batch)

Zrzut ekranu 2024-11-13 160123

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

Zrzut ekranu 2024-11-13 160110

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

Zrzut ekranu 2024-11-13 160545

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:

https://tipster-api.statscore.com/api/v3/widgetapi/batchprematch?fixtures=14177785,14177864,14177759,14177698&lang=en&apikey=<>

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.

Zrzut ekranu 2024-11-14 134111

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.

Zrzut ekranu 2024-11-14 135246

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.

Zrzut ekranu 2024-11-14 135732

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

https://tipster-api.statscore.com/api/v3/widgetapi/prematchtips?home=Poland&away=Portugal&date=2024-11-15%2021%3A00&sport=Soccer&league=Nations%20Leauge&cid=2223&lang=en&apikey=<>

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

https://tipster-api.statscore.com/api/v3/widgetapi/inplaytips?home=Poland&away=Portugal&date=2024-11-15%2021%3A00&sport=Soccer&league=Nations%20Leauge&cid=2223&lang=en&apikey=<>