Skip to main content

starred_repos

Overview

Namestarred_repos
TypeResource
Idgithub.activity.starred_repos

Fields

NameDatatypeDescription
idintegerUnique identifier of the repository
namestringThe name of the repository.
descriptionstring
has_projectsbooleanWhether projects are enabled.
is_templatebooleanWhether this repository acts as a template that can be used to generate new repositories.
statuses_urlstring
clone_urlstring
downloads_urlstring
template_repositoryobject
releases_urlstring
git_urlstring
organizationobjectSimple User
permissionsobject
default_branchstringThe default branch of the repository.
forks_countinteger
allow_auto_mergebooleanWhether to allow Auto-merge to be used on pull requests.
allow_rebase_mergebooleanWhether to allow rebase merges for pull requests.
git_commits_urlstring
issues_urlstring
subscribers_countinteger
tags_urlstring
forks_urlstring
contributors_urlstring
created_atstring
watchers_countinteger
full_namestring
contents_urlstring
visibilitystringThe repository visibility: public, private, or internal.
deployments_urlstring
forksinteger
subscription_urlstring
master_branchstring
network_countinteger
hooks_urlstring
events_urlstring
keys_urlstring
topicsarray
archivedbooleanWhether the repository is archived.
archive_urlstring
licenseobjectLicense Simple
labels_urlstring
allow_merge_commitbooleanWhether to allow merge commits for pull requests.
open_issues_countinteger
open_issuesinteger
forkboolean
git_tags_urlstring
mirror_urlstring
temp_clone_tokenstring
comments_urlstring
trees_urlstring
branches_urlstring
teams_urlstring
stargazers_urlstring
stargazers_countinteger
html_urlstring
commits_urlstring
languages_urlstring
allow_squash_mergebooleanWhether to allow squash merges for pull requests.
svn_urlstring
pulls_urlstring
sizeinteger
compare_urlstring
node_idstring
has_issuesbooleanWhether issues are enabled.
urlstring
languagestring
has_wikibooleanWhether the wiki is enabled.
starred_atstring
assignees_urlstring
privatebooleanWhether the repository is private or public.
git_refs_urlstring
ownerobjectSimple User
blobs_urlstring
allow_forkingbooleanWhether to allow forking this repo
subscribers_urlstring
watchersinteger
disabledbooleanReturns whether or not this repository disabled.
milestones_urlstring
delete_branch_on_mergebooleanWhether to delete head branches when pull requests are merged
updated_atstring
has_downloadsbooleanWhether downloads are enabled.
ssh_urlstring
homepagestring
pushed_atstring
notifications_urlstring
collaborators_urlstring
merges_urlstring
has_pagesboolean
issue_comment_urlstring
issue_events_urlstring

Methods

NameAccessible byRequired ParamsDescription
list_repos_starred_by_authenticated_userSELECTLists repositories the authenticated user has starred.

You can also find out when stars were created by passing the following custom media type via the Accept header:
check_repo_is_starred_by_authenticated_userEXECowner, repo
list_repos_starred_by_userEXECusernameLists repositories a user has starred.

You can also find out when stars were created by passing the following custom media type via the Accept header:
star_repo_for_authenticated_userEXECowner, repoNote that you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see "HTTP verbs."
unstar_repo_for_authenticated_userEXECowner, repo