github.com API: get_repo_issues
github.com via Parse · developer_tools
Lists issues for a repository with titles, statuses, labels, dates, assignees, and comment counts. Pull requests are filtered out automatically. Supports filtering by state (open/closed/all) and labels. Extract comprehensive data from GitHub repositories and user profiles including repo details, source code, README content, releases, issues with conversations, file trees, and user profiles. Fulfilled by Parse from github.com.
- b2b-directory
- developer-tools
- github-com
- parse
- platform-key
- social-media
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/c62c5062-8f8d-4477-ba78-2b9c68a1788b/get_repo_issues
- Interface artifact
- sha256:74c879eb73740e3217089b39793fc74eb1677d7244c74f6eec8f9c0d3745c155
- Manifest digest
- sha256:386c9e5bcef1a788e9f025650144f2e0abe7ab664bba341dab18cedec1919089
Request fields
- page (integer): Page number
- repo (string, required): Repository name
- sort (string): Sort by: created, updated, comments: Allowed values: created, updated, comments
- owner (string, required): Repository owner
- state (string): Filter by state: open, closed, or all: Allowed values: open, closed, all
- labels (string): Comma-separated list of label names to filter by
- per_page (integer): Results per page (max 100)
- direction (string): Sort direction: asc or desc: Allowed values: asc, desc
Example queries
- {"page":"1","repo":"react","sort":"created","owner":"facebook","state":"open","per_page":"10","direction":"asc"}