Podcast search API [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there any podcast directory search API out there apart from the iTunes search API? I have looked around but could not find anything useful. Can I use feedburner for this? Is there a search API for feedburner too?

APIs
Digital Podcast Search Service
CCHits API
Mixcloud API
iTunes
iTunes Store Web Service Search API or parse the rss feeds or itune tags in rss feeds like this
Mashups
Last.fm Podcast Finder
Podbop
Podfeed
and more mashup directory here

I was just looking for the same thing, and found Digital Podcast Search Service. I haven't tried using it yet.

Related

API for Google Newsstand [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Google Play has Newsstand application (not available everywhere) - https://play.google.com/store/newsstand. It replaces older Currents application. It displays news/articles from many different websites/magazines/feeds.
Does any, official or unofficial, API exist, that would let me use those sources in my own application?
As far as official APIs go, unfortunately Google doesn't provide anything if their API Explorer is any indication. Google News used to have an API, but it was deprecated in 2011.
The closest thing to what I think you're looking for, assuming you want to stick with Google, would be the RSS output from Google News. You can pass an optional query parameter to search for specific topics. For example:
https://news.google.com/news?q=obama&output=rss
If you're looking for a similar service to Play Newsstand that offers an API, check out these:
Some individual sources offer APIs, such as the NYTimes and USA Today
Feedly has a nice-looking API, although I have never used it personally.
Good luck with your search!

Connecting with google books api [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm working on a class project and since I'm new to web APIs on Android, I've asked around looking for a sample Google books Intent that I can use in my android project. I even tried using JSON but have no clue as to how to go on. I'll love it if anyone can help me with a sample google code android class to just fetch content using uri.
Thanks,
you must register to google API and get API key
https://code.google.com/apis/console/?pli=1#project:713668701465
in services link => ON Books API
in API Access link => under Simple API Access get API KEY
And follow this instructions
https://developers.google.com/books/
ex: www.googleapis.com/books/v1/volumes?q=isbn:1419705849&key={your api key}

Google play search api or partner feed? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Does anyone know if there is a search api for google play. I'm particularly interested in searching for apps.
iTunes has a great search api and also an enterprise partner feed containing all the information. Does google offer the same?
android-market-api
An open-source API for the Android Market
This is not an official api. I'm not afiliated to google in any way.
This library allow you to ask directly google's official android market servers for information, search for apps, ...
Note:
Google Rebranded Android Market, Google Music as 'Play' on March 6, 2012.

Get posts from my own blog [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any API, through which I can get posts from my own blog on wordpress.com and put them on my other site?
I have a blog on wordpress.com
I have a single site on another hosting provider
I need to parse posts from my blog on wordpress.com and display latest of them into my other site.
you could use the RSS feed thats associated with the wordpress blog to get yours posts, then use an RSS/XML reader on your site to display the posts.
RSS feed link example:
http://yourblog.wordpress.com/feed/
One option is to use RSS feed. You can customize RSS feed to extent you want.
And other way is to make a connection to your wordpress blog database and then too write code to get posts.
If both sites are on same server then it will be easy , other wise you will have to make a connection to remote database.

Any good music video API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of a good music video API?
Music video information on Freebase is lacking, the Internet Video Archive's API returns inconsistent results, and Yahoo's YQL Music API has unclear language on what they consider a commercial application.
Look at the API from EchoNest -- among other things, it provides:
Get a list of video documents found on the web related to an artist.