<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments for Ergast Developer API</title>
	<atom:link href="http://ergast.com/mrd/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://ergast.com/mrd</link>
	<description></description>
	<pubDate>Sat, 31 Jul 2010 05:09:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Bug Reports by Admin</title>
		<link>http://ergast.com/mrd/bugs/comment-page-1#comment-105</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sun, 18 Apr 2010 15:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/doc/?page_id=358#comment-105</guid>
		<description>Romain,

I've considered this issue in the past and neither of the two possible behaviours is ideal in all circumstances. The deciding factor for me was realizing what would happen if you wanted to list all the seasons where a particular driver had won the championship e.g: 

    http://ergast.com/api/f1/drivers/button/driverStandings/1

You probably wouldn't want this list to include the current season (which Jenson is currently leading but hasn't necessarily won). To solve your problem I would make two queries:

    http://ergast.com/api/f1/drivers/alonso/driverStandings
    http://ergast.com/api/f1/current/drivers/alonso/driverStandings

then check whether the last season attribute returned by the first query is the same as the season attribute returned by the second. If so, ignore the second query.

Obviously, if the two season attribute values are different it means that the current season is still in progress and therefore the second query is returning interim standings, rather than final standings. Hope that helps.</description>
		<content:encoded><![CDATA[<p>Romain,</p>
<p>I&#8217;ve considered this issue in the past and neither of the two possible behaviours is ideal in all circumstances. The deciding factor for me was realizing what would happen if you wanted to list all the seasons where a particular driver had won the championship e.g: </p>
<p>    <a href="http://ergast.com/api/f1/drivers/button/driverStandings/1" rel="nofollow">http://ergast.com/api/f1/drivers/button/driverStandings/1</a></p>
<p>You probably wouldn&#8217;t want this list to include the current season (which Jenson is currently leading but hasn&#8217;t necessarily won). To solve your problem I would make two queries:</p>
<p>    <a href="http://ergast.com/api/f1/drivers/alonso/driverStandings" rel="nofollow">http://ergast.com/api/f1/drivers/alonso/driverStandings</a><br />
    <a href="http://ergast.com/api/f1/current/drivers/alonso/driverStandings" rel="nofollow">http://ergast.com/api/f1/current/drivers/alonso/driverStandings</a></p>
<p>then check whether the last season attribute returned by the first query is the same as the season attribute returned by the second. If so, ignore the second query.</p>
<p>Obviously, if the two season attribute values are different it means that the current season is still in progress and therefore the second query is returning interim standings, rather than final standings. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bug Reports by Romain</title>
		<link>http://ergast.com/mrd/bugs/comment-page-1#comment-104</link>
		<dc:creator>Romain</dc:creator>
		<pubDate>Sat, 17 Apr 2010 18:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/doc/?page_id=358#comment-104</guid>
		<description>Hi,

When I query the database for, say, Alonso's all-time results, I use the following URL: http://ergast.com/api/f1/drivers/alonso/driverStandings
I get his 8 first seasons results, however, the 2010 season does not appear.
Is this intended, or is it a bug?
Which solution is best to get *all* results from up to today for a given driver? Should I add something like http://ergast.com/api/current/f1/drivers/alonso/driverStandings and check if there's 0 or 1 result? At the end of the season, won't I be counting the last results twice?

Note: this behavior might not be consistent with getting all *race* results with the URL: http://ergast.com/api/f1/drivers/alonso/results
In that case I do get the 2010 race results too.

Thanks in advance,
Romain</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When I query the database for, say, Alonso&#8217;s all-time results, I use the following URL: <a href="http://ergast.com/api/f1/drivers/alonso/driverStandings" rel="nofollow">http://ergast.com/api/f1/drivers/alonso/driverStandings</a><br />
I get his 8 first seasons results, however, the 2010 season does not appear.<br />
Is this intended, or is it a bug?<br />
Which solution is best to get *all* results from up to today for a given driver? Should I add something like <a href="http://ergast.com/api/current/f1/drivers/alonso/driverStandings" rel="nofollow">http://ergast.com/api/current/f1/drivers/alonso/driverStandings</a> and check if there&#8217;s 0 or 1 result? At the end of the season, won&#8217;t I be counting the last results twice?</p>
<p>Note: this behavior might not be consistent with getting all *race* results with the URL: <a href="http://ergast.com/api/f1/drivers/alonso/results" rel="nofollow">http://ergast.com/api/f1/drivers/alonso/results</a><br />
In that case I do get the 2010 race results too.</p>
<p>Thanks in advance,<br />
Romain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bug Reports by Admin</title>
		<link>http://ergast.com/mrd/bugs/comment-page-1#comment-99</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/doc/?page_id=358#comment-99</guid>
		<description>Thanks Darren - it's now fixed.</description>
		<content:encoded><![CDATA[<p>Thanks Darren - it&#8217;s now fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bug Reports by Darren</title>
		<link>http://ergast.com/mrd/bugs/comment-page-1#comment-98</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/doc/?page_id=358#comment-98</guid>
		<description>Hi,

Python's simplejson parser is tripping up on the drivers data because there is a trailing comma on the nationalities property, see here:

http://ergast.com/api/f1/2010/drivers.json

This is not happening in the other api's I'm using, even the ones that contain driver data, like results for example:

http://ergast.com/api/f1/current/last/results.json

Constructors is a similar api which is also working ok:

http://ergast.com/api/f1/2010/constructors.json

As a workaround I'm pulling driver data from the results api, which is a little inefficient for you so I hope you forgive me :)

Thanks for the api, I'm using it to power our little fantasy formula 1 league in the office.

Darren</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Python&#8217;s simplejson parser is tripping up on the drivers data because there is a trailing comma on the nationalities property, see here:</p>
<p><a href="http://ergast.com/api/f1/2010/drivers.json" rel="nofollow">http://ergast.com/api/f1/2010/drivers.json</a></p>
<p>This is not happening in the other api&#8217;s I&#8217;m using, even the ones that contain driver data, like results for example:</p>
<p><a href="http://ergast.com/api/f1/current/last/results.json" rel="nofollow">http://ergast.com/api/f1/current/last/results.json</a></p>
<p>Constructors is a similar api which is also working ok:</p>
<p><a href="http://ergast.com/api/f1/2010/constructors.json" rel="nofollow">http://ergast.com/api/f1/2010/constructors.json</a></p>
<p>As a workaround I&#8217;m pulling driver data from the results api, which is a little inefficient for you so I hope you forgive me <img src='http://ergast.com/mrd/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for the api, I&#8217;m using it to power our little fantasy formula 1 league in the office.</p>
<p>Darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Feedback by Admin</title>
		<link>http://ergast.com/mrd/feedback/comment-page-1#comment-87</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/doc/?page_id=355#comment-87</guid>
		<description>GPM: &lt;blockquote&gt;I have the 2009 gadget on my site, will it auto-update to the latest 2010 standings after tomorrows race?&lt;/blockquote&gt;

Sure - there's always a short delay whilst I enter the results and then another delay due to Google caching the database queries. The results are typically there within 2 hours.</description>
		<content:encoded><![CDATA[<p>GPM:<br />
<blockquote>I have the 2009 gadget on my site, will it auto-update to the latest 2010 standings after tomorrows race?</p></blockquote>
<p>Sure - there&#8217;s always a short delay whilst I enter the results and then another delay due to Google caching the database queries. The results are typically there within 2 hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Feedback by GPM</title>
		<link>http://ergast.com/mrd/feedback/comment-page-1#comment-86</link>
		<dc:creator>GPM</dc:creator>
		<pubDate>Sat, 13 Mar 2010 21:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/doc/?page_id=355#comment-86</guid>
		<description>I have the 2009 gadget on my site, will it auto-update to the latest 2010 standings after tomorrows race?</description>
		<content:encoded><![CDATA[<p>I have the 2009 gadget on my site, will it auto-update to the latest 2010 standings after tomorrows race?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Feedback by Admin</title>
		<link>http://ergast.com/mrd/feedback/comment-page-1#comment-52</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 13:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/doc/?page_id=355#comment-52</guid>
		<description>The only current plan is to extend the database to include all seasons back to 1950 when the championship started. In principle, it would be good to cover some other motor racing series but I'm reluctant to take on the responsibility for data entry - this has to be timely and carefully checked. Perhaps the best plan would be to tidy up the code and release it as an open source project so that anyone could set up a service to cover another formula.</description>
		<content:encoded><![CDATA[<p>The only current plan is to extend the database to include all seasons back to 1950 when the championship started. In principle, it would be good to cover some other motor racing series but I&#8217;m reluctant to take on the responsibility for data entry - this has to be timely and carefully checked. Perhaps the best plan would be to tidy up the code and release it as an open source project so that anyone could set up a service to cover another formula.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Feedback by David Hughes</title>
		<link>http://ergast.com/mrd/feedback/comment-page-1#comment-51</link>
		<dc:creator>David Hughes</dc:creator>
		<pubDate>Tue, 10 Nov 2009 21:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/doc/?page_id=355#comment-51</guid>
		<description>Excellent API...

Wish I had found it earlier could have saved me sooooo much time when running the Fantasy Formula 1 for my work!

What's the plans for next season and other sports?

David</description>
		<content:encoded><![CDATA[<p>Excellent API&#8230;</p>
<p>Wish I had found it earlier could have saved me sooooo much time when running the Fantasy Formula 1 for my work!</p>
<p>What&#8217;s the plans for next season and other sports?</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ by Admin</title>
		<link>http://ergast.com/mrd/faq/comment-page-1#comment-10</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sun, 19 Apr 2009 16:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/?page_id=340#comment-10</guid>
		<description>Hi Vito. The delay has typically been around 2 hrs this season. In the future it will depend when the race starts relative to my local time and whether I am dedicated enough to be awake!

Results capture is semi-automatic, using Wikipedia (since I use Wikipedia URLs as unique identifiers for all entities) with manual checking against FIA records before publication.</description>
		<content:encoded><![CDATA[<p>Hi Vito. The delay has typically been around 2 hrs this season. In the future it will depend when the race starts relative to my local time and whether I am dedicated enough to be awake!</p>
<p>Results capture is semi-automatic, using Wikipedia (since I use Wikipedia URLs as unique identifiers for all entities) with manual checking against FIA records before publication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ by Vito A</title>
		<link>http://ergast.com/mrd/faq/comment-page-1#comment-9</link>
		<dc:creator>Vito A</dc:creator>
		<pubDate>Sun, 19 Apr 2009 04:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://ergast.com/?page_id=340#comment-9</guid>
		<description>Very cool!  I was wondering why the delay for the race results?  Are you grabbing the data automatically from the formula1.com website, or are you entering the race data manually into your database?</description>
		<content:encoded><![CDATA[<p>Very cool!  I was wondering why the delay for the race results?  Are you grabbing the data automatically from the formula1.com website, or are you entering the race data manually into your database?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
