You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,11 +316,18 @@ Some attributes are only available for certain sports.
316
316
317
317
| Name | Value | Relevant States |
318
318
| --- | --- | --- |
319
+
|`sport`| Name of the sport for the sensor |`PRE``IN``POST`|
320
+
|`sport_path`| The `sport_path` for the sensor used to generate the API URL |`PRE``IN``POST`|
321
+
|`league`| Name of the league for the sensor |`PRE``IN``POST`|
322
+
|`league_path`| The `league_path` for the sensor used to generate the API URL |`PRE``IN``POST`|
323
+
|`league_logo`| URL for the logo of the league |`PRE``IN``POST`|
324
+
|`season`| Identifies the type of season (i.e. pre, regular, post) |`PRE``IN``POST`|
319
325
|`date`| Date and time of the game |`PRE``IN``POST`|
320
326
|`kickoff_in`| Human-readable string for how far away the game is (eg. "in 30 minutes" or "tomorrow") |`PRE``IN``POST`|
321
327
|`quarter`| The current quarter of gameplay |`IN`|
322
328
|`clock`| The clock value within the quarter (should never be higher than 15:00). Inning (MLB only). |`IN`|
323
329
|`event_name`| The name of the event being played (eg. "The Masters") |`PRE``IN``POST`|
330
+
|`series_summary`| If event is part of a series, provides a summary of the series |`PRE``IN``POST`|
324
331
|`event_url`| An ESPN URL for the event |`PRE``IN``POST`|
325
332
|`venue`| The name of the stadium where the game is being played (eg. "Arrowhead Stadium") |`PRE``IN``POST`|
326
333
|`location`| The city and state where the game is being played (eg. "Pittsburgh, PA") |`PRE``IN``POST`|
@@ -338,13 +345,17 @@ Some attributes are only available for certain sports.
338
345
|`on_third`| Baserunner on third base (MLB only). |`IN`|
339
346
|`team_total_shots`| Total shots by team (MLS only). |`IN`|
340
347
|`team_shots_on_target`| Shots on net by team (MLS only). |`IN`|
341
-
|`opponent_total_shots`| Total shots by team (MLS only). |`IN`|
342
-
|`opponent_shots_on_target`| Shots on net by team (MLS only). |`IN`|
348
+
|`team_sets_won`| Sets won by team. |`IN`|
349
+
|`opponent_total_shots`| Total shots by opponent (MLS only). |`IN`|
350
+
|`opponent_shots_on_target`| Shots on net by opponent (MLS only). |`IN`|
351
+
|`opponent_sets_won`| Sets won by opponent. |`IN`|
343
352
|`team_abbr`| The abbreviation for your team (ie. `SEA` for the Seahawks). |`PRE``IN``POST``BYE`|
344
353
|`team_id`| A numeric ID for your team, used to match `possession` above. |`PRE``IN``POST`|
345
354
|`team_name`| Your team's name (eg. "Seahawks"). Note this does not include the city name. |`PRE``IN``POST``BYE`|
355
+
|`team_long_name`| Your team's long name (eg. "Seatle Seahawks"). Note this includes the city name. |`PRE``IN``POST``BYE`|
346
356
|`team_record`| Your team's current record (eg. "2-3"). |`PRE``IN``POST`|
347
357
|`team_rank`| Your team's current rank (null if unranked or does not apply). |`PRE``IN``POST`|
358
+
|`team_conference_id`| Your team's conference ID. |`PRE``IN``POST`|
348
359
|`team_homeaway`| Your team's home/away status. Either `home` or `away`. |`PRE``IN``POST`|
349
360
|`team_logo`| A URL for a 500px wide PNG logo for the team. |`PRE``IN``POST``BYE`|
350
361
|`team_url`| An ESPN URL for the team. |`PRE``IN``POST``BYE`|
@@ -356,8 +367,10 @@ Some attributes are only available for certain sports.
356
367
|`opponent_abbr`| The abbreviation for your opponent (ie. `SEA` for the Seahawks). |`PRE``IN``POST``BYE`|
357
368
|`opponent_id`| A numeric ID for your opponent, used to match `possession` above. |`PRE``IN``POST`|
358
369
|`opponent_name`| Your opponent's name (eg. "Seahawks"). Note this does not include the city name. |`PRE``IN``POST``BYE`|
370
+
|`opponent_long_name`| Your opponent's long name (eg. "Seatle Seahawks"). Note this includes the city name. |`PRE``IN``POST``BYE`|
359
371
|`opponent_record`| Your opponent's current record (eg. "2-3"). |`PRE``IN``POST`|
360
372
|`opponent_rank`| Your opponent's current rank (null if unranked or does not apply). |`PRE``IN``POST`|
373
+
|`opponent_conference_id`| Your opponent's conference ID. |`PRE``IN``POST`|
361
374
|`opponent_homeaway`| Your opponent's home/away status. Either `home` or `away`. |`PRE``IN``POST`|
362
375
|`opponent_logo`| A URL for a 500px wide PNG logo for the opponent. |`PRE``IN``POST``BYE`|
363
376
|`opponent_url`| An ESPN URL for the opponent. |`PRE``IN``POST``BYE`|
@@ -367,7 +380,8 @@ Some attributes are only available for certain sports.
367
380
|`opponent_winner`| Flag indicating whether the opponent has won the competition or not. |`POST`|
368
381
|`opponent_timeouts`| The number of remaining timeouts your opponent has. |`PRE``IN``POST`|
369
382
|`last_update`| A timestamp for the last time data was fetched for the game. If you watch this in real-time, you should notice it updating every 10 minutes, except for during the game (and for the ~20 minutes pre-game) when it updates every 5 seconds. |`PRE``IN``POST``BYE`|
370
-
|`api_message`| A message giving information to help troubleshoot when the sensor is state `NOT_FOUND`|`NOT_FOUND`|
383
+
|`api_message`| A message giving information to help troubleshoot when the sensor is state |`PRE``IN``POST``BYE``NOT_FOUND`|
384
+
|`api_url`| The URL of the ESPN API call |`PRE``IN``POST``BYE``NOT_FOUND`|
0 commit comments