TheTVDB · JSON Structure

Tvdb Language Structure

language record

Type: object Properties: 4
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

Language 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 name nativeName shortCode

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-language-structure.json",
  "name": "Language",
  "description": "language record",
  "properties": {
    "id": {
      "type": "string",
      "x-go-name": "ID",
      "example": "abc123"
    },
    "name": {
      "type": "string",
      "x-go-name": "Name",
      "example": "Example Name"
    },
    "nativeName": {
      "type": "string",
      "x-go-name": "NativeName",
      "example": "example"
    },
    "shortCode": {
      "type": "string",
      "example": "example"
    }
  },
  "type": "object"
}