:{parent_resource/:resource_id/}content/:id

Returns detailed information about a single content item, specified by the parameters below.

URL


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

Valid Parent Resources


Leagues, Conferences, Divisions, Teams, Persons, Geo, Sources

Parameters


Required

  • id

             The UUID of the desired content item.

             http://ffapi.fanfeedr.com/tier/api/content/567j576k-kl67-6l7m-jk7l-67j8k78k8lm6?api_key=

Optional

  • parent_resource

             The actual parent_resource name.

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

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

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

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

             http://ffapi.fanfeedr.com/tier/api/persons/:resource_id/content/:id?api_key=

             http://ffapi.fanfeedr.com/tier/api/geo/:resource_id/content/:id?api_key=

             http://ffapi.fanfeedr.com/tier/api/sources/:resource_id/content/:id?api_key=


  • resource_id

             The UUID of the desired parent_resource.

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

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

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

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

             http://ffapi.fanfeedr.com/tier/api/persons/9876f68g-1ff0-53bf-b43c-2477d70ca234/content/:id?api_key=

             http://ffapi.fanfeedr.com/tier/api/geo/676/content/:id?api_key=

             http://ffapi.fanfeedr.com/tier/api/sources/61d963b7-77d8-576b-a58a-679a962df4a9/content/:id?api_key=


Sample Requests


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

{
  • body: null
  • -
    related_entities: [
    • -
      {
      • type: "team"
      • id: "608158c1-b6d9-51d2-aaab-9dac038ad6ff"
      • name: "Dallas Mavericks"
      }
    • -
      {
      • type: "player"
      • id: "7be67add-c85b-512d-bd99-a49f9d0165a4"
      • name: "Jason Terry"
      }
    • -
      {
      • type: "metro_area"
      • id: "9692a74b-8347-58ad-9096-6ae6caaf265b"
      • name: "Dallas"
      }
    • -
      {
      • type: "division"
      • id: "ccf23ef9-d8d3-507c-9a58-af24480b06c4"
      • name: "Southwest"
      }
    • -
      {
      • type: "conference"
      • id: "d9f80d69-4217-56d2-9007-49bf30dcf5e7"
      • name: "Western"
      }
    • -
      {
      • type: "league"
      • id: "f65226d8-fbf7-5033-a7a0-50de55b57968"
      • name: "NBA"
      }
    ]
  • title: "Terry ties record as Mavericks sweep Lakers"
  • url: "http://www.fanfeedr.com/nba/2011/05/08/terry-ties-record-as-mavericks-sweep-lakers"
  • id: "539e573f-ab49-5f6b-ad4a-24e1a05c7be5"
  • dateline_date: "2011-05-08T22:18:00.000000Z"
  • summary: "Jason Terry tied an NBA playoff record with nine three-pointers and the Dallas Mavericks matched another post-season mark with 20 threes, powering them to a 122-86 victory over the Lakers on Sunday and a sweep of their second-round series."
  • type: "news"
  • thumbnail: "http://images.fanfeedr.com/2011/05/08/4/t484159a739575bd9afd51b5bba9b7a9b.jpg"
}

Relevant Discussions


Discuss this resource in our forums here.