Get News RSS

Description

Retrieve an RSS 2.0 feed for the NFSW News.

URI

/ws/cmsbridge/news/rss/<locale>

URI Parameters  | Input Parameters  | Examples

URI Parameters

Field Type Required? Example Description
locale string Required

en_US

The locale to retrieve the news for. e.g. en_US or de_DE.

Input Parameters

Field Type Required? Example Description
firstResult

Integer

Optional

0

The first result to retrieve (used for pagination).

maxResults

Integer

Optional

10

The total number of results to retrieve.

Examples

Request
uri

/ws/cmsbridge/news/rss/en_US?firstResult=0&maxResults;=2

Response
status code

200

condition

Success

payload
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Need for Speed World News</title>
    <link>http://world.needforspeed.com/news</link>
    <description>Need for Speed World News</description>
    <category>Games</category>
    <dc:subject>Games</dc:subject>

    <item>
      <title>Performance Customization Competition Now Closed</title>
      <link>http://world.needforspeed.com/news#18925</link>
      <description><p>The Need for Speed World <a href="http://world.needforspeed.com/news#18108" target="_self">Performance Customization Competition</a> is now closed.&nbsp; We've received over 550 entries for the contest so we're going to take a few days to review all the entries and will be posting the winners later this week.<br><br>Remember that there will be three winners in this competition:<br><br>1. The player with the highest rated tier 1 car<br>2. The player with the highest rated tier 2 car<br>3. The player with the highest rated tier 3 car <br><br>Each winner will receive a Need for Speed swag bundle as their prize.<br><br>Keep checking the <a href="http://World.NeedforSpeed.com" target="_self">NFS World website</a> for the latest news and competitions because we've got a lot coming this December!</p></description>

      <category>Community</category>
      <category>Swag</category>
      <category>NFSWorld</category>
      <category>nfs-world</category>
      <category>community</category>
      <category>Events</category>

      <category>NFS World</category>
      <category>Need for Speed World</category>
      <category>event</category>
      <category>Prizes</category>
      <category>Contest</category>
      <category>Competition</category>

      <category>Performance Customization</category>
      <pubDate>Mon, 06 Dec 2010 16:51:49 GMT</pubDate>
      <guid>http://world.needforspeed.com/news#18925</guid>
      <dc:creator>NFSDrew</dc:creator>
      <dc:date>2010-12-06T16:51:49Z</dc:date>
    </item>

    <item>
      <title>Curse.com&#039;s Exclusive Interview with NFS World Producer</title>
      <link>http://world.needforspeed.com/news#18865</link>
      <description><p>A couple days ago Need for Speed World Producer Melvin Teo took some time to do an interview with the good folks over at <a href="http://www.curse.com" target="_blank">Curse.com</a>.<br><br>In the interview Melvin talks about the new features in Version 5 of NFS World, the Performance Customization system and the future of NFS World &amp; Performance Customization.<br><br>If you want to check it out, <a href="http://www.curse.com/articles/other-en-news/884314.aspx" target="_blank">click here</a>.</p></description>

      <category>Need for Speed World</category>
      <category>interview</category>
      <category>Curse.com</category>
      <category>nfs-world</category>
      <category>NFSWorld</category>
      <category>Producer</category>

      <category>NFS World</category>
      <category>News</category>
      <category>Melvin Teo</category>
      <category>Performance Customization</category>
      <pubDate>Fri, 03 Dec 2010 22:15:39 GMT</pubDate>
      <guid>http://world.needforspeed.com/news#18865</guid>

      <dc:creator>NFSDrew</dc:creator>
      <dc:date>2010-12-03T22:15:39Z</dc:date>
    </item>
  </channel>
</rss>