Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verified status on artist search results #356

Open
belasmith1997 opened this issue Jan 22, 2025 · 8 comments
Open

Verified status on artist search results #356

belasmith1997 opened this issue Jan 22, 2025 · 8 comments
Labels
enhancement New feature or request

Comments

@belasmith1997
Copy link

I am searching artists by using https://api.soundcloud.com/users API. but I can not get the artist data I want.

@dpreussler
Copy link
Contributor

Hi @belasmith1997 can you tell us a bit more? What artist are you looking for with the request you are doing?

@belasmith1997
Copy link
Author

belasmith1997 commented Jan 23, 2025

By using this API I am integrating an artist list into a website. But all the artists are not coming. Example if I search in the SoundCloud I am getting the artist =>

Image

But when I search the artist using the API I am not getting these artists. You can see the verified artists are on top. then others are coming.

@dpreussler
Copy link
Contributor

Hi @belasmith1997 thanks for the additional info
When I search for "& me" via API
https://api.soundcloud.com/users?q=%26%20me&limit=3&offset=0&linked_partitioning=true

I'm getting exactly the same results:

https://soundcloud.com/andmeandyou
https://soundcloud.com/listenbeltran
https://soundcloud.com/erfanpaydar

@belasmith1997
Copy link
Author

How can i know that the artist is verified or not?

@dpreussler
Copy link
Contributor

Currently we do not expose the verified status on the API

@belasmith1997
Copy link
Author

So how can we know whether the user is verified or not?

@belasmith1997
Copy link
Author

Acutally, we have seen some websites use SoundCloud APIs,
such as : https://soundcloud.shotgun.live/api/users/search?q=%26%20me
Where they get a verified flag in the response.
We wish to achieve the same.

@dpreussler dpreussler changed the title Artist search Verified status for artist search Jan 27, 2025
@dpreussler dpreussler changed the title Verified status for artist search Verified status on artist search results Jan 27, 2025
@dpreussler
Copy link
Contributor

dpreussler commented Jan 28, 2025

@belasmith1997 currently we do not offer the verified status on our public API.
We are currently working on our artist verification program, so this info can change in the future

I'm keeping this issue open for visibility

@dpreussler dpreussler added the enhancement New feature or request label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants