RLovelett / sports_data_api

A Ruby interface to the Sports Data API. API supports NFL, MLB, NHL, and NBA.
http://developer.sportsdatallc.com/api_gallery
Other
26 stars 28 forks source link

Implement NFL Team Hierarchy #11

Closed RLovelett closed 10 years ago

RLovelett commented 11 years ago

Team Hierarchy

Schema

Syntax: http://api.sportsdatallc.org/nfl-[access_level][version]/schema/hierarchy-v1.0.xsd?api_key=[your_api_key]

Schema Example

Feed

Syntax: http://api.sportsdatallc.org/nfl-[access_level][version]/teams/hierarchy.[format]?api_key=[your_api_key]

Parameter Format Notes

[access_level] = Real-Time (rt), Premium (p), Standard (s), Basic (b), Trial (t)

[version] = whole number (sequential, starting with the number 1)

[format] = xml

Feed Example