<?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>ThumNet &#187; rest</title>
	<atom:link href="http://blog.thumnet.com/tag/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thumnet.com</link>
	<description>- Jeffrey Tummers</description>
	<lastBuildDate>Fri, 23 Sep 2011 21:33:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IMDB REST Webservice update</title>
		<link>http://blog.thumnet.com/imdb-rest-webservice-update/129/</link>
		<comments>http://blog.thumnet.com/imdb-rest-webservice-update/129/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:45:15 +0000</pubDate>
		<dc:creator>ThumNet</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[imdb]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.thumnet.com/?p=129</guid>
		<description><![CDATA[Update 2009-12-16 Looking for help in hosting If you have a server that hosts PHP and you want to support the Scraper service please contact me (info at thumnet dot com). Update 2009-12-12 Service currently down, due to too many request to IMDb, working on a fix! Update 2009-12-09 Added Picture in imdb-name request Added result &#8230; </p><p><a class="more-link block-button" href="http://blog.thumnet.com/imdb-rest-webservice-update/129/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>Update 2009-12-16</strong></span></p>
<h5>Looking for help in hosting</h5>
<p>If you have a server that hosts PHP and you want to support the Scraper service please contact me (info at thumnet dot com).</p>
<hr/>
<span style="color: #ff0000;"><strong>Update 2009-12-12</strong></span></p>
<h5>Service currently down, due to too many request to IMDb, working on a fix!</h5>
<hr />
<span style="color: #ff0000;"><strong>Update 2009-12-09</strong></span></p>
<ul>
<li>Added Picture in <em>imdb-name</em> request</li>
<li>Added result count limitation param (see the <a title="ThumNet.com Scraper" href="http://scraper.thumnet.com">guide</a>)</li>
<li>Some small bugfixes:
<ul>
<li>missing tt and nm prefix in ImdbID property in <em>imdb-name-search</em> request,</li>
<li>missing ImdbID for Writers and Directors in <em>imdb-title</em> request,</li>
<li>changed Season and Episode in <em>imdb-episode</em> request to SeasonNR and EpisodeNR</li>
<li>added result type to the summary element, to identify the result data</li>
</ul>
</li>
</ul>
<p><em><em><span style="color: #ff0000;"><strong>Update 2009-12-02</strong></span></em></em></p>
<p><em><em> </em></em></p>
<ul>
<li>Added Name search functionality, with <em>imdb-name-search</em> url param (imdb-search is now <em>imdb-title-search</em>)</li>
<li>Added Name details, with <em>imdb-name</em> url param</li>
</ul>
<p><em><em> </em></em></p>
<p><span style="color: #ff0000;"><strong>Update 2009-12-01</strong></span></p>
<ul>
<li>Fixed the Plot and Tagline for imdb title&#8217;s, see comments below.</li>
</ul>
<p>It&#8217;s been some time since my post about the <a title="ThumNet.com IMDB webservice" href="http://blog.thumnet.com/rest-like-webserviceapi-for-imdbcom-with-xml-or-json-output/6/">IMDB webservice</a> but I&#8217;m proud to tell you readers there is a new version available.</p>
<p>Some important changes include:</p>
<ul>
<li>Restructured output (sorry to you guys who have to update their software)</li>
<li>Output available in XML, JSON and debug (other output formats can be added on request)</li>
<li>Automatic support for gzipping the output</li>
<li>Summary information, containing:
<ul>
<li> data source</li>
<li>timestamp of the data</li>
<li>time taken in ms</li>
<li>scraper info</li>
<li>error code (0 for no error!) and error description</li>
</ul>
</li>
<li>Easily extendable scrape framework, so in the future more sites can be scraped!</li>
<li>Admin interface to review the data you guys produce</li>
</ul>
<p>Still interested or just curious?</p>
<p>Well the new url is: <a title="ThumNet.com Scraper" href="http://scraper.thumnet.com">http://scraper.thumnet.com</a></p>
<p>The old version (imdb.thumnet.com) will only be available until 1 december 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thumnet.com/imdb-rest-webservice-update/129/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>REST-like webservice/api for imdb.com with XML or JSON output</title>
		<link>http://blog.thumnet.com/rest-like-webserviceapi-for-imdbcom-with-xml-or-json-output/6/</link>
		<comments>http://blog.thumnet.com/rest-like-webserviceapi-for-imdbcom-with-xml-or-json-output/6/#comments</comments>
		<pubDate>Wed, 20 May 2009 15:18:56 +0000</pubDate>
		<dc:creator>ThumNet</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[imdb]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.thumnet.com/?p=6</guid>
		<description><![CDATA[New version available! Read my update post. The site imdb.thumnet.com is a personal project that I recently released on the web. This webservice/api supplies an interface for the Internet Movie DataBase (in short IMDB). It gives you the abbillity to search for, or view details of,  a movie with a REST like request. Some examples are: Searching for &#8230; </p><p><a class="more-link block-button" href="http://blog.thumnet.com/rest-like-webserviceapi-for-imdbcom-with-xml-or-json-output/6/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">New version available!</span></strong><br />
Read my <a href="http://blog.thumnet.com/imdb-rest-webservice-update/129/">update post</a>.</p>
<p>The site <a href="http://imdb.thumnet.com">imdb.thumnet.com</a> is a personal project that I recently released on the web.</p>
<p>This webservice/api supplies an interface for the Internet Movie DataBase (in short <a href="http://www.imdb.com">IMDB</a>). It gives you the abbillity to search for, or view details of,  a movie with a REST like request.</p>
<p>Some examples are:</p>
<ul>
<li>Searching for the matrix<br />
<a href="http://imdb.thumnet.com/xml/search/the+matrix/">http://imdb.thumnet.com/xml/search/the+matrix/ </a></li>
<li>Getting details for the matrix (id tt0133093)<br />
<a href="http://imdb.thumnet.com/xml/title/tt0133093/">http://imdb.thumnet.com/xml/title/tt0133093/</a></li>
</ul>
<p>The output for the result of the request can be as XML or JSON. This makes it fairly easy to integrate movie information on you&#8217;re personal site.</p>
<p>For more information check out the <a href="http://imdb.thumnet.com">site</a> yourself.</p>
<p>If you encounter any problems please report them as a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thumnet.com/rest-like-webserviceapi-for-imdbcom-with-xml-or-json-output/6/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

