github.com API: get_issue_detail
github.com via Parse · developer_tools
Fetches a single issue with the full body, all metadata, and optionally the complete conversation thread (comments). Each comment includes its author, body text, timestamps, and reactions. 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_issue_detail
- Interface artifact
- sha256:a75e503bd2e2fa2e3fc9e0433d7ed4d3747d933d8dd77a35258d8a31c314d140
- Manifest digest
- sha256:12ad01e00cdcddc8466c2de883b8a439301bfe0721f591a259fbdbfb5d379f82
Request fields
- repo (string, required): Repository name
- owner (string, required): Repository owner
- issue_number (string, required): Issue number
- include_comments (boolean): Whether to include comments
- comments_per_page (integer): Max comments to fetch (max 100)
Example queries
- {"repo":"react","owner":"facebook","issue_number":"1"}