Toornament · JSON Structure
Toornament Tournament Structure
Structure of a Toornament Tournament object as returned from the Organizer API.
Type: object
Properties: 0
EsportsGamingTournamentsBracketsCompetition
ToornamentTournament is a JSON Structure definition published by Toornament.
Meta-schema:
JSON Structure
{
"name": "ToornamentTournament",
"description": "Structure of a Toornament Tournament object as returned from the Organizer API.",
"type": "object",
"fields": [
{ "name": "id", "type": "string", "required": true, "description": "Unique tournament identifier." },
{ "name": "discipline", "type": "string", "required": true, "description": "Esports discipline key." },
{ "name": "name", "type": "string", "required": true, "description": "Short tournament name." },
{ "name": "full_name", "type": "string", "required": false, "description": "Full tournament name." },
{ "name": "status", "type": "string", "required": true, "enum": ["pending", "running", "completed"], "description": "Tournament lifecycle status." },
{ "name": "participant_type", "type": "string", "required": true, "enum": ["team", "player"], "description": "Competition format." },
{ "name": "size", "type": "integer", "required": false, "description": "Max participants." },
{ "name": "online", "type": "boolean", "required": false, "description": "Online tournament flag." },
{ "name": "country", "type": "string", "required": false, "description": "ISO country code." },
{ "name": "timezone", "type": "string", "required": false, "description": "IANA timezone." },
{ "name": "scheduled_date_start", "type": "string", "format": "date", "required": false, "description": "Start date." },
{ "name": "scheduled_date_end", "type": "string", "format": "date", "required": false, "description": "End date." },
{ "name": "registration_enabled", "type": "boolean", "required": false, "description": "Registration open." },
{ "name": "platforms", "type": "array", "items": "string", "required": false, "description": "Gaming platforms." },
{ "name": "website", "type": "string", "format": "uri", "required": false, "description": "Tournament website." },
{ "name": "discord", "type": "string", "required": false, "description": "Discord server." },
{ "name": "public", "type": "boolean", "required": false, "description": "Publicly visible." },
{ "name": "archived", "type": "boolean", "required": false, "description": "Archived flag." },
{ "name": "created_at", "type": "string", "format": "date-time", "required": false, "description": "Creation timestamp." }
],
"nestedObjects": [
{
"name": "Stage",
"fields": [
{ "name": "id", "type": "string", "description": "Stage identifier." },
{ "name": "number", "type": "integer", "description": "Stage order." },
{ "name": "name", "type": "string", "description": "Stage name." },
{ "name": "type", "type": "string", "description": "Stage type (groups, single_elimination, etc.)." },
{ "name": "size", "type": "integer", "description": "Number of participants." },
{ "name": "status", "type": "string", "description": "Stage status." }
]
},
{
"name": "Participant",
"fields": [
{ "name": "id", "type": "string", "description": "Participant identifier." },
{ "name": "name", "type": "string", "description": "Player/team name." },
{ "name": "checked_in", "type": "boolean", "description": "Check-in status." },
{ "name": "lineup", "type": "array", "description": "Team members." }
]
},
{
"name": "Match",
"fields": [
{ "name": "id", "type": "string", "description": "Match identifier." },
{ "name": "number", "type": "integer", "description": "Match number." },
{ "name": "status", "type": "string", "description": "Match status." },
{ "name": "scheduled_datetime", "type": "string", "format": "date-time", "description": "Scheduled time." },
{ "name": "opponents", "type": "array", "description": "Two opponents with results." }
]
}
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/toornament-tournament-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.