Pymoe.anime.search.kitsu

Pymoe.anime.search.kitsu.characters(term: str)[source]

Search for characters that match the term in the Kitsu API.

Parameters:term – Search Term
Pymoe.anime.search.kitsu.season(season: str = None, seasonYear: int = 2023)[source]

Given a season and a year, return a list of shows airing in that season and year. This can also pull historical and future data. (Though not too far in the future)

Parameters:
  • season – Which Season? See pymoe.helpers for a list of seasons.
  • seasonYear – What year?
Pymoe.anime.search.kitsu.shows(term: str)[source]

Search for shows that match the term in the Kitsu API.

Parameters:term – Search Term
Pymoe.anime.search.kitsu.staff(term: str)[source]

Kitsu doesn’t support text filtering on the anime-staff endpoint. Method not supported.

Pymoe.anime.search.kitsu.streaming(item_id: int)[source]

Given a media ID, return all streaming links related to that media. Unlike anilist, this returns one link per streaming service.

Parameters:term – Search Term
Pymoe.anime.search.kitsu.studios(term: str)[source]

Kitsu doesn’t support text filtering on the anime-producers endpoint. Method not supported.