JikanKt / moe.ganen.jikankt / JikanKt / searchPeople

searchPeople

suspend fun searchPeople(query: String, page: Int? = 1): PeopleSearchResult

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.