2025-01-29 18:54:20 +03:00
2025-01-11 21:45:16 +03:00
2025-01-29 16:17:22 +03:00
2025-01-09 16:59:43 +03:00
2025-01-09 16:59:43 +03:00
2025-01-09 16:59:43 +03:00
2025-01-09 16:59:43 +03:00
2025-01-09 16:59:43 +03:00
2025-01-09 16:59:43 +03:00
2025-01-29 18:54:20 +03:00
2025-01-09 16:59:43 +03:00

Jikan.moe API Wrapper for Rust

This crate provides a Rust API wrapper for the Jikan.moe API - an Unofficial MyAnimeList API, which serves as a comprehensive anime and manga database.

For more information about Jikan.moe, read official docs or download openapi specs.

Key Points

  • Easy to use, type-safe API for Jikan.moe v4 API (in progress, see Roadmap)
  • Pagination support for list endpoints
  • Strongly typed responses
  • Async support
  • Support for custom HTTP client
  • Zero configuration required

Roadmap

  • Implement all endpoints:
    • /anime
    • /characters
    • /clubs
    • /genres
    • /magazines
    • /manga
    • /people
    • /producers
    • /random
    • /recommendations
    • /reviews
    • /schedules
    • /users
    • /seasons
    • /top
    • /watch
  • Create response types for all endpoints:
    • /anime
    • /characters
    • /clubs
    • /genres
    • /magazines
    • /manga
    • /people
    • /producers
    • /random
    • /recommendations
    • /reviews
    • /schedules
    • /users
    • /seasons
    • /top
    • /watch
  • Implement rate limiting for default client
  • Logging with tracing library
  • Add usage examples
  • And maybe more.

Design

This crate's API design is inspired by:

License

This project is dual-licensed under either:

at your option.

Description
Rust API wrapper for jikan.moe. Mirror of https://github.com/AtaraxiaSjel/jikan-rs
Readme 101 KiB
Languages
Rust 97.7%
Nix 2.3%