Common/data/v1.1/Category

Jump to: navigation, search

Category

Contains information about a category.

Elements

NameTypeDescription
id string ID for the category.
name string Category.
subcategories subcategory [ ] Subcategories of the category, returned only if subcategories are available and an include argument requested them.

XML Response Example

<Category>
  <id>1391952</id>
  <name>Avant-Garde / Experimental</name>
</Category>

JSON Response Example

{
   "id":"1391952",
   "name":"Avant-Garde \/ Experimental",
}
 
Personal tools