Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9246909
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:36:14+00:00 2026-06-18T09:36:14+00:00

Anyone know how to formulate the search syntax of a track within a playlist

  • 0
  1. Anyone know how to formulate the search syntax of a track within a playlist (set) of a particular user?
  2. Once I have that, how do I use something like oembed to show the matching tracks?

1 SEARCH SYNTAX

http://developers.soundcloud.com/docs/api/guide#search says:

Resources such as sounds, users, sets and groups can be searched using
our API. Most endpoints will accept a q param which you can use to
specify a keyword to search for in fields like title, username,
description, etc. depending on the resource type.

So exactly how do I get a player for a given user’s set, filtered by a search term?

I thought https://soundcloud.com/search/sounds?q=newchoir%20100%20years%20tenor&filter.user=newchoir might work, but it doesn’t.

Specifically I am interested in embedding a player on my website (which incidentally uses Atlassian Confluence, but I assume we can ignore that for now.)

The only tracks I want to show belong to this user: https://soundcloud.com/newchoir – I explicitly need to exclude any other user.

I want to be able to search within Sets such as this one: https://soundcloud.com/newchoir/sets/tenor-rehearsal-tracks

So the searches I want are:

  • by week “Week 4”
  • by title “100 Years”

We put week and the song name as text in the title field.


2 oEMBED

http://developers.soundcloud.com/docs/oembed#introduction shows how a Soundcloud URL can be processed to return a structure containing an embeddable player that contains that URL.

http://oembed.com goes on to say that for many types, the structure contains an ‘html’ element in the JSON/XML that can be then extracted by javascript.

https://github.com/starfishmod/jquery-oembed-all provides a jquery extractor with support for soundcloud.

However, the oEmbed method supports only http://soundcloud.com/ URLs, rather than http://api.soundcloud.com URLs.


So, am I reading it right:

  1. I have to write code? It’s not possible to just embed an “iframe src=” in my site?
  2. That I need to use api.soundcloud + client key? It seems overkill
  3. It’s not possible to search a particular Soundcloud account for a given named track and show a player that matches these terms?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:36:15+00:00Added an answer on June 18, 2026 at 9:36 am

    Anyone know how to formulate the search syntax of a track within a playlist (set) of a particular user?

    I think you will have to do an API request to get user’s sets (http://api.soundcloud.com/users/USER_ID/playlists.json?client_id=YOUR_CLIENT_ID) and then search through the tracks there.

    Once I have that, how do I use something like oembed to show the matching tracks?

    It actually does work with API URLs: https://soundcloud.com/oembed.json?url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F64492288. But you could save on one HTTP request and make your app speedier, creating the HTML code with an easy replace call on a string (for example, in JavaScript):

    var template = '<iframe width="100%" height="" scrolling="no" src="http://w.soundcloud.com/player/?url=API_URL" frameborder="0"></iframe>';
    var html = template.replace('API_URL', 'https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F64492288');
    

    … I need to use api.soundcloud + client key? It seems overkill

    It isn’t, this is exactly what API is for and it will let you have way more flexibility over what you are doing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Anyone know how to set the custom 404 Error pages that the Visual Studio
Anyone know what the best way is to search on a Field that hold
Anyone know of a tutorial online that explains how to integrate alexbilbie CodeIgniter-OAuth-2.0-Server as
Anyone know an example of phonegap with $.ajax() in github for Android? I have
Does anyone know how the std::sqrt() function works? (or at least have an idea?)
I have some custom fields on my User object that I want to access
Good morning, Does anyone know if there is an easy way I can use
Anyone know how I can make a login button in Ruby on Rails for
Anyone know if there is a standard way to create a List from an
Anyone know how to do draw sth similar to this in Java and working

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.