Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

NameCategories Show
DescriptionDisplay information about a category.
TypeGET
URL/v9/categories/:id

Long Description

Display information about a single category.

Examples

RequestResponse
/v9/categories/2 

 

 

{
   "meta":{
      "canonical_url":null,
      "page_title":null,
      "image":"/images/original/missing.png",
      "header_title":null,
      "meta_description":null,
      "meta_keywords":null,
      "paragraph_3":null,
      "paragraph_2":null,
      "paragraph_1":null,
      "noindex":false,
      "nofollow":false
   },
   "updated_at":"2011-04-15T05:39:23Z",
   "parent":{
      "updated_at":"2011-04-15T05:39:23Z",
      "parent":null,
      "id":"1",
      "url":"/categories/1",
      "name":"Sports"
   },
   "id":"2",
   "url":"/categories/2",
   "name":"Baseball"
}
  • No labels