Itch.io · Example Payload
List Game Uploads
GamesIndie GamesGame DistributionGame MarketplaceDevelopers
List Game Uploads 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
uploads
Example Payload
{
"uploads": [
{
"id": 55501234,
"storage": "build",
"filename": "super-platformer-windows-amd64.zip",
"displayName": "Super Platformer for Windows (64-bit)",
"size": 45234567,
"channelName": "windows-amd64",
"build": {
"id": 88801234,
"parentBuildId": 88801233,
"state": "completed",
"uploadId": 55501234,
"gameId": 9876543,
"userId": 1234567,
"version": 42,
"userVersion": "1.3.2",
"createdAt": "2026-05-10T14:22:00Z",
"updatedAt": "2026-05-10T14:35:00Z"
},
"buildId": 88801234,
"type": "default",
"preorder": false,
"demo": false,
"platforms": {
"windows": "amd64"
},
"createdAt": "2024-04-01T11:00:00Z",
"updatedAt": "2026-05-10T14:35:00Z"
},
{
"id": 55501235,
"storage": "build",
"filename": "super-platformer-linux-amd64.zip",
"displayName": "Super Platformer for Linux (64-bit)",
"size": 43876543,
"channelName": "linux-amd64",
"buildId": 88801256,
"type": "default",
"preorder": false,
"demo": false,
"platforms": {
"linux": "amd64"
},
"createdAt": "2024-04-01T11:00:00Z",
"updatedAt": "2026-05-10T14:37:00Z"
},
{
"id": 55501240,
"storage": "hosted",
"filename": "super-platformer-demo-windows.zip",
"displayName": "Super Platformer Demo (Windows)",
"size": 12500000,
"type": "default",
"preorder": false,
"demo": true,
"platforms": {
"windows": "amd64"
},
"createdAt": "2024-03-28T10:00:00Z",
"updatedAt": "2024-03-28T10:00:00Z"
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/list-game-uploads"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.