Ir para o conteúdo principal

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.

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.