{"id":15555000,"url":"https://github.com/charafau/jikan-dart","last_synced_at":"2025-04-23T20:24:44.224Z","repository":{"id":56833275,"uuid":"148718529","full_name":"charafau/jikan-dart","owner":"charafau","description":"Jikan API for dart","archived":false,"fork":false,"pushed_at":"2019-12-10T22:40:21.000Z","size":132,"stargazers_count":29,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-18T04:55:51.054Z","etag":null,"topics":["api","dart","dartlang","jikan"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charafau.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-14T01:28:17.000Z","updated_at":"2025-03-22T18:00:31.000Z","dependencies_parsed_at":"2022-09-08T07:50:11.595Z","dependency_job_id":null,"html_url":"https://github.com/charafau/jikan-dart","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charafau%2Fjikan-dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charafau%2Fjikan-dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charafau%2Fjikan-dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charafau%2Fjikan-dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charafau","download_url":"https://codeload.github.com/charafau/jikan-dart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250507324,"owners_count":21441964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","dart","dartlang","jikan"],"created_at":"2024-10-02T15:05:35.420Z","updated_at":"2025-04-23T20:24:44.200Z","avatar_url":"https://github.com/charafau.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jikan bindings for [jikan api](https://jikan.moe/) is returns [built_value](https://github.com/google/built_value.dart) structures so you need to have it in your dependencies\n\nBuild status: ![alt text](https://travis-ci.org/charafau/jikan-dart.svg?branch=master)\n\n\nAvailable API methods:\n\n```dart\nFuture\u003cBuiltList\u003cTop\u003e\u003e getTop(TopType type, {int page, TopSubtype subtype});\n\nFuture\u003cString\u003e getAnime(int animeId, AnimeRequestType type);\n\nFuture\u003cMoreInfo\u003e getAnimeMoreInfo(int animeId);\n\nFuture\u003cAnimeEpisodes\u003e getAnimeEpisodes(int animeId, {int episodes = 1});\n\nFuture\u003cBuiltList\u003cArticle\u003e\u003e getAnimeNews(int animeId);\n\nFuture\u003cBuiltList\u003cPicture\u003e\u003e getAnimePictures(int animeId);\n\nFuture\u003cBuiltList\u003cPromo\u003e\u003e getAnimeVideos(int animeId);\n\nFuture\u003cStats\u003e getAnimeStats(int animeId);\n\nFuture\u003cForum\u003e getAnimeForum(int animeId);\n\nFuture\u003cBuiltList\u003cRecommendation\u003e\u003e getAnimeRecommendations(int animeId);\n\nFuture\u003cBuiltList\u003cMangaCharacter\u003e\u003e getMangaCharacters(int mangaId);\n\nFuture\u003cBuiltList\u003cArticle\u003e\u003e getMangaNews(int mangaId);\n\nFuture\u003cBuiltList\u003cPicture\u003e\u003e getMangaPictures(int mangaId);\n\nFuture\u003cStats\u003e getMangaStats(int mangaId);\n\nFuture\u003cForum\u003e getMangaForum(int mangaId);\n\nFuture\u003cMoreInfo\u003e getMangaMoreInfo(int mangaId);\n\nFuture\u003cBuiltList\u003cRecommendation\u003e\u003e getMangaRecommendations(int mangaId);\n\nFuture\u003cBuiltList\u003cPicture\u003e\u003e getPersonPictures(int mangaId);\n\nFuture\u003cBuiltList\u003cPicture\u003e\u003e getCharactersPictures(int mangaId);\n\nFuture\u003cSeason\u003e getSeason(int year, SeasonType season);\n\nFuture\u003cSchedule\u003e getSchedule({WeekDay weekday});\n\nFuture\u003cGenreList\u003e getGenre(GenreType type, Genre genre, {int page = 1});\n\nFuture\u003cProducers\u003e getProducers(int producerId, {int page = 1});\n\nFuture\u003cProducers\u003e getMagazines(int magazineId, {int page = 1});\n\nFuture\u003cString\u003e getUser(String username, {UserRequestType request});\n\nFuture\u003cProfileResult\u003e getUserProfile(String username);\n\nFuture\u003cHistoryResult\u003e getUserHistory(String username, HistoryType historyType);\n\nFuture\u003cBuiltList\u003cCharacterStaff\u003e\u003e getCharacterStaff(int animeId);\n\nFuture\u003cBuiltList\u003cAnimeUserUpdate\u003e\u003e getUserUpdates(int animeId, {int page});\n\nFuture\u003cBuiltList\u003cMangaUserUpdate\u003e\u003e getMangaUserUpdate(int managaId, {int page});\n\nFuture\u003cBuiltList\u003cSeasonArchive\u003e\u003e getSeasonArchive();\n```\nWork in progress\n\nApi bindings:\n\n- [x] Top\n    - [x] Anime\n        - [x] airing\n        - [x] upcoming\n        - [x] tv\n        - [x] movie\n        - [x] ova\n        - [x] special\n        - [x] bypopularity,\n        - [x] favorite\n    - [x] Manga\n        - [x] manga\n        - [x] novels\n        - [x] oneshots\n        - [x] doujin\n        - [x] manhwa\n        - [x] manhua\n        - [x] bypopularity,\n        - [x] favorite\n    - [x] People\n    - [x] Characters\n\n- [x] Anime\n    - [x] Character staff \n    - [x] Episodes\n    - [x] News\n    - [x] Pictures\n    - [x] Videos\n    - [x] Stats\n    - [x] Forum\n    - [x] More info\n    - [x] Recommendations\n    - [x] User updates\n    \n- [x] Manga\n    - [x] Characters \n    - [x] News\n    - [x] Pictures\n    - [x] Stats\n    - [x] Forum\n    - [x] More info\n    - [x] Recommendations\n    - [x] User updates\n\n- [x] Person\n\n- [x] Characters\n\n- [x] Season\n\n- [x] Season Archive\n\n- [ ] Season Later\n\n- [x] Schedule\n\n- [x] Genre\n    - [x] anime\n    - [x] manga\n    - [x] genre\n    \n- [x] Producer\n\n- [x] Magazine\n\n- [x] User\n    - [x] Profile\n    - [x] History\n    - [x] Friends\n    - [x] Anime list\n        - [x] all\n        - [x] watching\n        - [x] completed\n        - [x] on hold\n        - [x] dropped\n        - [x] plan to watch\n    - [x] Manga list\n        - [x] all\n        - [x] reading\n        - [x] completed\n        - [x] on hold\n        - [x] dropped\n        - [x] plan to read\n        \n- [ ] Club\n\n- [ ] Meta","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharafau%2Fjikan-dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharafau%2Fjikan-dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharafau%2Fjikan-dart/lists"}