/itchio/games/comments

POST /api/itchio/games/comments

Price: 5 credits

Get community comments on an itch.io game by its page ({author}.itch.io/{slug}) or URL. Returns top-level comments with author, text, posted date, up/down vote counts, and nested replies.

How to use it

Fetch community comments for a single itch.io game by its page address ({author}.itch.io/{slug}, e.g. hempuli.itch.io/baba-is-you) or a full game URL. Each item is a top-level comment with id, author (username/name/image), text, created_at (UTC), upvote_count, downvote_count, has_more_replies, and a recursive replies list of the same shape.

Parameters

Request body

Response

Errors

Response headers