<?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>CronBlocks.com</title>
	<atom:link href="http://cronblocks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cronblocks.com</link>
	<description>Dynamic content made easy</description>
	<lastBuildDate>Fri, 25 May 2012 21:19:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Cronblocks API Documentation &#8211; GetCityLike</title>
		<link>http://cronblocks.com/2012/05/cronblocks-api-documentation-getcitylike/</link>
		<comments>http://cronblocks.com/2012/05/cronblocks-api-documentation-getcitylike/#comments</comments>
		<pubDate>Thu, 10 May 2012 00:36:10 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[API DocumentationAvailable MethodsCronblocks API
		<guid isPermaLink="false">http://cronblocks.com/?p=257</guid>
		<description><![CDATA[HTTP Method: GET URL: http://api.cronblocks.com/get_city_like.html Input Parameters: api_key (required) country (required) * see below city (required) data_type (optional, defaults to JSON) Output: array( assoc_array(city_id city region_name ) ) To assist in User Interface building, we offer the get_city_like method which will return information for cities which names start with a given string, within a given [...]]]></description>
				<content:encoded><![CDATA[<pre>HTTP Method: GET
URL: http://api.cronblocks.com/get_city_like.html
Input Parameters:
	api_key (required)
        country (required) * see below
        city (required)
	data_type (optional, defaults to JSON)

Output:
	array(
            assoc_array(city_id
                        city
                        region_name
                        )
        )</pre>
<p>To assist in User Interface building, we offer the <em>get_city_like</em> method which will return information for cities which names start with a given string, within a given country.</p>
<p>* The value for country can be either the country’s exact name or ID, as returned from <a href="/2012/04/cronblocks-api-documentation-getcountrylike/" title="Cronblocks API Documentation – GetCountryLike">get_country_like</a></p>
<p>Example:</p>
<pre>http://api.cronblocks.com/get_city_like.html?<strong>api_key</strong>=1234567890abcdef&amp;<strong>country=brazil</strong>&amp;<strong>city</strong>=rio+de</strong></pre>
<p>Returns:</p>
<pre>{"api_name":"get_city_like","status":"SUCCESS","data":[{"city_id":"90244","city":"Rio De Janeiro","region_name":"Rio de Janeiro"}]}</pre>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/05/cronblocks-api-documentation-getcitylike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cronblocks API Documentation &#8211; GetCityIndex</title>
		<link>http://cronblocks.com/2012/04/cronblocks-api-documentation-getcityindex/</link>
		<comments>http://cronblocks.com/2012/04/cronblocks-api-documentation-getcityindex/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 23:41:35 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[API DocumentationAvailable MethodsCronblocks API
		<guid isPermaLink="false">http://cronblocks.com/?p=249</guid>
		<description><![CDATA[HTTP Method: GET URL: http://api.cronblocks.com/get_city_index.html Input Parameters: api_key (required) country (required) * -- see below data_type (optional, defaults to JSON) Output: array of letters To assist in User Interface building, we offer the get_city_index method which will return the first letter of all cities in our database for a given country. * The value for [...]]]></description>
				<content:encoded><![CDATA[<pre>HTTP Method: GET
URL: http://api.cronblocks.com/get_city_index.html
Input Parameters:
	api_key (required)
        country (required) * -- see below
	data_type (optional, defaults to JSON)

Output:
	array of letters
</pre>
<p>To assist in User Interface building, we offer the <em>get_city_index</em> method which will return the first letter of all cities in our database for a given country.</p>
<p>* The value for <em>country</em> can be either the country&#8217;s exact name or ID, as returned from <a title="Cronblocks API Documentation – GetCountryLike" href="http://cronblocks.com/2012/04/cronblocks-api-documentation-getcountrylike/">get_country_like</a></p>
<p>Example:</p>
<pre>http://api.cronblocks.com/get_city_index.html?<strong>api_key</strong>=1234567890abcdef&amp;<strong>country</strong>=brazil
</pre>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/04/cronblocks-api-documentation-getcityindex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cronblocks API Documentation &#8211; GetCountryLike</title>
		<link>http://cronblocks.com/2012/04/cronblocks-api-documentation-getcountrylike/</link>
		<comments>http://cronblocks.com/2012/04/cronblocks-api-documentation-getcountrylike/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 23:16:04 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[API DocumentationAvailable MethodsCronblocks API
		<guid isPermaLink="false">http://cronblocks.com/?p=245</guid>
		<description><![CDATA[HTTP Method: GET URL: http://api.cronblocks.com/get_country_like.html Input Parameters: api_key (required) country (required) data_type (optional, defaults to JSON) Output: array( assoc_array(country_id country_code country_name has_cities) ) To assist in User Interface building, we offer the get_country_like method which will return information for countries which names start with a given string. The string provided must be at least 3 [...]]]></description>
				<content:encoded><![CDATA[<pre>HTTP Method: GET
URL: http://api.cronblocks.com/get_country_like.html
Input Parameters:
	api_key (required)
        country (required)
	data_type (optional, defaults to JSON)

Output:
	array(
            assoc_array(country_id
                        country_code
                        country_name
                        has_cities)
        )</pre>
<p>To assist in User Interface building, we offer the <em>get_country_like</em> method which will return information for countries which names start with a given string. The string provided must be at least 3 characters long.</p>
<p>Example:</p>
<pre>http://api.cronblocks.com/get_country_like.html?<strong>api_key</strong>=1234567890abcdef&amp;<strong>country=bra</strong></pre>
<p>Returns:</p>
<pre>{"api_name":"get_country_like","status":"SUCCESS","data":[{"country_id":"35","country_code":"BR","country_name":"Brazil","has_cities":"1"}]}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/04/cronblocks-api-documentation-getcountrylike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cronblocks API Documentation &#8211; GetCountryIndex</title>
		<link>http://cronblocks.com/2012/04/cronblocks-api-documentation-getcountryindex/</link>
		<comments>http://cronblocks.com/2012/04/cronblocks-api-documentation-getcountryindex/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 22:54:19 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[API DocumentationAvailable MethodsCronblocks API
		<guid isPermaLink="false">http://cronblocks.com/?p=239</guid>
		<description><![CDATA[HTTP Method: GET URL: http://api.cronblocks.com/get_country_index.html Input Parameters: api_key (required) data_type (optional, defaults to JSON) Output: array of letters To assist in User Interface building, we offer the get_country_index method which will return the first letter of all countries in our database. Example: http://api.cronblocks.com/get_country_index.html?api_key=1234567890abcdef&#38;data_type=json]]></description>
				<content:encoded><![CDATA[<pre>HTTP Method: GET
URL: http://api.cronblocks.com/get_country_index.html
Input Parameters:
	api_key (required)
	data_type (optional, defaults to JSON)

Output:
	array of letters    
</pre>
<p>To assist in User Interface building, we offer the <em>get_country_index</em> method which will return the first letter of all countries in our database.</p>
<p>Example:</p>
<pre>http://api.cronblocks.com/get_country_index.html?<strong>api_key</strong>=1234567890abcdef&amp;<strong>data_type</strong>=json
</pre>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/04/cronblocks-api-documentation-getcountryindex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cronblocks API Documentation &#8211; GeoIP</title>
		<link>http://cronblocks.com/2012/04/cronblocks-api-documentation-geoip/</link>
		<comments>http://cronblocks.com/2012/04/cronblocks-api-documentation-geoip/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 23:22:27 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[API DocumentationAvailable MethodsCronblocks API
		<guid isPermaLink="false">http://cronblocks.com/?p=227</guid>
		<description><![CDATA[HTTP Method: GET URL: http://api.cronblocks.com/geoip.html Input Parameters: api_key (required) ip (required, valid_ip) data_type (optional, defaults to JSON) Output: country_code region city The GeoIP method is used to fetch a geographic location from a given IP. The number of allowed requests per month depends on the caller&#8217;s plan: Plan Requests/month Free 1000 Silver 10000 Gold 50000 [...]]]></description>
				<content:encoded><![CDATA[<pre>HTTP Method: GET
URL: http://api.cronblocks.com/geoip.html
Input Parameters:
	api_key (required)
	ip (required, valid_ip)
	data_type (optional, defaults to JSON)

Output:
	country_code
	region
	city
</pre>
<p>The <em>GeoIP</em> method is used to fetch a geographic location from a given IP. The number of allowed requests per month depends on the caller&#8217;s plan:</p>
<table>
<tbody>
<tr>
<th>Plan</th>
<th>Requests/month</th>
</tr>
<tr>
<td>Free</td>
<td>1000</td>
</tr>
<tr>
<td>Silver</td>
<td>10000</td>
</tr>
<tr>
<td>Gold</td>
<td>50000</td>
</tr>
<tr>
<td>Platinum</td>
<td>Unlimited</td>
</tr>
</tbody>
</table>
<p>If the maximum number of requests is reached, an ERROR response with the appropriate message will be returned.</p>
<h4>Example:</h4>
<pre>http://api.cronblocks.com/geoip.html?<strong>api_key</strong>=1234567890abcdef&amp;<strong>ip</strong>=210.210.210.210&amp;<strong>data_type</strong>=json
</pre>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/04/cronblocks-api-documentation-geoip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cronblocks API Documentation &#8211; Sign Up</title>
		<link>http://cronblocks.com/2012/04/cronblocks-api-documentation-sign-up/</link>
		<comments>http://cronblocks.com/2012/04/cronblocks-api-documentation-sign-up/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 23:12:45 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[API DocumentationAvailable MethodsCronblocks APIDocumentation
		<guid isPermaLink="false">http://cronblocks.com/?p=218</guid>
		<description><![CDATA[HTTP Method: POST URL: http://api.cronblocks.com/sign_up.html Input Parameters: api_key (required) email (required, valid_email) password (required,min_length:8) domain (required) data_type (optional, defaults to JSON) Output: api_key Use the Sign Up method to create a new Cronblocks FREE account. The new account will be connected to your own account for affiliate purposes (when we get around to setting that [...]]]></description>
				<content:encoded><![CDATA[<pre>HTTP Method: POST
URL: http://api.cronblocks.com/sign_up.html
Input Parameters:
	api_key (required)
	email (required, valid_email)
	password (required,min_length:8)
	domain (required)
	data_type (optional, defaults to JSON)

Output:
        api_key</pre>
<p>Use the <em>Sign Up</em> method to create a new Cronblocks <strong>FREE</strong> account. The new account will be connected to your own account for affiliate purposes (when we get around to setting that up).</p>
<h4>Example:</h4>
<pre>http://api.cronblocks.com/sign_up.html?<strong>api_key</strong>=1234567890abcdef&amp;<strong>email</strong>=foo@example.com&amp;<strong>password</strong>=secretpass&amp;<strong>domain</strong>=example.com&amp;<strong>data_type</strong>=json</pre>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/04/cronblocks-api-documentation-sign-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cronblocks API Documentation &#8211; Available Methods</title>
		<link>http://cronblocks.com/2012/04/cronblocks-api-documentation-available-methods/</link>
		<comments>http://cronblocks.com/2012/04/cronblocks-api-documentation-available-methods/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 22:53:56 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[API DocumentationAvailable MethodsCronblocks API
		<guid isPermaLink="false">http://cronblocks.com/?p=213</guid>
		<description><![CDATA[Cronblocks offers the following methods for third-party communication. Method Description Sign Up Use to create a new account GeoIP Fetch a geographic location from a given IP]]></description>
				<content:encoded><![CDATA[<p>Cronblocks offers the following methods for third-party communication.</p>
<table>
<tbody>
<tr>
<th>Method</th>
<th>Description</th>
</tr>
<tr>
<td><a title="Cronblocks API Documentation – Sign Up" href="http://cronblocks.com/2012/04/cronblocks-api-documentation-sign-up/">Sign Up</a></td>
<td>Use to create a new account</td>
</tr>
<tr>
<td><a title="Cronblocks API Documentation – GeoIP" href="http://cronblocks.com/2012/04/cronblocks-api-documentation-geoip/">GeoIP</a></td>
<td>Fetch a geographic location from a given IP</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/04/cronblocks-api-documentation-available-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cronblocks API Documentation &#8211; Introduction</title>
		<link>http://cronblocks.com/2012/04/cronblocks-api-documentation-introduction/</link>
		<comments>http://cronblocks.com/2012/04/cronblocks-api-documentation-introduction/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 21:08:42 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[API DocumentationAPI Input and Output formatsAPI KeyCronblocks API
		<guid isPermaLink="false">http://cronblocks.com/?p=187</guid>
		<description><![CDATA[Getting your API Key To begin using Cronblocks.com&#8217;s API, you need to first get your API key. API keys are unique to each user and can be found under the Profile section of the Admin Interface. Input/Output Formats Cronblocks.com uses REST to communicate with third parties. Methods which present data will only accept GET requests, [...]]]></description>
				<content:encoded><![CDATA[<h2 id="get_api_key">Getting your API Key</h2>
<p>To begin using Cronblocks.com&#8217;s API, you need to first get your API key. API keys are unique to each user and can be found under the Profile section of the Admin Interface.</p>
<p><a href="http://cronblocks.com/wp-content/uploads/2012/04/api_key.jpg"><img class="alignnone size-medium wp-image-188" title="API Key Location" src="http://cronblocks.com/wp-content/uploads/2012/04/api_key-300x146.jpg" alt="" width="300" height="146" /></a></p>
<h2>Input/Output Formats</h2>
<p>Cronblocks.com uses <a href="http://en.wikipedia.org/wiki/Representational_state_transfer" target="_blank">REST</a> to communicate with third parties. Methods which present data will only accept <code>GET</code> requests, while methods which change data require <code>POST</code> requests. Check the individual method documentation to see which one to use.</p>
<p>Output format can be specified by the caller through the <code>data_type</code> input parameter. Accepted values are: <strong>JSON</strong> (default) and <strong>XML</strong>. Case insensitive. The output format will vary according to <strong>SUCCESS</strong>ful or <strong>ERROR</strong>ed results.</p>
<p>For ERROR replies, a typical JSON output will be as follows:</p>
<pre>{"status":"ERROR","msg":"Some Error Message"}</pre>
<p>Its XML counterpart will be:</p>
<pre>&lt;?xml version="1.0"?&gt;
&lt;api_name&gt;
    &lt;status&gt;ERROR&lt;/status&gt;
    &lt;msg&gt;Some Error Message&lt;/msg&gt;
&lt;/api_name&gt;</pre>
<p>For SUCCESS replies, there will be a status section and a data section. The data section will vary according to the API called. A typical <em>Sign Up</em> call would yield:</p>
<pre>{"api_name":"sign_up","status":"SUCCESS","data":{"user_id":1}}</pre>
<p>or</p>
<pre>&lt;?xml version="1.0"?&gt;
&lt;sign_up&gt;
    &lt;status&gt;SUCCESS&lt;/status&gt;
    &lt;data&gt;
        &lt;api_key&gt;abcdefghi123435&lt;/api_key&gt;
    &lt;/data&gt;
&lt;/sign_up&gt;</pre>
<p>See available methods in the sidebar menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/04/cronblocks-api-documentation-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: New API system</title>
		<link>http://cronblocks.com/2012/03/release-new-api-system/</link>
		<comments>http://cronblocks.com/2012/03/release-new-api-system/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 21:00:57 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[NoveltiesGeolocation
		<guid isPermaLink="false">http://cronblocks.com/?p=177</guid>
		<description><![CDATA[Users now have the power to call Cronblocks functionality through an API system. Have a look at the documentation to find out more!]]></description>
				<content:encoded><![CDATA[<p>Users now have the power to call Cronblocks functionality through an API system. </p>
<p><a title="Cronblocks API" href="/2012/04/cronblocks-api-documentation-introduction/">Have a look at the documentation to find out more!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/03/release-new-api-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Channel Code Link in Blocks Page</title>
		<link>http://cronblocks.com/2012/02/channel-code-link-in-blocks-page/</link>
		<comments>http://cronblocks.com/2012/02/channel-code-link-in-blocks-page/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 12:30:23 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[Novelties
		<guid isPermaLink="false">http://cronblocks.com/?p=170</guid>
		<description><![CDATA[Added a Channel Code Link to the Blocks page. No need to go back to the Channels page to get the code anymore. Cheers,Vinny]]></description>
				<content:encoded><![CDATA[<p>Added a Channel Code Link to the Blocks page. No need to go back to the Channels page to get the code anymore.</p>
<p>Cheers,<br />Vinny</p>
]]></content:encoded>
			<wfw:commentRss>http://cronblocks.com/2012/02/channel-code-link-in-blocks-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
