<?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>WebD &#187; API</title>
	<atom:link href="http://webdlabs.com/category/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdlabs.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 10 Sep 2009 09:02:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Search as JSON feed</title>
		<link>http://webdlabs.com/2009/06/google-search-as-json-feed/</link>
		<comments>http://webdlabs.com/2009/06/google-search-as-json-feed/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 08:15:59 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://webdlabs.com/?p=56</guid>
		<description><![CDATA[Did you know that Google has an officially supported JSON feed of search results? Google half-way cancelled their SOAP API a while ago, but they now offer a parametrized URL that returns a JSON data set. Google says this REST approach is useful for &#8220;Flash developers, and those developers that have a need to access [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that Google has an officially supported JSON feed of search results? Google half-way cancelled their SOAP API a while ago, but they now offer a parametrized URL that returns a JSON data set. Google says this REST approach is useful for &#8220;Flash developers, and those developers that have a need to access the AJAX Search API from other Non-Javascript environments.&#8221; This may be even simpler to use than the SOAP API. Here&#8217;s an example query:</p>
<p><a href="http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;q=Paris%20Hilton" target="_blank"><code>http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;q=Paris%20Hilton</code></a></p>
<p>This URL format can also be adjusted to grab results from video search, book search and so on. While the URL has the word AJAX in the string and this is officially part of the Google AJAX Search API, this has nothing to do with AJAX per se, as the URL can be called from other environments, including the server side. All you need is a JSON library to parse the results (JSON means JavaScript Object Notation, though it also doesn&#8217;t require JavaScript). The Yahoo Search API already utilizes a similar approach, though it can return XML as well. The complete documentation of this Search API can be found on the <a href="http://code.google.com/apis/ajaxsearch/documentation/#fonje" target="_blank">Developer&#8217;s Guide of Google AJAX Search API</a> hosted on Google Code</p>
]]></content:encoded>
			<wfw:commentRss>http://webdlabs.com/2009/06/google-search-as-json-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stock Market Data API (Beta release)</title>
		<link>http://webdlabs.com/2009/06/stock-market-data-api-beta-release/</link>
		<comments>http://webdlabs.com/2009/06/stock-market-data-api-beta-release/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:26:12 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Stock Data]]></category>
		<category><![CDATA[BSE]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[NASDAQ]]></category>
		<category><![CDATA[NSE]]></category>
		<category><![CDATA[NYSE]]></category>
		<category><![CDATA[Stock Market]]></category>

		<guid isPermaLink="false">http://webdlabs.com/?p=54</guid>
		<description><![CDATA[Stock Exchanges around the world currently publish datafeeds in CSV format. This is quite portable and easy to implement, however it cannot be directly used in your web applications without server side code. Also these official feeds are generally very expensive and affordable only by enterprise level developers. Thats where Stock Market Data (SMD) API [...]]]></description>
			<content:encoded><![CDATA[<p>Stock Exchanges around the world currently publish datafeeds in CSV format. This is quite portable and easy to implement, however it cannot be directly used in your web applications without server side code. Also these official feeds are generally very expensive and affordable only by enterprise level developers. Thats where <a href="http://smdapi.co.cc/" target="_blank">Stock Market Data (SMD) API</a> comes in place. This simple HTTP webservice presents a snapshot of the latest stock market data in various Web 2.0 formats such as <a href="http://www.json.org/" target="_blank">JSON</a>, <a href="http://en.wikipedia.org/wiki/RSS_%28file_format%29" target="_blank">RSS</a>, <a href="http://en.wikipedia.org/wiki/Atom_%28standard%29" target="_blank">ATOM</a>, <a href="http://www.mddl.org/" target="_blank">MDDL (Market Data Definition Language &#8211; XML for Market Data)</a> or a good old CSV. Currently SMDAPI supports NASDAQ Stock Exchange, New York Stock Exchange (NYSE), Bombay Stock Exchange (BSE) and National Stock Exchange, India (NSE) but we are actively working on supporting others soon.</p>
<p>Please note that SMD API is currently released as Beta and is quite unstable in nature. I am still experimenting with everything from the domain name of this service (smdapi.co.cc which is a temperory one) to the API structure itself. I am also very much open to ideas which I can incorporate in this project before it officially released.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdlabs.com/2009/06/stock-market-data-api-beta-release/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
