Safe Haskell | None |
---|
Geo API module
- getEvents :: Maybe Latitude -> Maybe Longitude -> Maybe Location -> Maybe Distance -> Maybe Page -> Maybe Limit -> APIKey -> Lastfm Response
- getMetroArtistChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm Response
- getMetroHypeArtistChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm Response
- getMetroHypeTrackChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm Response
- getMetroTrackChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm Response
- getMetroUniqueArtistChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm Response
- getMetroUniqueTrackChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm Response
- getMetroWeeklyChartlist :: Metro -> APIKey -> Lastfm Response
- getMetros :: Maybe Country -> APIKey -> Lastfm Response
- getTopArtists :: Country -> Maybe Page -> Maybe Limit -> APIKey -> Lastfm Response
- getTopTracks :: Country -> Maybe Location -> Maybe Page -> Maybe Limit -> APIKey -> Lastfm Response
Documentation
getEvents :: Maybe Latitude -> Maybe Longitude -> Maybe Location -> Maybe Distance -> Maybe Page -> Maybe Limit -> APIKey -> Lastfm ResponseSource
Get all events in a specific location by country or city name. More: http://www.last.fm/api/show/geo.getEvents
getMetroArtistChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm ResponseSource
Get a chart of artists for a metro. More: http://www.last.fm/api/show/geo.getMetroArtistChart
getMetroHypeArtistChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm ResponseSource
Get a chart of hyped (up and coming) artists for a metro. More: http://www.last.fm/api/show/geo.getMetroHypeArtistChart
getMetroHypeTrackChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm ResponseSource
Get a chart of hyped (up and coming) tracks for a metro. More: http://www.last.fm/api/show/geo.getMetroHypeTrackChart
getMetroTrackChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm ResponseSource
Get a chart of tracks for a metro. More: http://www.last.fm/api/show/geo.getMetroTrackChart
getMetroUniqueArtistChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm ResponseSource
Get a chart of the artists which make that metro unique. More: http://www.last.fm/api/show/geo.getMetroUniqueArtistChart
getMetroUniqueTrackChart :: Country -> Metro -> Maybe Start -> Maybe End -> APIKey -> Lastfm ResponseSource
Get a chart of the tracks which make that metro unique. More: http://www.last.fm/api/show/geo.getMetroUniqueTrackChart
getMetroWeeklyChartlist :: Metro -> APIKey -> Lastfm ResponseSource
Get a list of available chart periods for this metro, expressed as date ranges which can be sent to the chart services. More: http://www.last.fm/api/show/geo.getMetroWeeklyChartlist
getMetros :: Maybe Country -> APIKey -> Lastfm ResponseSource
Get a list of valid countries and metros for use in the other webservices. More: http://www.last.fm/api/show/geo.getMetros