Get a list of members for this group.
static
array
getMembers
(string $group)
-
string
$group: The group name to fetch the members of. (Required)
Get an album chart for a group, for a given date range. If no date range is supplied, it will return the most recent album chart for this group.
static
array
getWeeklyAlbumChart
(string $group, [integer $from = null], [integer $to = null])
-
string
$group: The last.fm group name to fetch the charts of. (Required)
-
integer
$from: The date at which the chart should start from. See getWeeklyChartList for more. (Optional)
-
integer
$to: The date at which the chart should end on. See getWeeklyChartList for more. (Optional)
Get an artist chart for a group, for a given date range. If no date range is supplied, it will return the most recent album chart for this group.
static
array
getWeeklyArtistChart
(string $group, [integer $from = null], [integer $to = null])
-
string
$group: The last.fm group name to fetch the charts of. (Required)
-
integer
$from: The date at which the chart should start from. See getWeeklyChartList for more. (Optional)
-
integer
$to: The date at which the chart should end on. See getWeeklyChartList for more. (Optional)
Get a list of available charts for this group, expressed as date ranges which can be sent to the chart services.
static
array
getWeeklyChartList
(string $group)
-
string
$group: The last.fm group name to fetch the charts list for. (Required)
Get a track chart for a group, for a given date range. If no date range is supplied, it will return the most recent album chart for this group.
static
array
getWeeklyTrackChart
(string $group, [integer $from = null], [integer $to = null])
-
string
$group: The last.fm group name to fetch the charts of. (Required)
-
integer
$from: The date at which the chart should start from. See getWeeklyChartList for more. (Optional)
-
integer
$to: The date at which the chart should end on. See getWeeklyChartList for more. (Optional)