How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

APIs.io Engineering Platform Pulls API

Interact with GitHub Pull Requests.

APIs.io Engineering Platform Pulls API is one of 471 APIs that APIs.io Engineering Platform publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Pulls. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 27 operations across 16 paths, and defines 27 schemas. It is described by OpenAPI 3.2.0, at version 1.1.4.

Requests are made against a single base URL, {protocol}://{hostname}/api/v3.

27 operations 16 paths 27 schemas 3 DELETE12 GET2 PATCH6 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.1.4
Base URL
https://{bucketname}.s3.amazonaws.com
Contact
License
Terms of Service
Resource Areas
1

Paths & Operations 27

Across 16 paths, the API surfaces 27 operations — 3 DELETE, 12 GET, 2 PATCH, 6 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Pulls 27

Interact with GitHub Pull Requests.

GET
/repos/{owner}/{repo}/pulls
APIs.io Engineering Platform List pull requests
pulls/list 9 params → 200304422
POST
/repos/{owner}/{repo}/pulls
APIs.io Engineering Platform Create a pull request
pulls/create 2 params body → 201403422
GET
/repos/{owner}/{repo}/pulls/comments
APIs.io Engineering Platform List review comments in a repository
pulls/list-review-comments-for-repo 7 params → 200
GET
/repos/{owner}/{repo}/pulls/comments/{comment_id}
APIs.io Engineering Platform Get a review comment for a pull request
pulls/get-review-comment 3 params → 200404
PATCH
/repos/{owner}/{repo}/pulls/comments/{comment_id}
APIs.io Engineering Platform Update a review comment for a pull request
pulls/update-review-comment 3 params body → 200
DELETE
/repos/{owner}/{repo}/pulls/comments/{comment_id}
APIs.io Engineering Platform Delete a review comment for a pull request
pulls/delete-review-comment 3 params → 204404
GET
/repos/{owner}/{repo}/pulls/{pull_number}
APIs.io Engineering Platform Get a pull request
pulls/get 3 params → 200304404406500503
PATCH
/repos/{owner}/{repo}/pulls/{pull_number}
APIs.io Engineering Platform Update a pull request
pulls/update 3 params body → 200422403
GET
/repos/{owner}/{repo}/pulls/{pull_number}/comments
APIs.io Engineering Platform List review comments on a pull request
pulls/list-review-comments 8 params → 200
POST
/repos/{owner}/{repo}/pulls/{pull_number}/comments
APIs.io Engineering Platform Create a review comment for a pull request
pulls/create-review-comment 3 params body → 201422403
POST
/repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies
APIs.io Engineering Platform Create a reply for a review comment
pulls/create-reply-for-review-comment 4 params body → 201404
GET
/repos/{owner}/{repo}/pulls/{pull_number}/commits
APIs.io Engineering Platform List commits on a pull request
pulls/list-commits 5 params → 200
GET
/repos/{owner}/{repo}/pulls/{pull_number}/files
APIs.io Engineering Platform List pull requests files
pulls/list-files 5 params → 200422500503
GET
/repos/{owner}/{repo}/pulls/{pull_number}/merge
APIs.io Engineering Platform Check if a pull request has been merged
pulls/check-if-merged 3 params → 204404
PUT
/repos/{owner}/{repo}/pulls/{pull_number}/merge
APIs.io Engineering Platform Merge a pull request
pulls/merge 3 params body → 200405409422403404
GET
/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
APIs.io Engineering Platform Get all requested reviewers for a pull request
pulls/list-requested-reviewers 3 params → 200
POST
/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
APIs.io Engineering Platform Request reviewers for a pull request
pulls/request-reviewers 3 params body → 201422403
DELETE
/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
APIs.io Engineering Platform Remove requested reviewers from a pull request
pulls/remove-requested-reviewers 3 params body → 200422
GET
/repos/{owner}/{repo}/pulls/{pull_number}/reviews
APIs.io Engineering Platform List reviews for a pull request
pulls/list-reviews 5 params → 200
POST
/repos/{owner}/{repo}/pulls/{pull_number}/reviews
APIs.io Engineering Platform Create a review for a pull request
pulls/create-review 3 params body → 200422403
GET
/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
APIs.io Engineering Platform Get a review for a pull request
pulls/get-review 4 params → 200404
PUT
/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
APIs.io Engineering Platform Update a review for a pull request
pulls/update-review 4 params body → 200422
DELETE
/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
APIs.io Engineering Platform Delete a pending review for a pull request
pulls/delete-pending-review 4 params → 200422404
GET
/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments
APIs.io Engineering Platform List comments for a pull request review
pulls/list-comments-for-review 6 params → 200404
PUT
/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals
APIs.io Engineering Platform Dismiss a review for a pull request
pulls/dismiss-review 4 params body → 200404422
POST
/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events
APIs.io Engineering Platform Submit a review for a pull request
pulls/submit-review 4 params body → 200404422403
PUT
/repos/{owner}/{repo}/pulls/{pull_number}/update-branch
APIs.io Engineering Platform Update a pull request branch
pulls/update-branch 3 params body → 202422403

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are repository (95 properties), pull-request (48 properties), pull-request-simple (36 properties), pull-request-review-comment (29 properties). Each schema is shown below with its type and property counts.

commit
object
Commit
11 properties 9 required
pull-request
object
Pull requests let you tell others about changes you've pushed to a repository on GitHub. Once a pull request is sent, interested parties can review the set of…
48 properties 42 required
pull-request-simple
object
Pull Request Simple
36 properties 31 required
reaction-rollup
object
10 properties 10 required
diff-entry
object
Diff Entry
11 properties 9 required
pull-request-review-request
object
Pull Request Review Request
2 properties 2 required
nullable-team-simple
objectnull
Groups of organization members that gives permissions on specified repositories.
12 properties 10 required
basic-error
object
Basic Error
4 properties
pull-request-review-comment
object
Pull Request Review Comments are comments on a portion of the Pull Request's diff.
29 properties 16 required
author-association
string
How the author is associated with the repository.
validation-error
object
Validation Error
3 properties 2 required
nullable-milestone
objectnull
A collection of related issues and pull requests.
16 properties 16 required
nullable-simple-user
objectnull
A GitHub user.
21 properties 18 required
pull-request-merge-result
object
Pull Request Merge Result
3 properties 3 required
team
object
Groups of organization members that gives permissions on specified repositories.
13 properties 11 required
nullable-license-simple
objectnull
License Simple
6 properties 5 required
link
object
Hypermedia Link
1 property 1 required
validation-error-simple
object
Validation Error Simple
3 properties 2 required
nullable-git-user
objectnull
Metaproperties for Git author/committer information.
3 properties
repository
object
A repository on GitHub.
95 properties 73 required
simple-user
object
A GitHub user.
21 properties 18 required
auto-merge
objectnull
The status of auto merging a pull request.
4 properties 4 required
pull-request-review
object
Pull Request Reviews are reviews on pull requests.
13 properties 10 required
team-simple
object
Groups of organization members that gives permissions on specified repositories.
12 properties 10 required
empty-object
object
An object without any properties.
verification
object
4 properties 4 required
review-comment
object
Legacy Review Comment
28 properties 18 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-pulls-api-openapi.yml Raw ↑

Other APIs APIs.io Engineering Platform publishes across the network.

EasyCron
APIs.io Engineering Platform 2014 11 13 API
APIs.io Engineering Platform 2015 03 31 API
APIs.io Engineering Platform 2016 08 19 API
APIs.io Engineering Platform 2017 03 31 API
APIs.io Engineering Platform 2017 10 31 API
APIs.io Engineering Platform 2018 10 31 API
APIs.io Engineering Platform 2019 09 25 API
APIs.io Engineering Platform 2019 09 30 API
APIs.io Engineering Platform 2020 04 22 API
APIs.io Engineering Platform 2020 06 30 API
Where this information came from

This is an independent, third-party profile of APIs.io Engineering Platform Pulls API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.