{"id":16832305,"url":"https://github.com/rf-/freesound-ruby","last_synced_at":"2025-03-18T00:49:37.013Z","repository":{"id":6983831,"uuid":"8245813","full_name":"rf-/freesound-ruby","owner":"rf-","description":"freesound.org api wrapper","archived":false,"fork":false,"pushed_at":"2013-02-17T04:18:34.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T01:13:37.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"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/rf-.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-17T04:10:49.000Z","updated_at":"2018-06-01T04:50:47.000Z","dependencies_parsed_at":"2022-09-16T18:41:24.849Z","dependency_job_id":null,"html_url":"https://github.com/rf-/freesound-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rf-%2Ffreesound-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rf-%2Ffreesound-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rf-%2Ffreesound-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rf-%2Ffreesound-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rf-","download_url":"https://codeload.github.com/rf-/freesound-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244135897,"owners_count":20403797,"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":[],"created_at":"2024-10-13T11:48:27.426Z","updated_at":"2025-03-18T00:49:36.997Z","avatar_url":"https://github.com/rf-.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# freesound-ruby\n[freesound.org](http://www.freesound.org) api wrapper.\n\n### Usage\n```ruby\nrequire 'freesound-ruby'\n\n# Initialize a client object with your api key\n# (get one at http://www.freesound.org/api/apply)\nfc = Freesound::Client.new(\"yourfreesoundapikey123456789\")\n\n# Get a sound by id\nsound = fc.get_sound(125)\nsound.id              # =\u003e 125\nsound.bitrate         # =\u003e 1411\nsound.waveform_l      # =\u003e \"http://www.freesound.org/data/displays/0/125_23_wave_L.png\"\n\n# Search for a sound\nsounds = fc.search_sounds(\"badass\")\nsounds.first.tags     # =\u003e [\"prison\", \"jail\", \"door\", \"closing\", \"close\", \"cinematic\", \"cell\", \"boom\"],\n```\n\n### More to come!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frf-%2Ffreesound-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frf-%2Ffreesound-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frf-%2Ffreesound-ruby/lists"}