Skip to content

Commit 8928983

Browse files
committed
new api
1 parent 0158b44 commit 8928983

File tree

3 files changed

+843
-0
lines changed

3 files changed

+843
-0
lines changed

source/includes/_changes.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changes
22

3+
### 2017-06-10
4+
* Event Stats Trend API
5+
36
### 2017-06-04
47
* support team_id and day in /events/search
58

source/index.html.md

+27
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,33 @@ event_id | Yes | Event ID you get from events/*
254254

255255
[event_odds_summary.json](samples/event_odds_summary.json)
256256

257+
## Event Stats Trend
258+
259+
```shell
260+
curl "https://api.betsapi.com/v1/event/stats_trend?token=YOUR_TOKEN\
261+
&event_id=294607"
262+
```
263+
264+
<aside class="notice">
265+
It requires "Soccer Enhanced API" permission, see Pricing for more details
266+
</aside>
267+
268+
Soccer only. only available for events after 2017-06-10.
269+
270+
### HTTP Request
271+
272+
`GET https://api.betsapi.com/v1/event/stats_trend`
273+
274+
### URL Parameters
275+
276+
Parameter | Required? | Description
277+
--------- | ------- | -----------
278+
event_id | Yes | Event ID you get from events/*
279+
280+
### HTTP Response
281+
282+
[event_stats_trend.json](samples/event_stats_trend.json)
283+
257284
### Reference
258285

259286
Key| Description

0 commit comments

Comments
 (0)