Skip to main content

Content Hierarchy

The content hierarchy endpoints allow you to browse the site's content hierarchy to find information about a category. Categories are nested to create a hierarchy and organize content.

GET /categories

List all category titles in the hierarchy structure except for stubs.

GET /categories/{categoryname}

Returns a comprehensive list of attributes about a category, including the full text of the main category page and a list of all guides. The category name must be URL encoded.

GET /categories/all

Returns a flat list of the category names on the site.

TRUSTe