GitHub:Developer API Developers Blog Support Search #header #header-wrapper Preview support for Reactions API May 12, 2016 kneemer GitHub recently added Reactions to Pull Requests, Issues, and Comments to help people express their feelings more simply and effectively in conversations. We are adding endpoints for Reactions so that you can now react and unreact via the API. You can enable these changes during the preview period by providing a custom media type in the Accept header: application/vnd.github.squirrel-girl-preview For example: To view reactions on an issue: curl "https://api.github.com/repos/github/hubot/issues/1/reactions" \ -H "Accept: application/vnd.github.squirrel-girl-preview" You can learn more about the new reaction response objects in the updated Commit comment , Issue , Issue comment , and Review Comment documentation. There is also ne...