Podcastindex-org / docs-api

Developer documentation for the podcastindex.org api.
https://podcastindex-org.github.io/docs-api/
MIT License
52 stars 29 forks source link

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

Open flashedk opened 1 week ago

flashedk commented 1 week ago

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 commented 1 week ago

What endpoint are you using?

flashedk commented 1 week ago

GET /search/byterm

daveajones commented 1 week ago

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 commented 1 week ago

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

daveajones commented 1 week ago

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

MaxJadav commented 1 week ago

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