Get content by ID
GET
/api/v1/content/{id}
const url = 'http://localhost:8080/api/v1/content/1';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8080/api/v1/content/1Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer format: int64
Responses
Section titled “ Responses ”OK
Media type */*
object
id
integer format: int64
kodikId
string
type
string
title
string
titleOrig
string
otherTitle
string
year
integer format: int32
kinopoiskId
string
imdbId
string
shikimoriId
string
worldartLink
string
screenshots
Array<string>
materialData
object
key
additional properties
kinopoiskRating
number format: double
imdbRating
number format: double
shikimoriRating
number format: double
genres
string
blockedCountries
string
camrip
boolean
lgbt
boolean
lastSeason
integer format: int32
lastEpisode
integer format: int32
episodesCount
integer format: int32
quality
string
createdAt
string format: date-time
updatedAt
string format: date-time