List pull requests

GET {{baseUrl}}/repos/:owner/:repo/pulls?state=open&head=<string>&base=<string>&sort=created&direction=<string>&per_page=30&page=1

Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

Request Params

KeyDatatypeRequiredDescription
statestringEither open, closed, or all to filter by state.
headstringFilter pulls by head user or head organization and branch name in the format of user:ref-name or organization:ref-name. For example: github:new-script-format or octocat:test-branch.
basestringFilter pulls by base branch name. Example: gh-pages.
sortstringWhat to sort results by. Can be either created, updated, popularity (comment count) or long-running (age, filtering by pulls updated in the last month).
directionstringThe direction of the sort. Can be either asc or desc. Default: desc when sort is created or sort is not specified, otherwise asc.
per_pagenumberResults per page (max 100)
pagenumberPage number of the results to fetch.

RESPONSES

status: OK

[{&quot;url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls/1347&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDExOlB1bGxSZXF1ZXN0MQ==&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat/Hello-World/pull/1347&quot;,&quot;diff_url&quot;:&quot;https://github.com/octocat/Hello-World/pull/1347.diff&quot;,&quot;patch_url&quot;:&quot;https://github.com/octocat/Hello-World/pull/1347.patch&quot;,&quot;issue_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues/1347&quot;,&quot;commits_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits&quot;,&quot;review_comments_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments&quot;,&quot;review_comment_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}&quot;,&quot;comments_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues/1347/comments&quot;,&quot;statuses_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e&quot;,&quot;number&quot;:1347,&quot;state&quot;:&quot;open&quot;,&quot;locked&quot;:true,&quot;title&quot;:&quot;Amazing new feature&quot;,&quot;user&quot;:{&quot;login&quot;:&quot;octocat&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/octocat&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/octocat/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/octocat/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/octocat/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/octocat/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/octocat/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/octocat/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/octocat/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/octocat/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/octocat/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false},&quot;body&quot;:&quot;Please pull these awesome changes in!&quot;,&quot;labels&quot;:[{&quot;id&quot;:208045946,&quot;node_id&quot;:&quot;MDU6TGFiZWwyMDgwNDU5NDY=&quot;,&quot;url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/labels/bug&quot;,&quot;name&quot;:&quot;bug&quot;,&quot;description&quot;:&quot;Something isn&#39;t working&quot;,&quot;color&quot;:&quot;f29513&quot;,&quot;default&quot;:true}],&quot;milestone&quot;:{&quot;url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/milestones/1&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat/Hello-World/milestones/v1.0&quot;,&quot;labels_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/milestones/1/labels&quot;,&quot;id&quot;:1002604,&quot;node_id&quot;:&quot;MDk6TWlsZXN0b25lMTAwMjYwNA==&quot;,&quot;number&quot;:1,&quot;state&quot;:&quot;open&quot;,&quot;title&quot;:&quot;v1.0&quot;,&quot;description&quot;:&quot;Tracking milestone for version 1.0&quot;,&quot;creator&quot;:{&quot;login&quot;:&quot;octocat&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/octocat&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/octocat/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/octocat/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/octocat/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/octocat/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/octocat/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/octocat/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/octocat/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/octocat/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/octocat/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false},&quot;open_issues&quot;:4,&quot;closed_issues&quot;:8,&quot;created_at&quot;:&quot;2011-04-10T20:09:31Z&quot;,&quot;updated_at&quot;:&quot;2014-03-03T18:58:10Z&quot;,&quot;closed_at&quot;:&quot;2013-02-12T13:22:01Z&quot;,&quot;due_on&quot;:&quot;2012-10-09T23:39:01Z&quot;},&quot;active_lock_reason&quot;:&quot;too heated&quot;,&quot;created_at&quot;:&quot;2011-01-26T19:01:12Z&quot;,&quot;updated_at&quot;:&quot;2011-01-26T19:01:12Z&quot;,&quot;closed_at&quot;:&quot;2011-01-26T19:01:12Z&quot;,&quot;merged_at&quot;:&quot;2011-01-26T19:01:12Z&quot;,&quot;merge_commit_sha&quot;:&quot;e5bd3914e2e596debea16f433f57875b5b90bcd6&quot;,&quot;assignee&quot;:{&quot;login&quot;:&quot;octocat&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/octocat&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/octocat/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/octocat/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/octocat/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/octocat/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/octocat/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/octocat/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/octocat/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/octocat/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/octocat/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false},&quot;assignees&quot;:[{&quot;login&quot;:&quot;octocat&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/octocat&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/octocat/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/octocat/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/octocat/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/octocat/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/octocat/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/octocat/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/octocat/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/octocat/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/octocat/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false},{&quot;login&quot;:&quot;hubot&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/hubot_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/hubot&quot;,&quot;html_url&quot;:&quot;https://github.com/hubot&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/hubot/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/hubot/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/hubot/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/hubot/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/hubot/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/hubot/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/hubot/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/hubot/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/hubot/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:true}],&quot;requested_reviewers&quot;:[{&quot;login&quot;:&quot;other_user&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/other_user_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/other_user&quot;,&quot;html_url&quot;:&quot;https://github.com/other_user&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/other_user/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/other_user/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/other_user/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/other_user/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/other_user/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/other_user/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/other_user/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/other_user/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/other_user/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false}],&quot;requested_teams&quot;:[{&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VGVhbTE=&quot;,&quot;url&quot;:&quot;https://api.github.com/teams/1&quot;,&quot;html_url&quot;:&quot;https://api.github.com/teams/justice-league&quot;,&quot;name&quot;:&quot;Justice League&quot;,&quot;slug&quot;:&quot;justice-league&quot;,&quot;description&quot;:&quot;A great team.&quot;,&quot;privacy&quot;:&quot;closed&quot;,&quot;permission&quot;:&quot;admin&quot;,&quot;members_url&quot;:&quot;https://api.github.com/teams/1/members{/member}&quot;,&quot;repositories_url&quot;:&quot;https://api.github.com/teams/1/repos&quot;}],&quot;head&quot;:{&quot;label&quot;:&quot;octocat:new-topic&quot;,&quot;ref&quot;:&quot;new-topic&quot;,&quot;sha&quot;:&quot;6dcb09b5b57875f334f61aebed695e2e4193db5e&quot;,&quot;user&quot;:{&quot;login&quot;:&quot;octocat&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/octocat&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/octocat/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/octocat/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/octocat/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/octocat/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/octocat/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/octocat/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/octocat/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/octocat/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/octocat/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false},&quot;repo&quot;:{&quot;id&quot;:1296269,&quot;node_id&quot;:&quot;MDEwOlJlcG9zaXRvcnkxMjk2MjY5&quot;,&quot;name&quot;:&quot;Hello-World&quot;,&quot;full_name&quot;:&quot;octocat/Hello-World&quot;,&quot;owner&quot;:{&quot;login&quot;:&quot;octocat&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/octocat&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/octocat/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/octocat/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/octocat/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/octocat/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/octocat/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/octocat/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/octocat/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/octocat/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/octocat/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false},&quot;private&quot;:false,&quot;html_url&quot;:&quot;https://github.com/octocat/Hello-World&quot;,&quot;description&quot;:&quot;This your first repo!&quot;,&quot;fork&quot;:false,&quot;url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World&quot;,&quot;archive_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}&quot;,&quot;assignees_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/assignees{/user}&quot;,&quot;blobs_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}&quot;,&quot;branches_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/branches{/branch}&quot;,&quot;collaborators_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}&quot;,&quot;comments_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/comments{/number}&quot;,&quot;commits_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/commits{/sha}&quot;,&quot;compare_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}&quot;,&quot;contents_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/contents/{+path}&quot;,&quot;contributors_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/contributors&quot;,&quot;deployments_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/deployments&quot;,&quot;downloads_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/downloads&quot;,&quot;events_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/events&quot;,&quot;forks_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/forks&quot;,&quot;git_commits_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}&quot;,&quot;git_refs_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}&quot;,&quot;git_tags_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}&quot;,&quot;git_url&quot;:&quot;git:github.com/octocat/Hello-World.git&quot;,&quot;issue_comment_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}&quot;,&quot;issue_events_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues/events{/number}&quot;,&quot;issues_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues{/number}&quot;,&quot;keys_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/keys{/key_id}&quot;,&quot;labels_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/labels{/name}&quot;,&quot;languages_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/languages&quot;,&quot;merges_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/merges&quot;,&quot;milestones_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/milestones{/number}&quot;,&quot;notifications_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}&quot;,&quot;pulls_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls{/number}&quot;,&quot;releases_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/releases{/id}&quot;,&quot;ssh_url&quot;:&quot;git@github.com:octocat/Hello-World.git&quot;,&quot;stargazers_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/stargazers&quot;,&quot;statuses_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/statuses/{sha}&quot;,&quot;subscribers_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/subscribers&quot;,&quot;subscription_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/subscription&quot;,&quot;tags_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/tags&quot;,&quot;teams_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/teams&quot;,&quot;trees_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}&quot;,&quot;clone_url&quot;:&quot;https://github.com/octocat/Hello-World.git&quot;,&quot;mirror_url&quot;:&quot;git:git.example.com/octocat/Hello-World&quot;,&quot;hooks_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/hooks&quot;,&quot;svn_url&quot;:&quot;https://svn.github.com/octocat/Hello-World&quot;,&quot;homepage&quot;:&quot;https://github.com&quot;,&quot;language&quot;:null,&quot;forks_count&quot;:9,&quot;stargazers_count&quot;:80,&quot;watchers_count&quot;:80,&quot;size&quot;:108,&quot;default_branch&quot;:&quot;master&quot;,&quot;open_issues_count&quot;:0,&quot;is_template&quot;:true,&quot;topics&quot;:[&quot;octocat&quot;,&quot;atom&quot;,&quot;electron&quot;,&quot;api&quot;],&quot;has_issues&quot;:true,&quot;has_projects&quot;:true,&quot;has_wiki&quot;:true,&quot;has_pages&quot;:false,&quot;has_downloads&quot;:true,&quot;archived&quot;:false,&quot;disabled&quot;:false,&quot;visibility&quot;:&quot;public&quot;,&quot;pushed_at&quot;:&quot;2011-01-26T19:06:43Z&quot;,&quot;created_at&quot;:&quot;2011-01-26T19:01:12Z&quot;,&quot;updated_at&quot;:&quot;2011-01-26T19:14:43Z&quot;,&quot;permissions&quot;:{&quot;admin&quot;:false,&quot;push&quot;:false,&quot;pull&quot;:true},&quot;allow_rebase_merge&quot;:true,&quot;template_repository&quot;:null,&quot;temp_clone_token&quot;:&quot;ABTLWHOULUVAXGTRYU7OC2876QJ2O&quot;,&quot;allow_squash_merge&quot;:true,&quot;delete_branch_on_merge&quot;:true,&quot;allow_merge_commit&quot;:true,&quot;subscribers_count&quot;:42,&quot;network_count&quot;:0,&quot;license&quot;:{&quot;key&quot;:&quot;mit&quot;,&quot;name&quot;:&quot;MIT License&quot;,&quot;url&quot;:&quot;https://api.github.com/licenses/mit&quot;,&quot;spdx_id&quot;:&quot;MIT&quot;,&quot;node_id&quot;:&quot;MDc6TGljZW5zZW1pdA==&quot;,&quot;html_url&quot;:&quot;https://github.com/licenses/mit&quot;},&quot;forks&quot;:1,&quot;open_issues&quot;:1,&quot;watchers&quot;:1}},&quot;base&quot;:{&quot;label&quot;:&quot;octocat:master&quot;,&quot;ref&quot;:&quot;master&quot;,&quot;sha&quot;:&quot;6dcb09b5b57875f334f61aebed695e2e4193db5e&quot;,&quot;user&quot;:{&quot;login&quot;:&quot;octocat&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/octocat&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/octocat/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/octocat/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/octocat/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/octocat/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/octocat/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/octocat/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/octocat/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/octocat/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/octocat/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false},&quot;repo&quot;:{&quot;id&quot;:1296269,&quot;node_id&quot;:&quot;MDEwOlJlcG9zaXRvcnkxMjk2MjY5&quot;,&quot;name&quot;:&quot;Hello-World&quot;,&quot;full_name&quot;:&quot;octocat/Hello-World&quot;,&quot;owner&quot;:{&quot;login&quot;:&quot;octocat&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/octocat&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/octocat/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/octocat/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/octocat/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/octocat/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/octocat/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/octocat/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/octocat/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/octocat/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/octocat/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false},&quot;private&quot;:false,&quot;html_url&quot;:&quot;https://github.com/octocat/Hello-World&quot;,&quot;description&quot;:&quot;This your first repo!&quot;,&quot;fork&quot;:false,&quot;url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World&quot;,&quot;archive_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}&quot;,&quot;assignees_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/assignees{/user}&quot;,&quot;blobs_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}&quot;,&quot;branches_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/branches{/branch}&quot;,&quot;collaborators_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}&quot;,&quot;comments_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/comments{/number}&quot;,&quot;commits_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/commits{/sha}&quot;,&quot;compare_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}&quot;,&quot;contents_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/contents/{+path}&quot;,&quot;contributors_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/contributors&quot;,&quot;deployments_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/deployments&quot;,&quot;downloads_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/downloads&quot;,&quot;events_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/events&quot;,&quot;forks_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/forks&quot;,&quot;git_commits_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}&quot;,&quot;git_refs_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}&quot;,&quot;git_tags_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}&quot;,&quot;git_url&quot;:&quot;git:github.com/octocat/Hello-World.git&quot;,&quot;issue_comment_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}&quot;,&quot;issue_events_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues/events{/number}&quot;,&quot;issues_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues{/number}&quot;,&quot;keys_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/keys{/key_id}&quot;,&quot;labels_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/labels{/name}&quot;,&quot;languages_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/languages&quot;,&quot;merges_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/merges&quot;,&quot;milestones_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/milestones{/number}&quot;,&quot;notifications_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}&quot;,&quot;pulls_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls{/number}&quot;,&quot;releases_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/releases{/id}&quot;,&quot;ssh_url&quot;:&quot;git@github.com:octocat/Hello-World.git&quot;,&quot;stargazers_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/stargazers&quot;,&quot;statuses_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/statuses/{sha}&quot;,&quot;subscribers_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/subscribers&quot;,&quot;subscription_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/subscription&quot;,&quot;tags_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/tags&quot;,&quot;teams_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/teams&quot;,&quot;trees_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}&quot;,&quot;clone_url&quot;:&quot;https://github.com/octocat/Hello-World.git&quot;,&quot;mirror_url&quot;:&quot;git:git.example.com/octocat/Hello-World&quot;,&quot;hooks_url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/hooks&quot;,&quot;svn_url&quot;:&quot;https://svn.github.com/octocat/Hello-World&quot;,&quot;homepage&quot;:&quot;https://github.com&quot;,&quot;language&quot;:null,&quot;forks_count&quot;:9,&quot;stargazers_count&quot;:80,&quot;watchers_count&quot;:80,&quot;size&quot;:108,&quot;default_branch&quot;:&quot;master&quot;,&quot;open_issues_count&quot;:0,&quot;is_template&quot;:true,&quot;topics&quot;:[&quot;octocat&quot;,&quot;atom&quot;,&quot;electron&quot;,&quot;api&quot;],&quot;has_issues&quot;:true,&quot;has_projects&quot;:true,&quot;has_wiki&quot;:true,&quot;has_pages&quot;:false,&quot;has_downloads&quot;:true,&quot;archived&quot;:false,&quot;disabled&quot;:false,&quot;visibility&quot;:&quot;public&quot;,&quot;pushed_at&quot;:&quot;2011-01-26T19:06:43Z&quot;,&quot;created_at&quot;:&quot;2011-01-26T19:01:12Z&quot;,&quot;updated_at&quot;:&quot;2011-01-26T19:14:43Z&quot;,&quot;permissions&quot;:{&quot;admin&quot;:false,&quot;push&quot;:false,&quot;pull&quot;:true},&quot;allow_rebase_merge&quot;:true,&quot;template_repository&quot;:null,&quot;temp_clone_token&quot;:&quot;ABTLWHOULUVAXGTRYU7OC2876QJ2O&quot;,&quot;allow_squash_merge&quot;:true,&quot;delete_branch_on_merge&quot;:true,&quot;allow_merge_commit&quot;:true,&quot;subscribers_count&quot;:42,&quot;network_count&quot;:0,&quot;license&quot;:{&quot;key&quot;:&quot;mit&quot;,&quot;name&quot;:&quot;MIT License&quot;,&quot;url&quot;:&quot;https://api.github.com/licenses/mit&quot;,&quot;spdx_id&quot;:&quot;MIT&quot;,&quot;node_id&quot;:&quot;MDc6TGljZW5zZW1pdA==&quot;,&quot;html_url&quot;:&quot;https://github.com/licenses/mit&quot;},&quot;forks&quot;:1,&quot;open_issues&quot;:1,&quot;watchers&quot;:1}},&quot;_links&quot;:{&quot;self&quot;:{&quot;href&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls/1347&quot;},&quot;html&quot;:{&quot;href&quot;:&quot;https://github.com/octocat/Hello-World/pull/1347&quot;},&quot;issue&quot;:{&quot;href&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues/1347&quot;},&quot;comments&quot;:{&quot;href&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/issues/1347/comments&quot;},&quot;review_comments&quot;:{&quot;href&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments&quot;},&quot;review_comment&quot;:{&quot;href&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}&quot;},&quot;commits&quot;:{&quot;href&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits&quot;},&quot;statuses&quot;:{&quot;href&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e&quot;}},&quot;author_association&quot;:&quot;OWNER&quot;,&quot;draft&quot;:false}]