Skip to content

List all content with pagination

GET
/api/v1/content
curl --request GET \
--url 'http://localhost:8080/api/v1/content?page=0&size=20&sortBy=id&order=ASC'
page
integer format: int32
0
size
integer format: int32
default: 20
sortBy
string
default: id
order
string
default: ASC

OK

Media type */*
object
content
Array<object>
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
page
integer format: int32
size
integer format: int32
totalElements
integer format: int64
totalPages
integer format: int32