Skip to main content

categories/{id}/category

Retrieves the details of a single specified category id.

Arguments:

  • api_key (required)
  • id (required)

Example request:

http://[domain]/api/categories/20005/category.xml?api_key=[api_key]

Example response:

<?xml version="1.0" encoding="utf-8"?>
<category id="20005" name="Subcategory 1.1" narrower_items="0"
broader_items="1">
<broaderItem category_id="20000"/>
</category>