Skip to content

Meta API

The Meta API provides metadata for contents.

Endpoints

Get ID Map

GET /v0/meta/id-map/{idType}/{id}

Get ID mapping for a given content ID.

Path Parameters:

ParameterDescription
idTypemovie or show
idIMDB ID (e.g., tt0110912)

Response:

json
{
  "type": "string",
  "imdb": "string",
  "tmdb": "string",
  "tvdb": "string",
  "trakt": "string"
}