TVmaze · Schema

MarkedEpisode

MarkedEpisode resource from TVmaze tvmaze-premium API.

VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

Properties

Name Type Description
_embedded object
episode_id integer
marked_at integer Epoch timestamp for when the user watched the episode, or 0 for unknown.
type object
View JSON Schema on GitHub

JSON Schema

tvmaze-premium-markedepisode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.tvmaze.com/tvmaze-premium/markedepisode.json",
  "title": "MarkedEpisode",
  "description": "MarkedEpisode resource from TVmaze tvmaze-premium API.",
  "properties": {
    "_embedded": {
      "properties": {
        "episode": {
          "$ref": "#/definitions/Episode"
        }
      },
      "type": "object"
    },
    "episode_id": {
      "readOnly": true,
      "type": "integer"
    },
    "marked_at": {
      "description": "Epoch timestamp for when the user watched the episode, or 0 for unknown.",
      "type": "integer"
    },
    "type": {
      "$ref": "#/definitions/MarkType"
    }
  },
  "type": "object",
  "definitions": {
    "BulkResponse": {
      "description": "A list of responses to your bulk input, ordered the same as your input",
      "items": {
        "properties": {
          "code": {
            "description": "The HTTP code that corresponds to this item",
            "type": "integer"
          },
          "errors": {
            "description": "A list of validation errors for this item (in case of error)",
            "type": "object"
          },
          "input": {
            "description": "The request data that belonged to this response (in case of error)",
            "type": "object"
          },
          "message": {
            "description": "A human-readable error message (in case of error)",
            "type": "string"
          },
          "result": {
            "description": "The resulting created/updated object (in case of success)",
            "type": "object"
          }
        }
      },
      "type": "array"
    },
    "Episode": {
      "type": "object"
    },
    "EpisodeVote": {
      "properties": {
        "episode_id": {
          "readOnly": true,
          "type": "integer"
        },
        "vote": {
          "description": "The vote number",
          "maximum": 10,
          "minimum": 1,
          "type": "integer"
        },
        "voted_at": {
          "description": "Epoch timestamp for when the user voted for the episode",
          "readOnly": true,
          "type": "integer"
        }
      },
      "type": "object"
    },
    "MarkType": {
      "description": "0 for watched, 1 for acquired, 2 for skipped"
    },
    "MarkedEpisode": {
      "properties": {
        "_embedded": {
          "properties": {
            "episode": {
              "$ref": "#/definitions/Episode"
            }
          },
          "type": "object"
        },
        "episode_id": {
          "readOnly": true,
          "type": "integer"
        },
        "marked_at": {
          "description": "Epoch timestamp for when the user watched the episode, or 0 for unknown.",
          "type": "integer"
        },
        "type": {
          "$ref": "#/definitions/MarkType"
        }
      },
      "type": "object"
    },
    "Network": {
      "type": "object"
    },
    "NetworkFollow": {
      "properties": {
        "_embedded": {
          "properties": {
            "network": {
              "$ref": "#/definitions/Network"
            }
          },
          "type": "object"
        },
        "network_id": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "Person": {
      "type": "object"
    },
    "PersonFollow": {
      "properties": {
        "_embedded": {
          "properties": {
            "person": {
              "$ref": "#/definitions/Person"
            }
          },
          "type": "object"
        },
        "person_id": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "Show": {
      "type": "object"
    },
    "ShowFollow": {
      "properties": {
        "_embedded": {
          "properties": {
            "show": {
              "$ref": "#/definitions/Show"
            }
          },
          "type": "object"
        },
        "show_id": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "ShowVote": {
      "properties": {
        "show_id": {
          "readOnly": true,
          "type": "integer"
        },
        "vote": {
          "description": "The vote number",
          "maximum": 10,
          "minimum": 1,
          "type": "integer"
        },
        "voted_at": {
          "description": "Epoch timestamp for when the user voted for the episode",
          "readOnly": true,
          "type": "integer"
        }
      },
      "type": "object"
    },
    "Tag": {
      "properties": {
        "id": {
          "readOnly": true,
          "type": "integer"
        },
        "name": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "TagInstance": {
      "properties": {
        "_embedded": {
          "properties": {
            "show": {
              "$ref": "#/definitions/Show"
            }
          },
          "type": "object"
        },
        "show_id": {
          "type": "integer"
        }
      },
      "type": "object"
    },
    "Webchannel": {
      "type": "object"
    },
    "WebchannelFollow": {
      "properties": {
        "_embedded": {
          "properties": {
            "webchannel": {
              "$ref": "#/definitions/Webchannel"
            }
          },
          "type": "object"
        },
        "webchannel_id": {
          "type": "integer"
        }
      },
      "type": "object"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tvmaze-premium-markedepisode"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.