POST
GetSliders
GetSliders retrieves all active promotional slider items.
/api.v1.SliderService/GetSliders Public01
Request
GetSlidersRequest
GetSlidersRequestapi.v1.GetSlidersRequest0 fields
GetSlidersRequest is currently empty, used for future-proofing.
No fields — send an empty JSON object.
{}02
Response
GetSlidersResponse
GetSlidersResponseapi.v1.GetSlidersResponse1 fields
GetSlidersResponse contains a list of promotional slider items.
{
"data": [
{
"id": 1,
"title": "Frieren: Beyond Journey’s End",
"subtitle": "Frieren: Beyond Journey’s End",
"path": "/anime/frieren",
"year": "string value",
"description": "Example content",
"poster": "https://example.com/image.webp",
"backdrop": "https://example.com/image.webp"
}
]
}03
Referenced models
1 nested message types
SliderItemapi.v1.SliderItem8 fields
SliderItem represents the metadata and URLs for a homepage promotional item.
iduint32Unique database identifier for the slider item.
titlestringThe primary title.
subtitlestringThe secondary subtitle.
pathstringThe destination path.
yearstringThe release year or date string.
descriptionstringThe detailed description.
posterstringURL to the stored poster image.
backdropstringURL to the stored backdrop image.
04
Error handling
Common failure codes
invalid_argumentThe request payload failed validation.
internalThe service could not complete the operation.