TheTVDB · JSON Structure

Tvdb Favorites Structure

User favorites record

Type: object Properties: 6
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

Favorites is a JSON Structure definition published by TheTVDB, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

series movies episodes artwork people lists

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tvdb/refs/heads/main/json-structure/tvdb-favorites-structure.json",
  "name": "Favorites",
  "description": "User favorites record",
  "properties": {
    "series": {
      "items": {
        "type": "int32"
      },
      "type": "array",
      "x-go-name": "series",
      "example": [
        1
      ]
    },
    "movies": {
      "items": {
        "type": "int32"
      },
      "type": "array",
      "x-go-name": "movies",
      "example": [
        1
      ]
    },
    "episodes": {
      "items": {
        "type": "int32"
      },
      "type": "array",
      "x-go-name": "episodes",
      "example": [
        1
      ]
    },
    "artwork": {
      "items": {
        "type": "int32"
      },
      "type": "array",
      "x-go-name": "artwork",
      "example": [
        1
      ]
    },
    "people": {
      "items": {
        "type": "int32"
      },
      "type": "array",
      "x-go-name": "people",
      "example": [
        1
      ]
    },
    "lists": {
      "items": {
        "type": "int32"
      },
      "type": "array",
      "x-go-name": "list",
      "example": [
        1
      ]
    }
  },
  "type": "object"
}