{"id":39003154,"url":"https://github.com/febryardiansyah/manga-api","last_synced_at":"2026-01-17T17:13:35.956Z","repository":{"id":43925504,"uuid":"279539103","full_name":"febryardiansyah/manga-api","owner":"febryardiansyah","description":"Rest-API Manga \u0026 Comic Bahasa Indonesia","archived":false,"fork":false,"pushed_at":"2025-10-24T03:26:57.000Z","size":2475,"stargazers_count":252,"open_issues_count":13,"forks_count":95,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-26T08:34:57.527Z","etag":null,"topics":["hacktoberfest","hacktoberfest2021","manga-api","manga-reader","manga-scraper"],"latest_commit_sha":null,"homepage":"http://mangamint.kaedenoki.net/api/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/febryardiansyah.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-07-14T09:19:28.000Z","updated_at":"2025-10-26T05:51:55.000Z","dependencies_parsed_at":"2023-01-28T08:45:23.360Z","dependency_job_id":null,"html_url":"https://github.com/febryardiansyah/manga-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/febryardiansyah/manga-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febryardiansyah%2Fmanga-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febryardiansyah%2Fmanga-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febryardiansyah%2Fmanga-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febryardiansyah%2Fmanga-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/febryardiansyah","download_url":"https://codeload.github.com/febryardiansyah/manga-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febryardiansyah%2Fmanga-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28512088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["hacktoberfest","hacktoberfest2021","manga-api","manga-reader","manga-scraper"],"created_at":"2026-01-17T17:13:35.828Z","updated_at":"2026-01-17T17:13:35.923Z","avatar_url":"https://github.com/febryardiansyah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manga API\nRestful API Manga bahasa Indonesia built with ❤️ and node.js\n\n# Usage\n1. Clone this repository\n    ```bash\n    git clone https://github.com/febryardiansyah/manga-api.git\n    ```\n2. Install dependecies (`yarn` or `npm install`)\n3. Start the development environment (*if you haven't installed nodemon globally, you can do `npm i nodemon --save`)\n    ```bash\n    npm run dev or npm run start\n    ```\n4. visit http://localhost:3000/api\n\n# Documentation\n__API__ __PATH__ = https://mangamint.kaedenoki.net/api/\n\u003c/br\u003e__ApI__ Version = `v2.0`\n\n## All Manga\nGet Latest Manga Update\n```\n/manga/page/[pagenumber]\n```\nexample : https://mangamint.kaedenoki.net/api/manga/page/1\n\n## Popular Manga\nGet Popular Manga\n```\n/manga/popular/[pageNumber]\n```\nexample : https://mangamint.kaedenoki.net/api/manga/popular/1\n\n## Detail Manga\n```\n/manga/detail/[endpoint]\n```\nexample : https://mangamint.kaedenoki.net/api/manga/detail/after-transformation-mine-and-her-wild-fantasy/\n\n## Search Manga by Name\n```\n/search/[query]\n```\nexample : https://mangamint.kaedenoki.net/api/search/komi%20san\n\n## Genre List\n```\n/genres\n```\nexample : https://mangamint.kaedenoki.net/api/genres\n\n## Genre Detail\n```\n/genres/[endpoint]/[pagenumber]\n```\nexample : https://mangamint.kaedenoki.net/api/genres/action/1\n\n## Recommended Manga\n```\n/recommended\n```\nexample : https://mangamint.kaedenoki.net/api/recommended\n\n## Manhua List (Chinese Comic)\n```\n/manhua/[pageNumber]\n```\nexample : https://mangamint.kaedenoki.net/api/manhua/1\n\n## Manhwa List (Korean Comic)\n```\n/manhwa/[pageNumber]\n```\nexample : https://mangamint.kaedenoki.net/api/manhua/1\n\n## Chapter\n```\n/chapter/[chapterEndpoint]\n```\nexample :https://mangamint.kaedenoki.net/api/chapter/after-transformation-mine-and-her-wild-fantasy-chapter-70-bahasa-indonesia/\n\n## Showcase\nApp Showcase that use this API (you can add your app by edit this readme)\n\n- [MangaMint](https://github.com/febryardiansyah/manga_mint) Flutter Manga Reader Application by [Febry ardiansyah](https://github.com/febryardiansyah)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebryardiansyah%2Fmanga-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffebryardiansyah%2Fmanga-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebryardiansyah%2Fmanga-api/lists"}