API
tryapis.com
Find anything
⌘ K
GitHub API Endpoints
actions
activity
apps
billing
checks
code-scanning
codes-of-conduct
emojis
enterprise-admin
gists
git
gitignore
interactions
issues
licenses
markdown
meta
migrations
oauth-authorizations
orgs
packages
projects
pulls
rate-limit
reactions
repos
scim
search
secret-scanning
teams
users
Get the authenticated user

GET

Update the authenticated user

PATCH

List users blocked by the authenticated user

GET

Check if a user is blocked by the authenticated user

GET

Block a user

PUT

Unblock a user

DELETE

Set primary email visibility for the authenticated user

PATCH

List email addresses for the authenticated user

GET

Add an email address for the authenticated user

POST

Delete an email address for the authenticated user

DELETE

List followers of the authenticated user

GET

List the people the authenticated user follows

GET

Check if a person is followed by the authenticated user

GET

Follow a user

PUT

Unfollow a user

DELETE

List GPG keys for the authenticated user

GET

Create a GPG key for the authenticated user

POST

Get a GPG key for the authenticated user

GET

Delete a GPG key for the authenticated user

DELETE

List public SSH keys for the authenticated user

GET

Create a public SSH key for the authenticated user

POST

Get a public SSH key for the authenticated user

GET

Delete a public SSH key for the authenticated user

DELETE

List public email addresses for the authenticated user

GET

List users

GET

Get a user

GET

List followers of a user

GET

List the people a user follows

GET

Check if a user follows another user

GET

List GPG keys for a user

GET

Get contextual information for a user

GET

List public keys for a user

GET

GET

https://api.github.com/users/username/hovercard

Provides hovercard information when authenticated through basic auth or OAuth with the repo scope. You can find out more about someone in relation to their pull requests, issues, repositories, and organizations.

The subject_type and subject_id parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about octocat who owns the Spoon-Knife repository via cURL, it would look like this:

 curl -u username:token
  https://api.github.com/users/octocat/hovercard?subject_type=repository&subject_id=1300192

Scopes requested: user, public_repo, repo, notifications, gist
Authorization
tryapis.com never stores your requests or responses