Right now, the only routes are:
/topic/:topicID?page=:page to view a topic's page.
/post/:postID to view a post's page.
/api/topic/:topicID?page=:page to get a topic's posts in a nice clean JSON format.
/api/post/:postID to get a post in a nice clean JSON format.
More will be added soon!