<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 19:19:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sameer Borate's Blog: NewYork Times Bestseller API access in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/11999</guid>
      <link>http://www.phpdeveloper.org/news/11999</link>
      <description><![CDATA[<p>
On his code-diesel blog <i>Sameer Borate</i> <a href="http://www.codediesel.com/php/newyork-times-bestseller-api-access-in-php/">takes a look at</a> a script that can interfce with the New York Times Bestseller list API the newspaper offers.
</p>
<p>According to the New York Times website:</p>
<blockquote>
Like many organizations, we hope to encourage innovation through collaboration. When you build applications, create mashups and otherwise reveal the potential of our data, we learn more about what our readers want and gain insight into how news and information can be reimagined. We're hoping you'll show us what's next for The Times.
</blockquote>
<p>
You'll need two things - <a href="http://developer.nytimes.com/apps/register">an API key</a> and <a href="http://www.codediesel.com/data/code/nytimes.zip">this PHP class</a>. With it you can search based on book type (genre), list date and get the information back in an XML format. The results are an easily parsable XML structure that includes the book title, publisher, ISBN number(s) and rankings for teh current and previous weeks.
</p>]]></description>
      <pubDate>Mon, 23 Feb 2009 09:31:43 -0600</pubDate>
    </item>
  </channel>
</rss>
