Pymoe.anime.search.mal

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

No endpoint exists for this at this time. Method not supported

Pymoe.anime.search.mal.keyAssert()[source]

This is just an assert. It cancels the request if the API Key is not present.

Pymoe.anime.search.mal.season(season: str | None[str, None] = None, seasonYear: int = 2023, limit: int = 10, offset: int = 0, nsfw: bool = False)[source]

Search for shows from a given season in a given year.

Parameters:
  • season – Which season? See pymoe.helpers for a list.
  • seasonYear – Which year?
  • limit – How many results per page?
  • offset – Which result do we start at?
  • nsfw – Return adult results?
Pymoe.anime.search.mal.shows(term: str, fields: str | None[str, None] = None, limit: int = 10, offset: int = 0, nsfw: bool = False)[source]

Search for shows that match the given search term.

Parameters:
  • term – Search Term
  • fields – a comma separated list of fields to request from the API
  • limit – How many results per page?
  • offset – Which result should we start at?
  • nsfw – Return adult results?
Pymoe.anime.search.mal.staff(term: str)[source]

No endpoint exists for this at this time. Method not supported

Pymoe.anime.search.mal.studios(term: str)[source]

No endpoint exists for this at this time. Method not supported