@@ -110,6 +110,7 @@ Parameter | Required? | Description
110
110
--------- | ------- | -----------
111
111
sport_id | Yes | [ Reference] ( #sport-id )
112
112
league_id | No | useful when you want only one league
113
+ team_id | No | useful when you want only one team
113
114
day | No | format YYYYMMDD, eg: 20161201
114
115
page | No | [ Pager reference] ( #pager )
115
116
@@ -134,6 +135,7 @@ Parameter | Required? | Description
134
135
--------- | ------- | -----------
135
136
sport_id | Yes | [ Reference] ( #sport-id )
136
137
league_id | No | useful when you want only one league
138
+ team_id | No | useful when you want only one team
137
139
day | No | format YYYYMMDD, eg: 20161201
138
140
page | No | [ Pager reference] ( #pager )
139
141
@@ -316,6 +318,28 @@ league_id | Yes | flag 'has_leaguetable' from [League API](#league)
316
318
317
319
[ league_table.json] ( samples/league_table.json )
318
320
321
+ ## Team
322
+
323
+ ``` shell
324
+ curl " https://api.betsapi.com/v1/team?token=YOUR_TOKEN\
325
+ &sport_id=1"
326
+ ```
327
+
328
+ ### HTTP Request
329
+
330
+ ` GET https://api.betsapi.com/v1/team `
331
+
332
+ ### URL Parameters
333
+
334
+ Parameter | Required? | Description
335
+ --------- | ------- | -----------
336
+ sport_id | Yes | [ Reference] ( #sport-id )
337
+ page | No | [ Pager reference] ( #pager )
338
+
339
+ ### HTTP Response
340
+
341
+ [ team.json] ( samples/team.json )
342
+
319
343
# Bet365 API
320
344
321
345
<aside class =" notice " >
0 commit comments