TheTVDB · JSON Structure

Tvdb Entity Structure

Entity record

Type: object Properties: 3
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Properties

movieId order seriesId

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-entity-structure.json",
  "name": "Entity",
  "description": "Entity record",
  "properties": {
    "movieId": {
      "type": "int32",
      "example": 12345
    },
    "order": {
      "type": "int64",
      "x-go-name": "Order",
      "example": 12345
    },
    "seriesId": {
      "type": "int32",
      "example": 12345
    }
  },
  "type": "object"
}