GitHub · Example Payload

Github Gists Gist Simple Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Gists Gist Simple Example is an example object payload from GitHub, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

forkshistoryfork_ofurlforks_urlcommits_urlidnode_idgit_pull_urlgit_push_url

Example Payload

Raw ↑
{
  "forks": [
    {
      "id": "12345678",
      "url": "https://api.github.com/repos/octocat/Hello-World",
      "user": "example_value",
      "created_at": "2026-04-17T12:00:00Z",
      "updated_at": "2026-04-17T12:00:00Z"
    }
  ],
  "history": [
    "example_value"
  ],
  "fork_of": {
    "url": "https://api.github.com/repos/octocat/Hello-World",
    "forks_url": "https://api.github.com/repos/octocat/Hello-World",
    "commits_url": "https://api.github.com/repos/octocat/Hello-World",
    "id": "12345678",
    "node_id": "12345678",
    "git_pull_url": "https://api.github.com/repos/octocat/Hello-World",
    "git_push_url": "https://api.github.com/repos/octocat/Hello-World",
    "html_url": "https://api.github.com/repos/octocat/Hello-World",
    "files": {},
    "public": true
  },
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "forks_url": "https://api.github.com/repos/octocat/Hello-World",
  "commits_url": "https://api.github.com/repos/octocat/Hello-World",
  "id": "12345678",
  "node_id": "12345678",
  "git_pull_url": "https://api.github.com/repos/octocat/Hello-World",
  "git_push_url": "https://api.github.com/repos/octocat/Hello-World"
}