TVmaze · JSON Structure
Tvmaze Public Show Structure
Structural description of the Show object in the TVmaze tvmaze-public API.
Type:
Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs
Tvmaze Public Show Structure is a JSON Structure definition published by TVmaze.
Meta-schema:
JSON Structure
{
"$id": "https://structures.tvmaze.com/tvmaze-public/show.json",
"title": "Show",
"description": "Structural description of the Show object in the TVmaze tvmaze-public API.",
"root": {
"name": "Show",
"type": "object",
"fields": [
{
"name": "id",
"type": "integer"
},
{
"name": "url",
"type": "string",
"format": "uri"
},
{
"name": "name",
"type": "string"
},
{
"name": "type",
"type": "string",
"description": "e.g. Scripted, Reality, Documentary"
},
{
"name": "language",
"type": "string"
},
{
"name": "genres",
"type": "array",
"items": {
"name": "item",
"type": "string"
}
},
{
"name": "status",
"type": "string",
"description": "e.g. Running, Ended, To Be Determined"
},
{
"name": "runtime",
"type": "integer"
},
{
"name": "averageRuntime",
"type": "integer"
},
{
"name": "premiered",
"type": "string",
"format": "date"
},
{
"name": "ended",
"type": "string",
"format": "date"
},
{
"name": "officialSite",
"type": "string"
},
{
"name": "schedule",
"type": "reference",
"ref": "#/components/schemas/Schedule"
},
{
"name": "rating",
"type": "reference",
"ref": "#/components/schemas/Rating"
},
{
"name": "weight",
"type": "integer"
},
{
"name": "network",
"type": "reference"
},
{
"name": "webChannel",
"type": "reference"
},
{
"name": "dvdCountry",
"type": "reference"
},
{
"name": "externals",
"type": "reference",
"ref": "#/components/schemas/Externals"
},
{
"name": "image",
"type": "reference"
},
{
"name": "summary",
"type": "string",
"description": "HTML summary"
},
{
"name": "updated",
"type": "integer",
"format": "int64"
},
{
"name": "_links",
"type": "reference",
"ref": "#/components/schemas/Links"
}
]
}
}
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/tvmaze-public-show-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.