| --- |
| license: bsd-2-clause |
| --- |
| # ๐ฌ Anime Dataset (Structured Metadata) |
|
|
| A curated dataset of anime titles including series and movies, with detailed metadata such as genres, studios, ratings, and release information. |
|
|
| --- |
|
|
| ## ๐ฆ Dataset Overview |
|
|
| This dataset contains structured entries of anime works across different years, including both **TV series** and **movies**. |
|
|
| Each entry includes: |
|
|
| - ๐ `id` โ Unique identifier |
| - ๐ฅ `title` โ Name of the anime |
| - ๐บ `type` โ `series` or `movie` |
| - ๐
`release_year` โ Year of release |
| - โฑ๏ธ `episodes` or `duration` |
| - ๐ `status` โ `ongoing` / `completed` |
| - ๐ญ `genres` โ List of genres |
| - ๐ข `studio` โ Production studio |
| - โญ `rating` โ Average rating score |
| - ๐ `notes` *(optional)* โ ุฅุถุงูุงุช ู
ุซู ุฃุฎุจุงุฑ ุฃู ู
ุนููู
ุงุช ุฎุงุตุฉ |
|
|
| --- |
|
|
| ## ๐ง Example Entry |
|
|
| ```json |
| { |
| "id": 348, |
| "title": "Chainsaw Man Season 2", |
| "type": "series", |
| "release_year": 2025, |
| "episodes": "ongoing", |
| "status": "ongoing", |
| "genres": ["action", "dark fantasy", "horror"], |
| "studio": "MAPPA", |
| "rating": 8.6 |
| } |