{"id":19808244,"url":"https://github.com/hanivan/restapi-samehadaku","last_synced_at":"2025-05-01T07:32:17.073Z","repository":{"id":43329981,"uuid":"452602221","full_name":"Hanivan/restAPI-Samehadaku","owner":"Hanivan","description":"Unofficial restAPI Samehadaku (Unmaintaned). Alt see: notneet/nime-crawler","archived":true,"fork":false,"pushed_at":"2022-09-06T07:30:41.000Z","size":64,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T21:14:28.799Z","etag":null,"topics":["anime","rest-api"],"latest_commit_sha":null,"homepage":"https://samehadaku-api.herokuapp.com/api/home","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/Hanivan.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":"2022-01-27T08:36:15.000Z","updated_at":"2024-12-20T20:31:07.000Z","dependencies_parsed_at":"2023-01-17T21:01:57.510Z","dependency_job_id":null,"html_url":"https://github.com/Hanivan/restAPI-Samehadaku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hanivan%2FrestAPI-Samehadaku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hanivan%2FrestAPI-Samehadaku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hanivan%2FrestAPI-Samehadaku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hanivan%2FrestAPI-Samehadaku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hanivan","download_url":"https://codeload.github.com/Hanivan/restAPI-Samehadaku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251840395,"owners_count":21652345,"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":["anime","rest-api"],"created_at":"2024-11-12T09:13:24.068Z","updated_at":"2025-05-01T07:32:16.803Z","avatar_url":"https://github.com/Hanivan.png","language":"JavaScript","readme":"## Samehadaku restAPI\n\nThis rest api is unofficial. So I am not responsible if there is incomplete/broken data.\n\n**All data taken from**: [Samehadaku](https://194.163.183.129)\n\u003cbr\u003e\n**Hi! Check out the frontend I've made**: [Yamiweb](https://yamiweb.herokuapp.com/)\n\n\n### TODO\n\n- [x] Home (Anime This Season)\n- [x] Ongoing\n  - [x] Pagination\n- [x] Schedule\n- [x] Genre\n  - [x] Anime By Genre With Pagination\n- [x] Anime\n  - [x] Pagination\n  - [x] Detail\n  - [x] Batch\n  - [x] Episode List\n- [x] Anime Movie\n  - [x] Detail\n  - [x] Episode List\n- [x] Batch\n  - [x] Detail\n  - [x] Download Link\n- [x] Detail Episode\n  - [x] Pagination Per Episode\n  - [x] Streaming Link\n  - [x] Download Episode \u0026 Batch Link\n- [x] Season\n  - [x] Anime By Season With Pagination\n- [x] Studio\n  - [x] Anime By Studio With Pagination\n- [x] Producer\n  - [x] Anime By Producer With Pagination\n- [x] Search\n- [ ] Refactor Code Anime \u0026 Batch Detail Functions (If it is possible)\n- [ ] Handle If host site is error/down\n\n### Usage\n\n1. Clone this repository\n\n```bash\nmkdir -p ~/Documents/git \u0026\u0026 git clone --depth=1 https://github.com/Hanivan/restAPI-Samehadaku.git ~/Documents/git/restAPI-Samehadaku \u0026\u0026 cd ~/Documents/git/restAPI-Samehadaku\n```\n\n2. Install packages (use `yarn` or `npm`)\n\n```bash\nyarn install\n```\n\n3. Start server\n\n```bash\nyarn start\n```\n\nor\n\n```\nyarn dev (for development)\n```\n\n### API Documentation\n\n**API Path**: [https://samehadaku-api.herokuapp.com/api](https://samehadaku-api.herokuapp.com/api)\u003cbr\u003e\n**API Version**: v1\n\n| Endpoint                     | Params        | Description                          |\n| ---------------------------- | ------------- | ------------------------------------ |\n| /home                        | -             | Homepage (Current Season)            |\n| /anime                       | -             | List All Anime                       |\n| /anime/page/${page}          | pageNumber    | Anime Pagination                     |\n| /anime/${id}                 | id            | Detail Anime                         |\n| /ongoing                     | -             | List All Ongoing Anime               |\n| /ongoing/page/${page}        | pageNumber    | Ongoing Pagination                   |\n| /movie                       | -             | List All Anime Movie                 |\n| /movie/page/${page}          | pageNumber    | Anime Movie Pagination               |\n| /genres                      | -             | List All Genre                       |\n| /genres/${id}                | id            | Show Anime by Genre                  |\n| /genres/${id}/page/${page}   | id,pageNumber | ~~ Anime by Genre With Pagination    |\n| /batch                       | -             | List All Anime Batch                 |\n| /batch/page/${page}          | pageNumber    | Batch Pagination                     |\n| /batch/${id}                 | id            | Detail Anime Batch                   |\n| /eps/${id}                   | id            | ~~ Anime Episode                     |\n| /schedule                    | -             | Schedule Anime                       |\n| /studio/${id}                | id            | Show Anime by Studio                 |\n| /studio/${id}/page/${page}   | id,pageNumber | ~~ Anime by Studio With Pagination   |\n| /producer/${id}              | id            | Show Anime by Producer               |\n| /producer/${id}/page/${page} | id,pageNumber | ~~ Anime by Producer With Pagination |\n| /season/${id}                | id            | ~~ Anime by Season                   |\n| /season/${id}/page/${page}   | id,pageNumber | ~~ Anime by Season With Pagination   |\n| /search/${query}             | query         | Search Anime                         |\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## Development Details\n\n**Start Work**: Sunday, 16 January 2022; 16:-- WIB\u003cbr\u003e\n**Finished Work**: Thursday, 27 January 2022; 15:-- WIB\n\n**Absence**: Monday, 24 January 2022\u003cbr\u003e\n**Reason**: Learn GoLang\n\nThank you [ Kaede-No-Ki/otakudesu-rest-api](https://github.com/Kaede-No-Ki/otakudesu-rest-api) for the inspiration to make this app\n\nTools I used for making this application:\n\n- node-fetch \u0026 cheerio (Web Scrapper). [Tutorial](https://www.youtube.com/watch?v=z6jwIkkc7ro)\n- express\n- mathjs\n- dotenv\n- cors\n- [Zippy-DL](https://github.com/anasrar/Zippy-DL) (For Bypass Stream Link With Some Modification)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanivan%2Frestapi-samehadaku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanivan%2Frestapi-samehadaku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanivan%2Frestapi-samehadaku/lists"}