V1.Metadata.Common:Category2

Jump to: navigation, search

Category

Contains information about a category.

Elements

NameTypeDescription
id String ID for the category.
name String Category.

XML Response Example

<Category>
  <id>210</id>
  <name>action/adventure</name>
</Category>

JSON Response Example

This example is formatted with extra spaces and carriage returns to make it easy to read.
{
   "id":"210",
   "name":"action/adventure",
}
 
Personal tools