{"id":24617855,"url":"https://github.com/jacoblincool/myself-bbs-api","last_synced_at":"2026-03-06T14:32:06.111Z","repository":{"id":39604245,"uuid":"381602842","full_name":"JacobLinCool/Myself-BBS-API","owner":"JacobLinCool","description":"myself-bbs.com JSON API","archived":false,"fork":false,"pushed_at":"2024-04-16T08:16:38.000Z","size":163270,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-23T14:05:29.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/JacobLinCool.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-30T06:46:00.000Z","updated_at":"2024-05-09T18:46:19.751Z","dependencies_parsed_at":"2024-03-16T23:24:38.161Z","dependency_job_id":"611bfb53-248e-41da-ab9c-addbc0a71147","html_url":"https://github.com/JacobLinCool/Myself-BBS-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JacobLinCool/Myself-BBS-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FMyself-BBS-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FMyself-BBS-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FMyself-BBS-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FMyself-BBS-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobLinCool","download_url":"https://codeload.github.com/JacobLinCool/Myself-BBS-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2FMyself-BBS-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30180672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T12:39:21.703Z","status":"ssl_error","status_checked_at":"2026-03-06T12:36:09.819Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-01-24T23:41:23.223Z","updated_at":"2026-03-06T14:32:06.081Z","avatar_url":"https://github.com/JacobLinCool.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Myself-BBS API\n myself-bbs.com JSON API\n\n# Endpoints\n```bash\nhttps://myself-bbs.jacob.workers.dev/\n```\n\n## List\n### 連載列表\n```bash\nhttps://myself-bbs.jacob.workers.dev/list/airing\n```\n\n### 完結列表\n```bash\nhttps://myself-bbs.jacob.workers.dev/list/completed\n```\n\nResponse Example\n```javascript\n{\n  \"data\": {\n    \"meta\": {\n      \"time\": 1630391759999, // 快取時間\n      \"length\": 1753 // 物件數量\n    },\n    \"data\": [\n      {\n        \"id\": 12345, // 站內 ID\n        \"title\": \"TITLE\", // 作品名稱\n        \"link\": \"myself-bbs.com link url\", // 站內連結\n        \"ep\": 12, // 集數\n        \"image\": \"half cover image url\", // 上半封面連結\n        \"watch\": 148111 // 觀看數\n      },\n      ...\n    ]\n}\n```\n\n## Anime\n### 特定動畫資訊\n```bash\nhttps://myself-bbs.jacob.workers.dev/anime/${id}\n```\nResponse Example\n```javascript\n{\n  \"data\": {\n    \"id\": 12345,\n    \"title\": \"TITLE\",\n    \"category\": [\n      \"科幻\",\n      \"冒險\"\n    ],\n    \"premiere\": [\n      2010,\n      6,\n      12\n    ],\n    \"ep\": 1,\n    \"author\": \"Author\",\n    \"website\": \"website link\",\n    \"description\": \"Description\",\n    \"image\": \"cover image url\",\n    \"episodes\": {\n      \"第 01 話\": [\n        \"12345\",\n        \"001\"\n      ]\n    }\n  }\n}\n```\n\n\n### 全部動畫資訊\n```bash\nhttps://myself-bbs.jacob.workers.dev/anime/all\n```\n\n## Search\n```bash\nhttps://myself-bbs.jacob.workers.dev/search/${query}\n```\n\n\n## M3U8\n```bash\nhttps://myself-bbs.jacob.workers.dev/m3u8/${id}/${ep}\n```\n\n# Optional Query String\nminify output json:\n```\n?min=1\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Fmyself-bbs-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacoblincool%2Fmyself-bbs-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Fmyself-bbs-api/lists"}