Pymoe.anime.search.anilist

Pymoe.anime.search.anilist.airingSchedule(item_id: int)[source]

Given an anime id, return the airing schedule. This returns a full airing schedule, including already aired episodes. If an episode has already aired timeUntilAiring will be <= 0. timeUntilAiring is just seconds.

Pymoe.anime.search.anilist.characters(term: str, page: int = 1, perPage: int = 3)[source]

Search for characters that match the term in the API.

Parameters:
  • term – Search Term
  • page – Which page of the results?
  • perPage – How many results per page?
Pymoe.anime.search.anilist.shows(term: str, page: int = 1, perPage: int = 3)[source]

Search for shows(anime) that match the term in the API.

Parameters:
  • term – Search Term
  • page – Which page of the results?
  • perPage – How many results per page?
Pymoe.anime.search.anilist.staff(term: str, page: int = 1, perPage: int = 3)[source]

Search for staffers that match the term in the API.

Parameters:
  • term – Search Term
  • page – Which page of the results?
  • perPage – How many results per page?
Pymoe.anime.search.anilist.studios(term: str, page: int = 1, perPage: int = 3)[source]

Search for studios that match the term in the API.

Parameters:
  • term – Search Term
  • page – Which page of the results?
  • perPage – How many results per page?