{"id":23293313,"url":"https://github.com/theprojectsx/anime-quotes-api","last_synced_at":"2025-04-06T18:47:07.335Z","repository":{"id":255214857,"uuid":"848891038","full_name":"TheProjectsX/anime-quotes-api","owner":"TheProjectsX","description":"A Unofficial module of Official Anime Characters Database API to get Anime Quotes!","archived":false,"fork":false,"pushed_at":"2024-08-28T15:42:30.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T00:45:35.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/TheProjectsX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-28T15:39:16.000Z","updated_at":"2024-08-28T15:42:33.000Z","dependencies_parsed_at":"2024-08-28T17:35:57.939Z","dependency_job_id":null,"html_url":"https://github.com/TheProjectsX/anime-quotes-api","commit_stats":null,"previous_names":["theprojectsx/anime-quotes-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Fanime-quotes-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Fanime-quotes-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Fanime-quotes-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Fanime-quotes-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheProjectsX","download_url":"https://codeload.github.com/TheProjectsX/anime-quotes-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535340,"owners_count":20954573,"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":[],"created_at":"2024-12-20T06:14:47.755Z","updated_at":"2025-04-06T18:47:07.317Z","avatar_url":"https://github.com/TheProjectsX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anime Quotes API\n\nGet Anime quotes by using this API! This is an Unofficial Implementation of Official [Anime Character Database](https://www.animecharactersdatabase.com/api_series_characters.php) API\n\n## Story:\n\nI wan working on my [Anime Kingdom](https://github.com/TheProjectsX/anime-kingdom) website Project. But I could not find any Free Anime Character Quotes API / Module. So what? We created one by Ourselves! We are Programmers After all!\n\n## Installation:\n\n```bash\npip install git+https://github.com/TheProjectsX/anime-quotes-api.git\n```\n\n## Methods Available:\n\n-   getAnimeByQuery\n-   getCharactersByAnimeId\n-   getCharactersByQuery\n-   getCharacterById\n-   getCharacterQuotesById\n\n## Usages:\n\n```python\nimport anime_quotes as api\n\nanime = api.getAnimeByQuery(\"naruto shippuden\")\n\ncharacters = api.getCharactersByAnimeId(\"100053\")\n\ncharacters = api.getCharactersByQuery(\"naruto\")\n\ncharacter = api.getCharacterById(\"7861\")\n\nquotes = api.getCharacterQuotesById(\"7861\")\n```\n\n## Parameters:\n\nThe main `getCharacterQuotesById` Function has 3 parameters:\n\n-   id : Character ID\n-   skip : How many Quotes to Skip (Numeric, Default = 0) [Unofficial - Not included in the Official API]\n-   limit : How many Quotes to Get (Numeric, Default = 20). You can use `None` as value to get all the Quotes available [Unofficial - Not included in the Official API]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprojectsx%2Fanime-quotes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheprojectsx%2Fanime-quotes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprojectsx%2Fanime-quotes-api/lists"}