Kuroji API
Open source anime API
Endpoint
POST /graphql
Security
API KEY
Options
SEARCH
SORT
Example Query
query Query($search: String, $sort: [AnimeSort!]) {
  animes(per_page: 8, search: $search, sort: $sort) {
    data {
      id
      poster { large }
      title { english romaji }
      score
      status
      genres { name }
    }
  }
}


      
Info
Type GraphQL
Method POST
Auth None
License MIT