An overview of working with topics, forums and other data in Invision Power Board.
Example of fetching forum data from a forum ID:
$fr = $this->registry->getClass('class_forums')->forumsFetchData($records[0]['forum_id']);
echo $fr['name']; //outputs forum name