{"id":13713310,"url":"https://github.com/jabbany/dhufufu","last_synced_at":"2026-01-27T05:02:36.358Z","repository":{"id":5342825,"uuid":"6528557","full_name":"jabbany/dhufufu","owner":"jabbany","description":"Dhufufu~ API Database for ACG sites \u0026 Related Services 有关各种ACG网站的API啦神马的","archived":false,"fork":false,"pushed_at":"2018-04-13T01:11:01.000Z","size":65,"stargazers_count":207,"open_issues_count":0,"forks_count":19,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-21T16:49:35.951Z","etag":null,"topics":["acg","api","bangumi"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jabbany.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}},"created_at":"2012-11-04T07:28:27.000Z","updated_at":"2025-03-26T02:39:10.000Z","dependencies_parsed_at":"2022-07-06T02:00:08.996Z","dependency_job_id":null,"html_url":"https://github.com/jabbany/dhufufu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jabbany/dhufufu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbany%2Fdhufufu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbany%2Fdhufufu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbany%2Fdhufufu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbany%2Fdhufufu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabbany","download_url":"https://codeload.github.com/jabbany/dhufufu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbany%2Fdhufufu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"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":["acg","api","bangumi"],"created_at":"2024-08-02T23:01:32.160Z","updated_at":"2026-01-27T05:02:36.336Z","avatar_url":"https://github.com/jabbany.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"Dhufufu (嘚呼呼~)\n========\nDhufufu~ API Database for a lot of services.\nDhufufu 是一个对于几个服务API的拆解与解释，这样方便开发者们使用某些**二次开发文档不足**的站点提供的有限的API.\n\nAPI Rating (API评级)\n--------\nAPIs are rated on a level according to their ease of use and implementation details.\nAPI将会根据使用的简易程度，和对实现方式的有限的了解（比如通量、频率）进行评级。\n\nLevels have two independant parts, a letter grade from A-F and a number restrictor 0 - 9.\nAPI分级分为两个独立的部分，一个A-F的评分，和一个0-9的修正分。两个部分是完全独立的。\n\n* A : Clear, concise, documented. This type of API is not covered in this project. However there may be\nlinks to the documentation, and tips on possible/example uses or API hacks etc.          \n非常明了，使用简单，有充足开发文档。这种 API 接口基本不会在本项目中涉及，除非如果需要重新明确某些API条目的意思\n或是定义一些API非正式接口/一些使用范例，以及订正API文档实际使用中可能有的一些错误。\n* B : Generally clear and has limited documentation. In this type of API, you may get limited documentation\non what the Interfaces do, their return values/format. However no use cases or documentation on how to set\nup connection to the api is given.          \n有限的开发文档。这种API接口有有限的开发文档，可能给出了返回的数据类型/格式/API接口位置等等，但是没有介绍使用方法\n或是某些返回值的意思。\n* C : Not very clear, extremely limited documentation or none at all.          \n不清晰，很少或没有开发文档。\n* D : No API / Is a WORKING Hack          \n没有开放接口。但是有可用的Hack。比如某些站点获取标题，可能有稳定的 HTML 元素包含标题内容于页面上。这种API基本能长期稳定\n工作，处理开销较有API的要低，但是也不是特别巨大（可控/线性增长的难度）\n* E : No API / Non-Stable Hack          \n没有开放接口，不稳定Hack。比如新浪视频地址反查（给出 cid 反查上传者 user_id），这一类接口往往需要借助概率事件\n（比如粗暴的进行字符串Google搜索等）。它不保证能稳定的工作，且处理开销巨大（超线性增长的难度/需引发多次网络请求）。\n但是总比没有强吧。\n* F : No Known API / No Known Hack / Exponential or higher difficulty in Hack          \n没有开放接口，没有已知的Hack。这种需求往往没有任何办法满足，它的实现复杂度非常巨大，往往需要动用机器学习或者反复搜索。\n接口可能稳定也可能不稳定，但是不管是那个情况，都无法在一个APP里面很好的嵌入。有时这种问题来自官方不给出任何信息反查途径\n有时这种复杂度的\n\n0 - 9 Corresponds to the \"definitiveness\" of the rating. 0 is most definitive 9 is least definitive.\n0 - 9 表示API定义的权威度和可靠性，0是最可靠，9是最不可靠","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbany%2Fdhufufu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabbany%2Fdhufufu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbany%2Fdhufufu/lists"}