liblastfm-0.6.0: Lastfm API interface

Safe HaskellNone
LanguageHaskell2010

Lastfm.Geo

Description

Lastfm geo API

This module is intended to be imported qualified:

import qualified Lastfm.Geo as Geo

Synopsis

Documentation

getEvents :: Request f (APIKey -> Ready) Source

Get all events in a specific location by country or city name.

Optional: longitude, latitude, location, distance, page, tag, festivalsonly, limit

http://www.last.fm/api/show/geo.getEvents

getMetroHypeArtistChart :: Request f (Metro -> Country -> APIKey -> Ready) Source

Get a chart of hyped (up and coming) artists for a metro

Optional: start, end, page, limit

http://www.last.fm/api/show/geo.getMetroHypeArtistChart

getMetroUniqueArtistChart :: Request f (Metro -> Country -> APIKey -> Ready) Source

Get a chart of the artists which make that metro unique

Optional: start, end, page, limit

http://www.last.fm/api/show/geo.getMetroUniqueArtistChart

getMetroWeeklyChartlist :: Request f (Metro -> APIKey -> Ready) Source

Get a list of available chart periods for this metro, expressed as date ranges which can be sent to the chart services.

http://www.last.fm/api/show/geo.getMetroWeeklyChartlist

getMetros :: Request f (APIKey -> Ready) Source

Get a list of valid countries and metros for use in the other webservices

Optional: country

http://www.last.fm/api/show/geo.getMetros

getTopArtists :: Request f (Country -> APIKey -> Ready) Source

Get the most popular artists on Last.fm by country

Optional: limit, page

http://www.last.fm/api/show/geo.getTopArtists

getTopTracks :: Request f (Country -> APIKey -> Ready) Source

Get the most popular tracks on Last.fm last week by country

Optional: limit, page

http://www.last.fm/api/show/geo.getTopTracks