--- 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 }