Toki turns public MyAnimeList data into a clean JSON REST API. It provides 70+ read-only endpoints for anime, manga, characters, users, rankings, seasons, reviews, recommendations, and more.
It is written in Go, runs as a single binary, requires no database, API key, OAuth flow, or MyAnimeList developer credentials.
Toki is open source, easy to self-host, and built as a lightweight alternative to Jikan.
fibgen generates a complete OpenAPI 3.1 / 3.0 spec for Go Fiber services — with zero annotations.
No @Summary comments, no codegen, no changes to your handlers. Point it at your project and get paths, params, request bodies, per-status responses, and resolved type schemas ($ref, enums, nullables).
Fiber handlers are opaque at runtime, so fibgen reads the code itself via go/types, recovering types from your c.Bind() and c.JSON() calls. Fiber v2 & v3. Open source, MIT