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

Use of 'medium' in API not clear.. #128

Open
flashedk opened this issue Jul 3, 2024 · 6 comments
Open

Use of 'medium' in API not clear.. #128

flashedk opened this issue Jul 3, 2024 · 6 comments

Comments

@flashedk
Copy link

flashedk commented Jul 3, 2024

Hi, when im trying to use the API and try to use the 'medium', I'm only able to extract 'podcast' from the response.

The linked documentation suggests that there is more information behind this Object but it is not clear how to access it.

@daveajones
Copy link
Contributor

What endpoint are you using?

@flashedk
Copy link
Author

flashedk commented Jul 4, 2024

GET /search/byterm

@daveajones
Copy link
Contributor

The “medium” property is just a string that will contain “podcast”, “music”, etc according to the podcast namespace spec here: https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#medium

@flashedk
Copy link
Author

flashedk commented Jul 4, 2024

Ok- thanks. Is there a option to get the otherwise specified Information in the namespace from the API?
Like podcast:season etc

@daveajones
Copy link
Contributor

Not every single property is queryable (yet), but getting there. Explore the different api endpoints in the documentation. There is a lot there.

@MaxJadav
Copy link

MaxJadav commented Jul 5, 2024

Query &max=10 Also not working.
It is return all data
https://api.podcastindex.org/api/1.0/podcasts/bymedium?medium=music&max=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants