-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
NFL.Com
Authentication for NFL.com API. Refresh every hour.
Creates an authentication token. Must pass through other requests.
This method has no parameters.
NFL.ESPN.Fantasy
Constant data for ESPN Fantasy
NFL.Com
Fetches data from NFL.com about the current week and season.
Fetches data from NFL.com about the current week and season.
| Name | Type | Description |
|---|---|---|
| auth | NFL.Com.Auth | Authentication from the Auth class |
NFL.Com
Data on a match from NFL.com
Fetches data for a match from NFL.com
| Name | Type | Description |
|---|---|---|
| auth | NFL.Com.Auth | Authentication from the Auth class |
| matchid | System.String | ID of a match. Unique to NFL.com. Fetch current matches from NFL.Com.Week class. |
NFL.Com
Data for multiple matches from NFL.com. Same as Match class but for multiple matches
Fetches data for matchs from NFL.com.
| Name | Type | Description |
|---|---|---|
| auth | NFL.Com.Auth | Authentication from the Auth class |
| matchid | System.String[] | IDs of matches. Unique to NFL.com. Fetch current matches from NFL.Com.Week class. |
NFL.ESPN.Fantasy
Roster data for all teams
Gets rosters for all teams from league
| Name | Type | Description |
|---|---|---|
| leagueid | System.String | ID of league. Found in league URL. Must be viewable to the public. |
| season | System.Int32 | Year of season. |
NFL.ESPN.Fantasy
Gets scoreboard info from league
Fetches scoreboard data from ESPN Fantasy.
| Name | Type | Description |
|---|---|---|
| leagueid | System.String | ID of league. Found in league URL. Must be viewable to the public. |
| season | System.Int32 | Year of season. |
NFL.Com
Current NFL standings from NFL.com
Fetches current standings from NFL.com.
| Name | Type | Description |
|---|---|---|
| auth | NFL.Com.Auth | Authentication from the Auth class |
| week | System.Int32 | Week of standings to get. Fetch from the CurrentData class. |
| season | System.Int32 | Year of season. Fetch from the CurrentData class. |
| seasonType | System.String | Fetch from the CurrentData class. |
NFL.Com
Information for the week's matches
Fetches match data from a week from NFL.com
| Name | Type | Description |
|---|---|---|
| auth | NFL.Com.Auth | Authentication from the Auth class |
| week | System.Int32 | Week of standings to get. Fetch from the CurrentData class. |
| season | System.Int32 | Year of season. Fetch from the CurrentData class. |
| seasonType | System.String | Fetch from the CurrentData class. |