| title | Events | GitHub API |
|---|
This is a read-only API to the GitHub events. These events power the various activity streams on the site.
- TOC {:toc}
Events support pagination,
however the per_page option is unsupported. The fixed page size is 30 items.
Fetching up to ten pages is supported, for a total of 300 events.
All Events have the same response format:
<%= headers 200, :pagination => true %> <%= json(:event) { |h| [h] } %>
GET /events
GET /repos/:user/:repo/events
GET /repos/:user/:repo/issues/events
GET /networks/:user/:repo/events
GET /orgs/:org/events
These are events that you've received by watching repos and following users. If you are authenticated as the given user, you will see private events. Otherwise, you'll only see public events.
GET /users/:user/received_events
GET /users/:user/received_events/public
If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
GET /users/:user/events
GET /users/:user/events/public
This is the user's organization dashboard. You must be authenticated as the user to view this.
GET /users/:user/events/orgs/:org