TheTVDB · Example Payload

Tvdb Tag Example

EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

Tvdb Tag Example is an example object payload from TheTVDB, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allowsMultiplehelpTextidnameoptions

Example Payload

Raw ↑
{
  "allowsMultiple": true,
  "helpText": "example",
  "id": 12345,
  "name": "Example Name",
  "options": [
    {
      "helpText": "example",
      "id": 12345,
      "name": "Example Name",
      "tag": 12345,
      "tagName": "example"
    }
  ]
}