FIREANIME API
Browse API97 operations
POST

GetSliders

GetSliders retrieves all active promotional slider items.

/api.v1.SliderService/GetSliders Public
01

Request

GetSlidersRequest

GetSlidersRequestapi.v1.GetSlidersRequest0 fields

GetSlidersRequest is currently empty, used for future-proofing.

No fields — send an empty JSON object.
Request JSON
{}
02

Response

GetSlidersResponse

GetSlidersResponseapi.v1.GetSlidersResponse1 fields

GetSlidersResponse contains a list of promotional slider items.

dataarray

Collection of active slider items.

Example response
{
  "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.

id
uint32

Unique database identifier for the slider item.

title
string

The primary title.

subtitle
string

The secondary subtitle.

path
string

The destination path.

year
string

The release year or date string.

description
string

The detailed description.

poster
string

URL to the stored poster image.

backdrop
string

URL to the stored backdrop image.

04

Error handling

Common failure codes

invalid_argumentThe request payload failed validation.

internalThe service could not complete the operation.