{"id":27197556,"url":"https://github.com/jamesatjaminit/radioco-api","last_synced_at":"2025-07-26T12:09:15.283Z","repository":{"id":62958517,"uuid":"564021079","full_name":"jamesatjaminit/radioco-api","owner":"jamesatjaminit","description":"A typescript API wrapper for radio.co","archived":false,"fork":false,"pushed_at":"2023-09-05T15:36:55.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T03:42:36.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesatjaminit.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":"2022-11-09T20:31:37.000Z","updated_at":"2023-09-05T15:36:37.000Z","dependencies_parsed_at":"2025-04-09T20:34:55.850Z","dependency_job_id":"0ce60b64-c3f1-471b-b3fa-dddbbff56559","html_url":"https://github.com/jamesatjaminit/radioco-api","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jamesatjaminit/radioco-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesatjaminit%2Fradioco-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesatjaminit%2Fradioco-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesatjaminit%2Fradioco-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesatjaminit%2Fradioco-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesatjaminit","download_url":"https://codeload.github.com/jamesatjaminit/radioco-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesatjaminit%2Fradioco-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267163430,"owners_count":24045646,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-04-09T20:29:02.724Z","updated_at":"2025-07-26T12:09:15.270Z","avatar_url":"https://github.com/jamesatjaminit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Radio.co API Wrapper\n\nA very simple\n[Radio.co API](https://developers-84608658bd058c817.radio.co/api-reference/openapi_specs/public-v1)\nwrapper, for Node.js and Deno.\n\n- Documentation: \u003chttps://deno.land/x/radioco_api/mod.ts\u003e\n\n## Usage\n\n### Npm\n\n```bash\nnpm install radioco-api\n```\n\n### Example\n\n```typescript\nimport RadioCo from \"radioco-api\"; // NPM\nimport RadioCo from \"https://deno.land/x/radioco_api/mod.ts\"; // Deno\n\nconst radioCo = new RadioCo();\nconst STATION_ID = \"YOUR_STATION_ID\";\n\nconst status = await radioCo.getStationStatus(STATION_ID);\nconst tracks = await radioCo.getRequestableTracks(STATION_ID);\nconst history = await radioCo.getStationHistory(STATION_ID);\nconst nextTrack = await radioCo.getNextTrack(STATION_ID);\nconst requestableTracks = await radioCo.getRequestableTracks(STATION_ID);\nconst schedule = await radioCo.getStationSchedule(STATION_ID);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesatjaminit%2Fradioco-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesatjaminit%2Fradioco-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesatjaminit%2Fradioco-api/lists"}