Categories / Show
Long Description
Display details about a specified Category.
Parameters
Name | Description | Type | Presence | Location |
---|---|---|---|---|
category_id | The ID of the specific Category | Integer | Required | URI |
Examples
Request | Response |
---|---|
/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" } |