TheTVDB · JSON Structure

Tvdb Links Structure

Links for next, previous and current record

Type: object Properties: 5
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Properties

prev self next total_items page_size

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-links-structure.json",
  "name": "Links",
  "description": "Links for next, previous and current record",
  "properties": {
    "prev": {
      "type": "string",
      "nullable": true,
      "example": "example"
    },
    "self": {
      "type": "string",
      "nullable": true,
      "example": "example"
    },
    "next": {
      "type": "string",
      "example": "example"
    },
    "total_items": {
      "type": "int32",
      "example": 1
    },
    "page_size": {
      "type": "int32",
      "example": 1
    }
  },
  "type": "object"
}