There's anyway that I can obtain the music category of a band with the Foursquare API? if not there's a chance to obtain it from other way?
See https://developer.foursquare.com/docs/venues/categories for a list of categories used by foursquare.
The musical genre of a band is not available in foursquare.
You can get categories of the bands via lastfm api http://www.last.fm/api
Related
Is possible to get videos on YouTube trending page by country with YouTube Data API?
You can make API request to retrieve a list of the trending videos, and add a regioncode to filter you results
Link to the api documentation.
Hej,
I'd like to retrieve the cover artworks of my current listenings and put it in a way like this:
[http://codepen.io/motorlatitude/pen/hipIl][1]
I found a couple of solution on how to get the album covers in general, but not for my recent listenings only.
Thanks! :)
The Spotify Web API has an endpoint for returning the cover artwork of a given album, see the images property in the information return in Get Album.
However, Spotify doesn't expose recent listenings, so you'll need to get that information somehow. Some people use Last.FM API, that can give you this information if you scrobble to Last.fm from Spotify or any music player.
I am wondering if it is possible with the youtube api to get a list of purchasable, or rentable movies. When I go to the youtube website and I am logged into my google account I can see movies to purchase and their prices.
I would like to offer this option in my application ( http://www.tastefilter.com ). We would like to offer links to youtube so people can watch movies directly from their tablets. However I can't find anything in the youtube v2 or v3 documentation on purchasability of a movie, on how to filter a search query to only return those movies, and finally, no pricing info.
Take a look at the YouTube v2.0 Data API. There is a search parameter called paid_content that lets you retrieve information about rentable movies only.
https://developers.google.com/youtube/2.0/reference?hl=en#paid-contentsp
Just curious to know that whether there is a way in twitter to check for the popular trends in categories e.g. 'automobile', 'sports', 'forex' etc, just like we have the search.twitter.com providing us with the search for keywords. is there a way we can search for particular trends associated with some category.
Thanks,
Vaibhav
Well as far as I have seen, there is no api to extract trends based on topics BUT you can monitor tweets containing particular key words through the public streaming API. Check the twitter api documentation for more.. https://dev.twitter.com/docs/streaming-apis
Is it possible to get the reviews of a product using Google Search API for Shopping.
I mean... If I look for an Iphone 4G. How do I get the reviews for that product? They are in the search results, but no when using the API
thanks
Those reviews are not currently available from the Search API for Shopping.