:{parent_resource/:resource_id/}events/:id

Returns detailed information about a single event member including scores, specified by the parameters below.

URL


http://ffapi.fanfeedr.com/{tier}/api/:{parent_resource/:resource_id/}events/:id?api_key=

Valid Parent Resources


Leagues, Conferences, Divisions, Teams

Parameters


Required

  • id

             The UUID of the desired event.

             http://ffapi.fanfeedr.com/tier/api/events/987654321?api_key=

Optional

  • parent_resource

             The actual parent_resource name.

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

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

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

             http://ffapi.fanfeedr.com/tier/api/teams/:resource_id/events/:id &api_key=

  • resource_id

             The UUID of the desired parent_resource.

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

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

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

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

Sample Requests


http://ffapi.fanfeedr.com/api/:{parent_resource/:resource_id/}events/:id - Try it now!  [COMING SOON]

{
  • status: "POSTPONED"
  • -
    home_team: {
    • score: 0
    • id: "d69fbb27-43c1-58d9-90f4-dc6489a4aebd"
    • name: "Chicago Cubs"
    }
  • -
    away_team: {
    • score: 0
    • id: "f0d7a0fc-2ad1-51e5-93b0-c3e89b00a0cd"
    • name: "Colorado Rockies"
    }
  • name: "Colorado Rockies @ Chicago Cubs"
  • season_type: "regular"
  • season_year: 2011
  • date: "2011-04-27T14:20:00.000000Z"
}

Relevant Discussions


Discuss this resource in our forums here.