<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ergast Developer API</title>
	<atom:link href="http://ergast.com/mrd/feed" rel="self" type="application/rss+xml" />
	<link>http://ergast.com/mrd</link>
	<description></description>
	<lastBuildDate>Mon, 09 Jan 2012 22:14:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>JSONP support</title>
		<link>http://ergast.com/mrd/2011/08/04/jsonp-support</link>
		<comments>http://ergast.com/mrd/2011/08/04/jsonp-support#comments</comments>
		<pubDate>Thu, 04 Aug 2011 15:06:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=1161</guid>
		<description><![CDATA[Following a number of requests I&#8217;ve added JSONP as an alternative response format. This allows client-side applications to access the API without the restrictions of the same origin policy imposed by browsers. JSONP is obtained by appending &#34;.json&#34; to URLs and a query parameter named &#34;callback&#34; which must specify a valid Javascript function name. For [...]]]></description>
			<content:encoded><![CDATA[<p>Following a number of requests I&#8217;ve added <a href="http://en.wikipedia.org/wiki/JSONP">JSONP</a> as an alternative response format. This allows client-side applications to access the API without the restrictions of the <a href="http://en.wikipedia.org/wiki/Same_origin_policy">same origin policy</a> imposed by browsers.</p>
<p>JSONP is obtained by appending &quot;<code>.json</code>&quot; to URLs and a query parameter named &quot;<code>callback</code>&quot; which must specify a valid Javascript function name. For example:</p>
<p><code class="inset"><a href="/api/f1/drivers.json?callback=parseJSON" target="_blank">http://ergast.com/api/f1/drivers.json?callback=myParser</a></code></p>
<p>Let me know if you find any problems or build something interesting with it!</p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2011/08/04/jsonp-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another 2011 Season Change</title>
		<link>http://ergast.com/mrd/2011/02/27/another-2011-season-change</link>
		<comments>http://ergast.com/mrd/2011/02/27/another-2011-season-change#comments</comments>
		<pubDate>Sun, 27 Feb 2011 18:36:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=1143</guid>
		<description><![CDATA[One other change this year which has not been documented is the removal of the &#8220;dob&#8221; attribute from the Driver element in the results and driver standings XML responses. The attribute is unnecessary because there is a DateOfBirth sub-element.]]></description>
			<content:encoded><![CDATA[<p>One other change this year which has not been documented is the removal of the &#8220;dob&#8221; attribute from the Driver element in the results and driver standings XML responses. The attribute is unnecessary because there is a DateOfBirth sub-element. </p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2011/02/27/another-2011-season-change/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fastest Lap Queries</title>
		<link>http://ergast.com/mrd/2011/02/18/fastest-lap-queries</link>
		<comments>http://ergast.com/mrd/2011/02/18/fastest-lap-queries#comments</comments>
		<pubDate>Fri, 18 Feb 2011 09:46:46 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=1114</guid>
		<description><![CDATA[It&#8217;s probably worth pointing out that, in addition to appearing in race results, fastest lap rankings can now be used as a parameter in all queries except Standings queries. For example, you can list all the drivers who achieved the fastest lap in a season using the following URL: http://ergast.com/api/f1/2010/fastest/1/drivers Or all races where a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s probably worth pointing out that, in addition to appearing in race results, fastest lap rankings can now be used as a parameter in all queries except Standings queries. For example, you can list all the drivers who achieved the fastest lap in a season using the following URL:</p>
<p><code class="inset"><a href="http://ergast.com/api/f1/2010/fastest/1/drivers" target="_blank">http://ergast.com/api/f1/2010/fastest/1/drivers</a></code></p>
<p>Or all races where a particular driver achieved the fastest lap:</p>
<p><code class="inset"><a href="http://ergast.com/api/f1/fastest/1/drivers/alonso/races" target="_blank">http://ergast.com/api/f1/fastest/1/drivers/alonso/races</a></code></p>
<p>Fastest lap timings have now been added from the 2004 season onwards.</p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2011/02/18/fastest-lap-queries/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Season Changes</title>
		<link>http://ergast.com/mrd/2011/02/15/2011-season-changes</link>
		<comments>http://ergast.com/mrd/2011/02/15/2011-season-changes#comments</comments>
		<pubDate>Tue, 15 Feb 2011 21:45:37 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=1111</guid>
		<description><![CDATA[The changes for the 2011 season described earlier have been implemented and were introduced this evening. If you spot any problems please let me know. Barring any problems the API will now remain unchanged for the remainder of the year. Happy coding!]]></description>
			<content:encoded><![CDATA[<p>The changes for the 2011 season described earlier have been implemented and were introduced this evening. If you spot any problems please let me know. Barring any problems the API will now remain unchanged for the remainder of the year. Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2011/02/15/2011-season-changes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2011 Season</title>
		<link>http://ergast.com/mrd/2011/02/12/2011-season</link>
		<comments>http://ergast.com/mrd/2011/02/12/2011-season#comments</comments>
		<pubDate>Sat, 12 Feb 2011 13:10:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=1098</guid>
		<description><![CDATA[This post is to confirm that the Ergast API will continue to provide F1 results throughout the 2011 season. The only technical change will be an updated schema that provides fastest lap times in race results. In addition, whitespace has been removed from JSON responses. These changes will be introduced in the API on 15th [...]]]></description>
			<content:encoded><![CDATA[<p>This post is to confirm that the Ergast API will continue to provide F1 results throughout the 2011 season. The only technical change will be an updated schema that provides fastest lap times in race results. In addition, whitespace has been removed from JSON responses. These changes will be introduced in the API on 15th February. Initially, fastest lap times will only be available for the 2010 season but will then be introduced progressively for earlier years over the next month or so.</p>
<p>Hope to see some new apps ready for the 2011 season!</p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2011/02/12/2011-season/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proposed Updates For 2011</title>
		<link>http://ergast.com/mrd/2011/01/20/proposed-updates-for-2011</link>
		<comments>http://ergast.com/mrd/2011/01/20/proposed-updates-for-2011#comments</comments>
		<pubDate>Thu, 20 Jan 2011 21:45:39 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=1093</guid>
		<description><![CDATA[Some proposed changes to the API for 2011: 1) The race results response will be extended to include the fastest laps times for all drivers. The provisional documentation is here: http://ergast.com/mrd/results 2) The indentation and whitespace will be removed from JSON responses for efficiency reasons. I&#8217;m about to start implementing these changes so any comments [...]]]></description>
			<content:encoded><![CDATA[<p>Some proposed changes to the API for 2011:</p>
<p>1) The race results response will be extended to include the fastest laps times for all drivers. The provisional documentation is here:  <a href="http://ergast.com/mrd/results">http://ergast.com/mrd/results</a></p>
<p>2) The indentation and whitespace will be removed from JSON responses for efficiency reasons.</p>
<p>I&#8217;m about to start implementing these changes so any comments or suggestions you have would be very welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2011/01/20/proposed-updates-for-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 Season</title>
		<link>http://ergast.com/mrd/2009/12/22/2010-season</link>
		<comments>http://ergast.com/mrd/2009/12/22/2010-season#comments</comments>
		<pubDate>Tue, 22 Dec 2009 19:11:18 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=987</guid>
		<description><![CDATA[This post is to confirm that the Ergast API will continue to provide F1 results throughout the 2010 season. The only technical change will be a move to an updated XML schema that allows multiple drivers per car. This will allow the API to cover the 1950s accurately, where car sharing was common. The change [...]]]></description>
			<content:encoded><![CDATA[<p>This post is to confirm that the Ergast API will continue to provide F1 results throughout the 2010 season. The only technical change will be a move to an <a href="http://ergast.com/schemas/mrd-1.1.xsd">updated XML schema</a> that allows multiple drivers per car. This will allow the API to cover the 1950s accurately, where car sharing was common. The change will come into effect on 1st January.</p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2009/12/22/2010-season/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application Gallery</title>
		<link>http://ergast.com/mrd/2009/03/14/gallery</link>
		<comments>http://ergast.com/mrd/2009/03/14/gallery#comments</comments>
		<pubDate>Sat, 14 Mar 2009 18:56:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=945</guid>
		<description><![CDATA[Added an Application Gallery to showcase applications using the Ergast Developer API. If you would like to add your application or mashup to the gallery please contact us with details.]]></description>
			<content:encoded><![CDATA[<p>Added an <a href="/mrd/gallery">Application Gallery</a> to showcase applications using the Ergast Developer API. If you would like to add your application or mashup to the gallery please <a href="mailto://admin@ergast.com">contact us</a> with details.</p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2009/03/14/gallery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Query Page</title>
		<link>http://ergast.com/mrd/2009/02/11/database-query-page</link>
		<comments>http://ergast.com/mrd/2009/02/11/database-query-page#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:29:18 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=886</guid>
		<description><![CDATA[Added a Query Page with forms which generate URLs and query the database.]]></description>
			<content:encoded><![CDATA[<p>Added a <a href="http://ergast.com/mrd/query">Query Page</a> with forms which generate URLs and query the database.</p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2009/02/11/database-query-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON Support</title>
		<link>http://ergast.com/mrd/2009/02/04/json</link>
		<comments>http://ergast.com/mrd/2009/02/04/json#comments</comments>
		<pubDate>Wed, 04 Feb 2009 23:55:02 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ergast.com/mrd/?p=824</guid>
		<description><![CDATA[Added optional JSON response format. Needs further testing.]]></description>
			<content:encoded><![CDATA[<p>Added optional JSON response format. Needs further testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://ergast.com/mrd/2009/02/04/json/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

