/itchio/games/comments
Get community comments on an itch.io game by its page (.itch.io/) or URL. Returns top-level comments with author, text, posted date, up/down vote counts, and nested replies.
Price: 5 credits
💡 AI Hint: Fetch community comments for a single itch.io game by its page address (.itch.io/, 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.
⚠️ Common errors: 412: Game not found
Authorizations
API token from the dashboard
Headers
Body
Game page as {author}.itch.io/{slug} or a full game URL
1"hempuli.itch.io/baba-is-you"
"https://maddymakesgamesinc.itch.io/celeste"
Max number of top-level comments to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500