SpreadTrends Data API

<back to all web services

Players

Fetches NFL players by season (returns players with offensive statistics only).

The following routes are available for this service:
GET/api/nfl/players
GET/api/nfl/players/{Season}
Parameters:
NameParameterData TypeRequiredDescription
SeasonpathintNoThe season to find players by. Default is the current season.

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/oneway/Players HTTP/1.1 
Host: www.spreadtrends.com 
Content-Type: text/jsv
Content-Length: length

{
	playerId: String,
	season: 0,
	team: String,
	lastName: String,
	firstName: String,
	position: String,
	uniformNumber: 0,
	status: String,
	college: String
}