Pymoe.anime.get.kitsu

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

Get a character with the specific ID from the kitsu api.

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

Get an episode with the specific ID from the kitsu api.

Parameters:item_id – ID of the episode you want info on.
Pymoe.anime.get.kitsu.show(item_id: int)[source]

Get a show with the specific ID from the kitsu api.

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

Get a staffer with the specific ID from the kitsu api.

Parameters:item_id – ID of the staffer you want info on.
Pymoe.anime.get.kitsu.studio(item_id: int)[source]

Get a studio with the specific ID from the kitsu api.

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