:parent_resource/:resource_id/events/:season_type

This collection action returns a list of event ids and names for an entire season, preseason, or postseason, specified by the parent_resource and resource_id parameters below.

Note: The leagues resource will return 2 weeks of data.

URL


http://ffapi.fanfeedr.com/tier/api/:parent_resource/:resource_id/events/:season_type?api_key=

Valid Parent Resources 


Leagues, Conferences, Divisions, Teams, Geo

Valid Season Types


Season, Preseason, Postseason

Parameters


Required

  • parent_resource

             The actual parent_resource name.

             http://ffapi.fanfeedr.com/tier/api/leagues/:resource_id/events/:season_type?api_key=

             http://ffapi.fanfeedr.com/tier/api/conferences/:resource_id/events/:season_type?api_key=

             http://ffapi.fanfeedr.com/tier/api/divisions/:resource_id/events/:season_type?api_key=

             http://ffapi.fanfeedr.com/tier/api/teams/:resource_id/events/:season_type?api_key=

             http://ffapi.fanfeedr.com/tier/api/geo/:resource_id/events/:season_type?api_key=

  • resource_id

             The UUID of the desired parent_resource.

             http://ffapi.fanfeedr.com/tier/api/leagues/x99y99z0-9zz9-9x09-x9yz-9x909x9xy909/events/:season_type?api_key=

             http://ffapi.fanfeedr.com/tier/api/conferences/y99x99z0-9zz9-9y09-y9xz-9y909y9yx909/events/:season_type?api_key=

             http://ffapi.fanfeedr.com/tier/api/divisions/z00x00y9-0yy0-0z90-z0xy-0z090z0zx090/events/:season_type?api_key=

             http://ffapi.fanfeedr.com/tier/api/teams/a11b22c2-1bb1-1c21-c1ab-1c121c1ca121/events/:season_type?api_key=

             http://ffapi.fanfeedr.com/tier/api/geo/676/events/:season_type?api_key=

  • season_type

             The UUID of the desired season_type (partial set of examples below).

             http://ffapi.fanfeedr.com/tier/api/leagues/x99y99z0-9zz9-9x09-x9yz-9x909x9xy909/events/season?api_key=

             http://ffapi.fanfeedr.com/tier/api/conferences/y99x99z0-9zz9-9y09-y9xz-9y909y9yx909/events/preseason?api_key=

             http://ffapi.fanfeedr.com/tier/api/divisions/z00x00y9-0yy0-0z90-z0xy-0z090z0zx090/events/postseason?api_key=

Sample Requests


Please see member actions for sample requests and responses.

Relevant Discussions


Discuss this resource in our forums here.