I am currently working application that uses e621's API, and I am trying to fetch a post's comments, but the API Documentation does not state how to fetch comments. I've tried using https://e621.net/comments.json but that does not return comments but seemingly random posts. I've also tried https://e621.net/posts/[post_id]/comments.json and that returns a piece of html, which is the comment section of the post, but it doesn't seem like that is supposed to happen. Does anyone know how to do it properly?