Search for repositories
GET
/repos/search
repository
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/repos/search'
Response Response Example
200 - Example 1
{
"data": [
{
"allow_merge_commits": true,
"allow_rebase": true,
"allow_rebase_explicit": true,
"allow_squash_merge": true,
"archived": true,
"avatar_url": "string",
"clone_url": "string",
"created_at": "2019-08-24T14:15:22Z",
"default_branch": "string",
"default_merge_style": "string",
"description": "string",
"empty": true,
"external_tracker": {
"external_tracker_format": "string",
"external_tracker_style": "string",
"external_tracker_url": "string"
},
"external_wiki": {
"external_wiki_url": "string"
},
"fork": true,
"forks_count": 0,
"full_name": "string",
"has_issues": true,
"has_projects": true,
"has_pull_requests": true,
"has_wiki": true,
"html_url": "string",
"id": 0,
"ignore_whitespace_conflicts": true,
"internal": true,
"internal_tracker": {
"allow_only_contributors_to_track_time": true,
"enable_issue_dependencies": true,
"enable_time_tracker": true
},
"mirror": true,
"mirror_interval": "string",
"name": "string",
"open_issues_count": 0,
"open_pr_counter": 0,
"original_url": "string",
"owner": {
"active": true,
"avatar_url": "string",
"created": "2019-08-24T14:15:22Z",
"description": "string",
"email": "user@example.com",
"followers_count": 0,
"following_count": 0,
"full_name": "string",
"id": 0,
"is_admin": true,
"language": "string",
"last_login": "2019-08-24T14:15:22Z",
"location": "string",
"login": "string",
"prohibit_login": true,
"restricted": true,
"starred_repos_count": 0,
"visibility": "string",
"website": "string"
},
"parent": {},
"permissions": {
"admin": true,
"pull": true,
"push": true
},
"private": true,
"release_counter": 0,
"size": 0,
"ssh_url": "string",
"stars_count": 0,
"template": true,
"updated_at": "2019-08-24T14:15:22Z",
"watchers_count": 0,
"website": "string"
}
],
"ok": true
}
Request
Query Params
q
stringÂ
optional
topic
stringÂ
optional
includeDesc
stringÂ
optional
uid
integerÂ
optional
priority_owner_id
integerÂ
optional
team_id
integerÂ
optional
starredBy
integerÂ
optional
private
stringÂ
optional
is_private
stringÂ
optional
template
stringÂ
optional
archived
stringÂ
optional
mode
stringÂ
optional
exclusive
stringÂ
optional
uid
is given, search only for repos that the user ownssort
stringÂ
optional
order
stringÂ
optional
page
integerÂ
optional
limit
integerÂ
optional
Responses
Modified at 2022-09-10 23:12:52