API Models

class TimeCode(*, time, is_watched, release_episode_id)

Базовые классы: BaseModel

Класс для работы с этими методами:

accounts.users_me_views_timecodes_update

time: int
is_watched: bool
release_episode_id: str
_abc_impl = <_abc._abc_data object>
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

class Release(*, page=None, limit=None, genres=None, types=None, seasons=None, from_year=None, to_year=None, search=None, sorting=None, age_ratings=None, publish_statuses=None, production_statuses=None, include=None, exclude=None)

Базовые классы: BaseModel

Класс для работы с этими методами:

anime.catalog_releases_get

anime.catalog_releases_post

page: int | None
limit: int | None
genres: str | None
types: List[ContentType] | None
seasons: List[Seasons] | None
from_year: int | None
to_year: int | None
search: str | None
sorting: SortType | None
age_ratings: List[AgeRating] | None
publish_statuses: List[PublishStatusesType] | None
production_statuses: List[ProductionStatusesType] | None
include: str | None
exclude: str | None
_abc_impl = <_abc._abc_data object>
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

class ReleaseCollection(*, type_of_collection, page=None, limit=None, genres=None, types=None, years=None, search=None, age_ratings=None, include=None, exclude=None)

Базовые классы: BaseModel

Класс для работы с этими методами

users_me_collections_releases_get

users_me_collections_releases_post

type_of_collection: CollectionType
page: int | None
limit: int | None
genres: str | None
types: List[ContentType] | None
years: str | None
search: str | None
age_ratings: List[AgeRating] | None
include: str | None
exclude: str | None
_abc_impl = <_abc._abc_data object>
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].