JikanKt / moe.ganen.jikankt / JikanKt / searchCharacter

searchCharacter

suspend fun searchCharacter(query: String, page: Int? = 1): CharacterSearchResult

Search results for the query. NOTE: MyAnimeList only processes queries with a minimum of 3 letters.

Parameters

query - : String that will be the query. For UTF8 characters, percentage encoded and queries including back slashes

page - : Optional, default is 1. Index of page.

Return
list of anime that satisfy all the queries.