Get the most recently uploaded tracks
/api/1.1/rss/new/
Authentication
This method required authentication with read permission.
Arguments
- Page (Optional) - The page of results to return. If this argument is omitted, it defaults to 1.
- PerPage (Optional) - Number of items to return per page. If this argument is omitted, it defaults to 10.
The maximum allowed value is 50.
Example query
- GET /api/1.1/rss/new/
- Host: api.audiomicro.com
- Date: Tue, 1 Apr 2009 23:45:45 +0030
- Authorization: AUDIOMICRO 0PN5X16HBGZHT7JJ3X82:SF7y/ZXX8aSX5KnRjKnuOlP7S2k=
Example response
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Get the most recently uploaded tracks</title>
<link>http://api.audiomicro.com/</link>
<description>Get the most recently uploaded tracks</description>
<language>en-us</language>
<pubDate> Thu, 25 Jun 2009 06:42:56 GMT </pubDate>
<item>
<title> Test track </title>
<link>http://api.audiomicro.com/tracks/info/?fileID=513151&Format=rss</link>
<description>
<b>Author:</b> 1<br/><b>Description:</b> None
</description>
<pubDate> Wed, Jun 24th 2009, 18:35 GMT </pubDate>
<guid>http://api.audiomicro.com/tracks/info/?fileID=513151</guid>
<author>1</author>
</item>
<item>
<title> Into The Night </title>
<link>http://api.audiomicro.com/tracks/info/?fileID=513134&Format=rss</link>
<description>
<b>Author:</b> Rick Rowan<br/><b>Description:</b>
A moody and somber piece featuring electric and acoustic guitars
</description>
<pubDate> Wed, Jun 24th 2009, 06:16 GMT </pubDate>
<guid>http://api.audiomicro.com/tracks/info/?fileID=513134</guid>
<author>Rick Rowan</author>
</item>
<item>
<title> Country Shadows </title>
<link>http://api.audiomicro.com/tracks/info/?fileID=513129&Format=rss</link>
<description>
<b>Author:</b> Garry Cribb<br/><b>Description:</b>
Upbeat Country bluegrass feel. Gtr taking the main theme with Banjo and Fiddle backing up.
A happy and comical theme with a driving 2 beat groove.Good deep south feel about this track.
</description>
<pubDate> Tue, Jun 23rd 2009, 22:04 GMT </pubDate>
<guid>http://api.audiomicro.com/tracks/info/?fileID=513129</guid>
<author>Garry Cribb</author>
</item>
<item>
<title> Burglar Jack </title>
<link>http://api.audiomicro.com/tracks/info/?fileID=513128&Format=rss</link>
<description>
<b>Author:</b> Garry Cribb<br/><b>Description:</b>
Comical detective theme,with a gtr driven melody.
This track has a pop reggae groove that bounces along.
A slight hint of 'Hank and the Shadows' In this cheeky little tune.
</description>
<pubDate> Tue, Jun 23rd 2009, 22:03 GMT </pubDate>
<guid>http://api.audiomicro.com/tracks/info/?fileID=513128</guid>
<author>Garry Cribb</author>
</item>
</channel>
</rss>
</xml>
Error codes
- ValueError Error validating input parameters
- AuthenticationError Invalid AccessKeyID or invalid SecretAccessKey or Expired out of date