Itch.io · Example Payload

Wharf Channel

GamesIndie GamesGame DistributionGame MarketplaceDevelopers

Wharf Channel is an example object payload from Itch.io, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

channel

Example Payload

Raw ↑
{
  "channel": {
    "name": "windows-amd64",
    "tags": "",
    "upload": {
      "id": 55501234,
      "storage": "build",
      "filename": "super-platformer-windows-amd64.zip",
      "displayName": "Super Platformer for Windows (64-bit)",
      "size": 45234567,
      "channelName": "windows-amd64",
      "buildId": 88801234,
      "type": "default",
      "preorder": false,
      "demo": false,
      "platforms": {
        "windows": "amd64"
      },
      "createdAt": "2024-04-01T11:00:00Z",
      "updatedAt": "2026-05-10T14:35:00Z"
    },
    "head": {
      "id": 88801234,
      "parentBuildId": 88801233,
      "state": "completed",
      "uploadId": 55501234,
      "gameId": 9876543,
      "userId": 1234567,
      "version": 42,
      "userVersion": "1.3.2",
      "files": [
        {
          "id": 999001,
          "size": 2345678,
          "state": "uploaded",
          "type": "patch",
          "subType": "optimized",
          "createdAt": "2026-05-10T14:22:00Z",
          "updatedAt": "2026-05-10T14:34:00Z"
        },
        {
          "id": 999002,
          "size": 45234567,
          "state": "uploaded",
          "type": "archive",
          "subType": "default",
          "createdAt": "2026-05-10T14:22:00Z",
          "updatedAt": "2026-05-10T14:33:00Z"
        },
        {
          "id": 999003,
          "size": 512000,
          "state": "uploaded",
          "type": "signature",
          "subType": "default",
          "createdAt": "2026-05-10T14:22:00Z",
          "updatedAt": "2026-05-10T14:33:30Z"
        }
      ],
      "createdAt": "2026-05-10T14:22:00Z",
      "updatedAt": "2026-05-10T14:35:00Z"
    },
    "pending": null
  }
}