:{parent_resource/:resource_id/}teams/:id

Returns detailed information about a single team member, specified by the parameters below.

URL


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

Valid Parent Resources


Leagues, Conferences, Divisions

Parameters


Required

  • id

             The UUID of the desired team.

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

Optional

  • parent_resource

             The actual parent_resource name.

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

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

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

  • resource_id

             The UUID of the desired parent_resource.

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

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

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

Sample Requests


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

{
  • -
    standings: [
    • -
      {
      • parent_id: "20f0857f-3c43-5f50-acfc-879f838ee853"
      • ties: 0
      • losses: 18
      • parent_type: "league"
      • wins: 15
      }
    ]
  • name: "Chicago Cubs"
  • nicknames: [ ]
  • short_name: "Cubs"
  • location: "481"
  • logo: null
  • id: "d69fbb27-43c1-58d9-90f4-dc6489a4aebd"
}

Relevant Discussions


Discuss this resource in our forums here.