{"id":17024217,"url":"https://github.com/arrow2nd/omkr-radio","last_synced_at":"2026-02-19T19:02:46.113Z","repository":{"id":37064937,"uuid":"406453127","full_name":"arrow2nd/omkr-radio","owner":"arrow2nd","description":"🗿 オモコロラジオの JSON / 非公式 Podcast フィード","archived":false,"fork":false,"pushed_at":"2026-02-15T15:09:13.000Z","size":4713,"stargazers_count":14,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-15T22:21:40.560Z","etag":null,"topics":["json-database","omocoro","podcast-feed"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arrow2nd.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-14T16:58:11.000Z","updated_at":"2026-02-15T15:09:16.000Z","dependencies_parsed_at":"2023-02-19T09:16:12.236Z","dependency_job_id":"4b61907d-c220-435f-8969-fe5e769a169f","html_url":"https://github.com/arrow2nd/omkr-radio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arrow2nd/omkr-radio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fomkr-radio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fomkr-radio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fomkr-radio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fomkr-radio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrow2nd","download_url":"https://codeload.github.com/arrow2nd/omkr-radio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fomkr-radio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29627701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["json-database","omocoro","podcast-feed"],"created_at":"2024-10-14T07:24:52.594Z","updated_at":"2026-02-19T19:02:46.107Z","avatar_url":"https://github.com/arrow2nd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# omkr-radio\n\nオモコロで配信されている Web ラジオの非公式 Podcast フィード（ほぼ自動更新）\n\n[![update](https://github.com/arrow2nd/omkr-radio/actions/workflows/update.yaml/badge.svg)](https://github.com/arrow2nd/omkr-radio/actions/workflows/update.yaml)\n[![Deno](https://shields.io/badge/deno-%5E1.20-green?logo=deno\u0026style=flat)](https://deno.land)\n\n## JSON\n\n### ラジオ一覧\n\nオモコロで現在視聴可能なラジオの一覧です。\n\n`https://arrow2nd.github.io/omkr-radio/list.json`\n\n#### データ形式\n\n```json\n[\n  {\n    \"id\": \"tokumei\",\n    \"title\": \"ARuFa・恐山の匿名ラジオ\",\n    \"tag\": \"匿名ラジオ\",\n    \"author\": \"ARuFa,ダ・ヴィンチ・恐山\",\n    \"desc\": \"たぶん毎週木曜日に更新されますので、よろしくお願いします。\",\n    \"thumbnail\": \"https://omocoro.jp/assets/uploads/ogp_tokumeiradio_01.png\",\n    \"link\": \"https://omocoro.jp/tag/%E5%8C%BF%E5%90%8D%E3%83%A9%E3%82%B8%E3%82%AA\",\n    \"nowOnAir\": true\n  }\n]\n```\n\n| プロパティ | 型      | 説明                   |\n| ---------- | ------- | ---------------------- |\n| id         | String  | ラジオ ID              |\n| title      | String  | ラジオ名               |\n| tag        | String  | 検索用タグ名           |\n| author     | String  | 出演者（カンマ区切り） |\n| desc       | String  | 概要                   |\n| thumbnail  | String  | サムネイル画像 URL     |\n| link       | String  | タグページのリンク     |\n| nowOnAir   | Boolean | 更新中かどうか         |\n\n### エピソード一覧\n\nそれぞれのラジオのエピソードの一覧です。\n\n`https://arrow2nd.github.io/omkr-radio/json/{ラジオID}.json`\n\n#### データ形式\n\n```json\n[\n  {\n    \"title\": \"キックボード\",\n    \"number\": 1,\n    \"desc\": \"たぶん毎週木曜日に更新されますので、よろしくお願いします。\",\n    \"source\": \"https://omocoro.heteml.net/radio/tokumei/001.mp3\",\n    \"link\": \"https://omocoro.jp/rensai/84585/\",\n    \"pubDate\": \"Mon, 22 Aug 2016 15:00:00 GMT\"\n  }\n]\n```\n\n| プロパティ | 型     | 説明     |\n| ---------- | ------ | -------- |\n| title      | String | タイトル |\n| number     | Number | 話数     |\n| desc       | String | 概要     |\n| source     | String | 音源 URL |\n| link       | String | 記事 URL |\n| pubDate    | String | 公開日時 |\n\n## 非公式 Podcast フィード\n\n\u003e [!WARNING]\n\u003e\n\u003e この Podcast フィードは **非公式**\n\u003e のものであり、[オモコロ](https://omocoro.jp)\n\u003e 及び、[株式会社バーグハンバーグバーグ](https://bhb.co.jp)\n\u003e とは一切関係ございません。\u003cbr\u003e\n\u003e また、予告なく更新・公開を停止する場合があります。\n\n- [Podcast](https://support.apple.com/ja-jp/guide/podcasts/pod970198c2/mac)\n  アプリ / [AntennaPod](https://antennapod.org) にて動作検証しています\n\n\u003c!-- podcast list start --\u003e\n\n| ラジオ名                               | Podcast フィード URL                                                                             | 更新中 |\n| -------------------------------------- | ------------------------------------------------------------------------------------------------ | ------ |\n| ARuFa・恐山の匿名ラジオ                | https://arrow2nd.github.io/omkr-radio/podcast/tokumei.rss                                        | ✅     |\n| ありっちゃありスパーク                 | https://arrow2nd.github.io/omkr-radio/podcast/arispa.rss                                         | ❌     |\n| ありっちゃありスパーク・マシュ         | https://arrow2nd.github.io/omkr-radio/podcast/arimasyu.rss                                       | ❌     |\n| ありっちゃありスパーク・梵             | https://arrow2nd.github.io/omkr-radio/podcast/aribon.rss                                         | ❌     |\n| ありっちゃありスパークYEAH！           | https://arrow2nd.github.io/omkr-radio/podcast/ariyeah.rss                                        | ✅     |\n| かまってみくのしん                     | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu.rss                                       | ❌     |\n| かまってみくのしんGOLD                 | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-67c13a9f-e468-4bae-992d-3d2b786f15ac.rss  | ❌     |\n| かまってみくのしんLove you             | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-0bc4f3a9-e35b-4887-a215-b92f36efc237.rss  | ❌     |\n| かまってみくのしん日本一               | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-46501532-6287-4ae8-8563-b25161de37c7.rss  | ❌     |\n| かまみく                               | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-m8k3r2d-a1b2c3d4.rss                      | ✅     |\n| かまみく                               | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-m8k3r2d-a1b2c3d4.rss                      | ✅     |\n| かまみく (～2025/03)                   | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-97a25752-248b-4645-b52f-fa1f2ba30b63.rss  | ❌     |\n| かまみくZ                              | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-07ba9c29-5528-4705-ad2e-8673bc635d6d.rss  | ❌     |\n| シモダ＆イーグルの残念ラジオ           | https://arrow2nd.github.io/omkr-radio/podcast/zannen.rss                                         | ❌     |\n| シモダテツヤと私（ヨッピー）           | https://arrow2nd.github.io/omkr-radio/podcast/shimowata-b5fa1358-5fa5-42e2-b56c-24dff757c323.rss | ❌     |\n| シモダテツヤと私（地獄のミサワ）       | https://arrow2nd.github.io/omkr-radio/podcast/shimowata.rss                                      | ❌     |\n| セブ山・永田の金曜ラジオ               | https://arrow2nd.github.io/omkr-radio/podcast/sebunagata.rss                                     | ❌     |\n| そうじゃねえだろのラジオじゃねえだろ！ | https://arrow2nd.github.io/omkr-radio/podcast/soujanee.rss                                       | ❌     |\n| ソルジャーラジオ                       | https://arrow2nd.github.io/omkr-radio/podcast/yoropen.rss                                        | ✅     |\n| たかや・マンスーンのパクパクラジオ     | https://arrow2nd.github.io/omkr-radio/podcast/pakupaku.rss                                       | ❌     |\n| ながみく                               | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-a2767ed9-1d5b-490b-9ac8-2828eedbfe09.rss  | ❌     |\n| ながみく∞                              | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-91996f23-0cbb-40f4-a6e5-aeb9acb8ad7b.rss  | ❌     |\n| ニュース！オモコロウォッチ！           | https://arrow2nd.github.io/omkr-radio/podcast/watch.rss                                          | ✅     |\n| マンスーン・ヤスミノの音声放送         | https://arrow2nd.github.io/omkr-radio/podcast/kayouradio.rss                                     | ✅     |\n| みくのしん・おおきちの大仲良しラジオ   | https://arrow2nd.github.io/omkr-radio/podcast/dainaka.rss                                        | ❌     |\n| ラジオ・モンゴルナイトフィーバー       | https://arrow2nd.github.io/omkr-radio/podcast/mongol.rss                                         | ✅     |\n| ラジオ漫画犬血道編                     | https://arrow2nd.github.io/omkr-radio/podcast/maninu-b6b7c76c-8c64-460f-a6f5-b2b734902b8b.rss    | ❌     |\n| ラジオ漫画犬漂流編                     | https://arrow2nd.github.io/omkr-radio/podcast/maninu-ceba5239-5bc9-4052-b3ab-d3b2fde866c6.rss    | ❌     |\n| ラジオ漫画犬咆哮編                     | https://arrow2nd.github.io/omkr-radio/podcast/maninu-b3234812-6a4e-4b55-9c70-b4d689cca00e.rss    | ✅     |\n| 加藤・ギャラクシーのラジオKGB          | https://arrow2nd.github.io/omkr-radio/podcast/kgb.rss                                            | ❌     |\n| 原宿・おすしのありっちゃありアワー     | https://arrow2nd.github.io/omkr-radio/podcast/ariari.rss                                         | ❌     |\n| 作業用かまみく                         | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-3cd98256-982c-48e3-84f1-02ab49dbcc21.rss  | ❌     |\n| 睡眠用かまみく                         | https://arrow2nd.github.io/omkr-radio/podcast/kamamicu-9d9208ea-e0ac-4f1e-88bf-95d25d359071.rss  | ❌     |\n| 長島・加藤のイうてるマにイっちゃってる | https://arrow2nd.github.io/omkr-radio/podcast/itm.rss                                            | ❌     |\n| 店長・リックェのフラコト               | https://arrow2nd.github.io/omkr-radio/podcast/flakoto.rss                                        | ❌     |\n| 動画・モンゴルナイトフィーバー特別編！ | https://arrow2nd.github.io/omkr-radio/podcast/mongol-b5ecadfd-efd2-4de3-a268-b839d366ef15.rss    | ✅     |\n| 凸ノ・カメントツのラジオ漫画犬         | https://arrow2nd.github.io/omkr-radio/podcast/maninu.rss                                         | ❌     |\n\n\u003c!-- podcast list end --\u003e\n\n## 実行\n\n```sh\n# エピソードを自動更新\ndeno task update\n\n# 新規ラジオを追加（対話形式）\ndeno task cli\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrow2nd%2Fomkr-radio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrow2nd%2Fomkr-radio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrow2nd%2Fomkr-radio/lists"}