ConsoleCatalog
Sign in
GitHub logo

GitHub

github.comDeveloper Toolsno auth

Repo/user search, repo details, releases, trending, and profiles.

Issue Details

ASYNCREADNo auth

Returns a single GitHub issue or pull request by number with disambiguation field.

ParametersFormJSON

Repository owner (user or org)

Repository name

Issue (or PR) number

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "gh_issue_details",
    "params": {
      "owner": "facebook",
      "repo": "react",
      "issue_number": "28000"
    }
  }'