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&amp;Format=rss</link> 
                                <description>
                                    &lt;b&gt;Author:&lt;/b&gt; 1&lt;br/&gt;&lt;b&gt;Description:&lt;/b&gt; 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&amp;Format=rss</link> 
                                <description>
                                    &lt;b&gt;Author:&lt;/b&gt; Rick Rowan&lt;br/&gt;&lt;b&gt;Description:&lt;/b&gt; 
                                    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&amp;Format=rss</link> 
                                <description>
                                    &lt;b&gt;Author:&lt;/b&gt; Garry Cribb&lt;br/&gt;&lt;b&gt;Description:&lt;/b&gt; 
                                    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&amp;Format=rss</link> 
                                <description>
                                    &lt;b&gt;Author:&lt;/b&gt; Garry Cribb&lt;br/&gt;&lt;b&gt;Description:&lt;/b&gt; 
                                    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

  1. ValueError Error validating input parameters
  2. AuthenticationError Invalid AccessKeyID or invalid SecretAccessKey or Expired out of date