k.delivery hosts components intended for use in k-like apps. These simplify the process of creating anime tracking
apps, offering always up to date, high quality data sources.
Offers a lightweight, up-to-date, simplified database with relations between anime tracking services. Implementing parties can use the database to find the ID for a show in other platforms, ex: Kitsu -> AniList.
This is simplified variation of the anime-offline-database project, containing only remote service ids, with no further modifications done to the data.
anime_ids.sqlite3 contains a single table, anime_ids:
| Column | Type | Description |
|---|---|---|
id |
INTEGER | Auto-incremented internal ID (primary key) |
kitsu_id |
INTEGER | Required. ID from Kitsu |
mal_id |
INTEGER | Optional ID from MyAnimeList |
anilist_id |
INTEGER | Optional ID from AniList |
This variation is not affiliated with the upstream project. The anime-offline-database project is licensed under the Open Database License 1.0, and anime_ids.sqlite3 is also licensed under the Open Database License 1.0.
Latest version always available at: https://raw.githubusercontent.com/astar-workspace/k.delivery/refs/heads/main/dist/anime_ids.sqlite3
Offers an up-to-date airing anime schedule for the current ongoing week, automatically updated every day at 00:15 UTC.
Contains Kitsu data, obtained from the public Kitsu API and licensed under the Kitsu terms and conditions of use. Provided free of charge, with no modifications, for cache purposes; implementing parties don't have to repeatedly fetch Kitsu for data on these shows.
Some non-creative, non-transformative, factual data is fetched from AniList API to construct this file.
dist/schedule.json is in no way affiliated with Kitsu. The file is triple licensed:
- Root
datafield contains Kitsu Services data obtained from the public Kitsu API, and licensed under the Kitsu terms and conditions. May contain third party data as clarified in the terms and conditions. - Root
id,airingAtandnext_episodeare made available under the MIT License.
Latest version always available at: https://raw.githubusercontent.com/astar-workspace/k.delivery/refs/heads/main/dist/schedule.json
Contains two tracking fields:
app: Tracks internal versions, please ignore.database: Tracksanime_ids.sqlite3version. Can be used to check if a new database version is available.
metadata/versions.json is licensed under the MIT License.
Latest version always available at: https://raw.githubusercontent.com/astar-workspace/k.delivery/refs/heads/main/metadata/versions.json
Effective 2025/05/13, k.delivery, formerly known as KaizoDelivery, is now a completely independent project. It has been fully detached from any former codebases, branding, or affiliations.
This project:
- Contains no binaries or proprietary assets from previous implementations.
- Has been rewritten and restructured to serve as a clean, standalone delivery system.
- Is intended for general-purpose use in any
k-like projects.
Additionally, implementing projects:
- Shall remain fully independent and separate from k.delivery itself.
- Have no official affiliation, governance, or shared development responsibility with the maintainers of k.delivery.
- Must understand the licensing in which each artifact is provided.