Pymoe.anime.get.anilist

Pymoe.anime.get.anilist.character(item_id: int)[source]

Get a character with a certain ID in the anilist API.

Parameters:item_id – The ID of the character you want information on.
Pymoe.anime.get.anilist.episode(item_id: int)[source]

Unsupported on Anilist

Pymoe.anime.get.anilist.season(theSeason: str = None, year: int = 2023, page: int = 1, perPage: int = 3)[source]

Get a list of seasonal anime given a season and year.

Parameters:
  • theSeason – What Season? See pymoe.helpers for a list of seasons.
  • year – What year do you want info on?
  • page – Which page of results do you want?
  • perPage – How many results per page?

TODO: Test return data on this

Pymoe.anime.get.anilist.show(item_id: int)[source]

Get a show with a certain ID in the anilist API.

Parameters:item_id – The ID of the show you want information on.
Pymoe.anime.get.anilist.staff(item_id: int)[source]

Get information on a specific staffer given their ID.

Parameters:item_id – The ID of the staff member you want information on.
Pymoe.anime.get.anilist.streaming(item_id: int, page: int = 1, perPage: int = 3)[source]

Given a show ID, return all streaming links for that show. Unlike Kitsu, this returns one streaming link per episode per service.

Parameters:item_id – The ID of the show you want streaming links for
Pymoe.anime.get.anilist.studio(item_id: int)[source]

Get a studio with a specific id.

Parameters:item_id – The ID of the studio you want information on.