How to load the subcategories for a category?

You can load subcategories for a category using the \Magento\Catalog\Model\Category::getChildrenCategories() method:

A usage example:

See also: How to load a category by it’s id?