{"id":15018987,"url":"https://github.com/maxjoehnk/soundcloud-rs","last_synced_at":"2025-09-29T15:31:20.574Z","repository":{"id":57667992,"uuid":"114821456","full_name":"maxjoehnk/soundcloud-rs","owner":"maxjoehnk","description":"SoundCloud API implementation in Rust","archived":false,"fork":true,"pushed_at":"2023-07-22T15:41:29.000Z","size":4867,"stargazers_count":4,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T07:37:04.577Z","etag":null,"topics":["soundcloud-api"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mkroman/soundcloud-rs","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxjoehnk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-19T23:30:17.000Z","updated_at":"2022-11-14T22:55:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maxjoehnk/soundcloud-rs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjoehnk%2Fsoundcloud-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjoehnk%2Fsoundcloud-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjoehnk%2Fsoundcloud-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjoehnk%2Fsoundcloud-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxjoehnk","download_url":"https://codeload.github.com/maxjoehnk/soundcloud-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234635095,"owners_count":18864005,"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":["soundcloud-api"],"created_at":"2024-09-24T19:52:43.458Z","updated_at":"2025-09-29T15:31:15.260Z","avatar_url":"https://github.com/maxjoehnk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soundcloud\n[![Build Status](https://travis-ci.org/maxjoehnk/soundcloud-rs.svg?branch=master)](https://travis-ci.org/maxjoehnk/soundcloud-rs)\n[![Docs](https://docs.rs/soundcloud/badge.svg)](https://docs.rs/soundcloud)\n\nA Rust library for interacting with the SoundCloud HTTP API.\n\n## Usage\n\nAdd the following to your Cargo.toml file.\n\n```toml\n[dependencies]\nsoundcloud = \"0.4\"\n```\n\nTo use this crate you need a client id.\nSoundcloud currently doesn't allow signup for their api so you need to use an existing client id.\n\n```rust\nuse soundcloud::Client;\n\n#[tokio::main]\nasync fn main() {\n    let client_id = std::env::var(\"SOUNDCLOUD_CLIENT_ID\").unwrap();\n    let client = Client::new(\u0026client_id);\n    // ...\n}\n```\n\nAPI Usage is documented on [docs.rs](https://docs.rs/soundcloud).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxjoehnk%2Fsoundcloud-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxjoehnk%2Fsoundcloud-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxjoehnk%2Fsoundcloud-rs/lists"}