TheTVDB · JSON Structure

Tvdb User Info Structure

User info record

Type: object Properties: 4
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Properties

id language name type

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-user-info-structure.json",
  "name": "UserInfo",
  "description": "User info record",
  "properties": {
    "id": {
      "type": "int32",
      "example": 12345
    },
    "language": {
      "type": "string",
      "example": "eng"
    },
    "name": {
      "type": "string",
      "example": "Example Name"
    },
    "type": {
      "type": "string",
      "example": "example"
    }
  },
  "type": "object"
}