<?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>3scale: API Management Solutions</title>
	<atom:link href="http://www.3scale.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3scale.net</link>
	<description>APIs power Apps. 3scale powers APIs.</description>
	<lastBuildDate>Fri, 24 May 2013 16:18:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Welcome to Planet Distributed</title>
		<link>http://www.3scale.net/2013/05/welcome-to-distributed/</link>
		<comments>http://www.3scale.net/2013/05/welcome-to-distributed/#comments</comments>
		<pubDate>Fri, 24 May 2013 15:41:38 +0000</pubDate>
		<dc:creator>Steven Willmott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[complexity]]></category>
		<category><![CDATA[Distributed computing]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=56150</guid>
		<description><![CDATA[<p>This year&#8217;s Gluecon as always was a mix ideas and memes (a great event as always!). Reflecting on the talks and conversations on the flight back, there seemed to be ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<p>This year&#8217;s <a href="http://www.gluecon.com">Gluecon</a> as always was a mix ideas and memes (a great event as always!). Reflecting on the talks and conversations on the flight back, there seemed to be one to us which stood our more than any other, which was nicely captured by <a href="https://twitter.com/Xorlev">Michael Rose</a>&#8216;s Tweet:  </p>
<blockquote class="twitter-tweet"><p>&#8220;We&#8217;re all distributed systems people now.&#8221; <a href="https://twitter.com/search/%23gluecon">#gluecon</a> @<a href="https://twitter.com/argv0">argv0</a></p>
<p>&mdash; Michael Rose (@Xorlev) <a href="https://twitter.com/Xorlev/status/337245383245836288">May 22, 2013</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>In fact, we always were, but conveniently forget that fact most of the time. Specifically, <strong>APIs</strong>, <strong>Cloud deployments</strong>, <strong>SAAS</strong> and &#8220;remote access to everything&#8221; make building systems incredibly hard because they are <em>distributed</em> &#8211; <em><strong>across organisations</strong></em>. The fact that building systems in which multiple components that we depend on are hosted in remote infrastructure owned and operated by others has been a reality for a good long while. However, the increasing adoption of APIs in particular, simply makes the issues that arise more acute &#8211; and we don&#8217;t talk about the enough. The theme came out strongly both in <a href="https://twitter.com/johnsheehan">John Sheehan</a>&#8216;s Keynote on Runscope:</p>
<blockquote class="twitter-tweet"><p>&#8220;Distributed is the new Default&#8221; for modern applications &#8211; &#8220;we&#8217;re building distributed systems by not acting like it&#8221; @<a href="https://twitter.com/johnsheehan">johnsheehan</a> <a href="https://twitter.com/search/%23gluecon">#gluecon</a></p>
<p>&mdash; Steven Willmott (@njyx) <a href="https://twitter.com/njyx/status/337237199424741377">May 22, 2013</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>and in <a href="http://www.twitter.com/argv0">Andy Gross</a>&#8216;s: </p>
<blockquote class="twitter-tweet"><p>GlueCon 2013 Notes: The Free Lunch Is Over, Again – Andy Gross, Chief Architect at Basho <a href="http://t.co/O6M3XB1kF5" title="http://bit.ly/16Rt7vg">bit.ly/16Rt7vg</a></p>
<p>&mdash; Tony Karrer (@StartUpRoar) <a href="https://twitter.com/StartUpRoar/status/337402696040583173">May 23, 2013</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>John&#8217;s talk covered the pain of working with multiple different external APIs &#8211; both at development time and at run-time. Each API fails in different ways and at different times &#8211; making even gaining insights as to what might be wrong hard to glean, particular with systems that need to run 24/7. Andy dug right in on the kind of testing needed to really validate that a distributed system such as the deployments Basho &#8211; &#8220;Concurrency is no longer enough &#8211; We are distributed Systems people now&#8221;.</p>
<p>The theme also came out in Talks from <strong>Netflix</strong>, <strong>Google</strong> and <strong>Parse</strong> &#8211; not only do internal systems (which may be distributed) need to be managed closely: there are now external systems which depend on these and others on these. </p>
<p>In a &#8220;<em>distributed</em>&#8221; world many things become harder: remote nodes cannot always be relied upon, clocks are not synchronized, small latencies between locations make many algorithms invalid or impossibly slow, many of the endpoints are managed by different organisations &#8211; meaning changes are often not coordinated or orchestrated.</p>
<p>All this warms ours hearts as an &#8220;old time&#8221; distributed systems folks &#8211; Internet Applications are becoming genuinely distributed across organisations. This creates growing pains &#8211; but also makes new types of application possible. People often ask &#8220;what&#8217;s the fundamental difference between SOA and APIs? The essence of the answer is, not technical &#8211; it is organisational:</p>
<blockquote><p>APIs are typically designed for inter-organizational integration, SOA typically for intra-organizational.</p></blockquote>
<p>Even though SOA solutions do get used for the former, this has almost always happened with strong assumptions on the human collaboration around the integration and sense of &#8220;shared ownership&#8221; of the resulting app &#8211; control of the resources involved. With the rapidly increasing number of API integration, this assumption is simply not there. Apps in an API world <em>need to handle being truly distributed</em>. </p>
<p>Vendors like ourselves and new companies such as <a href="http://www.runscope.com">Runscope</a>, will hopefully start to make it easier for both sides of the API equation to take some of the pain out of providing and consuming APIs. Building genuinely functioning, stable apps across clouds is very hard and we have a long way to go &#8211; but we&#8217;re starting to recognize and address the pain points!</p>
<p>Huge congrats to Eric, Kim and the team for another <a href="https://twitter.com/gluecon">great event</a>! </p>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/05/welcome-to-distributed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Panoptix APIs: helping to create better building efficiency applications</title>
		<link>http://www.3scale.net/2013/05/panoptix-apis-helping-to-create-better-building-efficiency-applications/</link>
		<comments>http://www.3scale.net/2013/05/panoptix-apis-helping-to-create-better-building-efficiency-applications/#comments</comments>
		<pubDate>Thu, 23 May 2013 10:00:22 +0000</pubDate>
		<dc:creator>Vanessa Ramos</dc:creator>
				<category><![CDATA[API Business]]></category>
		<category><![CDATA[3scale]]></category>
		<category><![CDATA[Building efficiency]]></category>
		<category><![CDATA[Data API]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[Energy Efficiency]]></category>
		<category><![CDATA[Johnson Controls]]></category>
		<category><![CDATA[Panoptix]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=56111</guid>
		<description><![CDATA[<p>Buildings account for almost 40% of the total energy use in the US; the Panoptix solution is all about increasing options for delivering better building efficiency.  The Panoptix platform is ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<blockquote><p><strong><em>Buildings account for almost 40% of the total energy use in the US; the Panoptix solution is all about increasing options for delivering better building efficiency.  The Panoptix platform is open and we offer APIs so our partners can offer their efficiency applications that take advantage of Panoptix data.</em></strong></p></blockquote>
<p><em><br />
<a href="http://www.3scale.net/wp-content/uploads/2013/05/JimSchwartz_panoptix_JCI.png"><img class="alignright size-full wp-image-56119" alt="Jim Schwartz, director of strategic marketing for Johnson Controls" src="http://www.3scale.net/wp-content/uploads/2013/05/JimSchwartz_panoptix_JCI.png" width="76" height="76" /></a>Interview with Jim Schwartz, director of strategic marketing for Johnson Controls, which focuses on emerging technologies and cloud based software deployment models. With extensive experience in high-tech marketing, product management and operations, Jim has held senior leadership positions with Microsoft, Cisco and several start-ups. </em></p>
<hr />
<p><strong>Tell us more about <a title="Panoptix APIs by JCI" href="https://whatspossible.johnsoncontrols.com/community/panoptix-developer-center/getting-started">Panoptix</a></strong><br />
Johnson Controls offers the Panoptix® Building Efficiency Platform to deliver lower energy and operating costs while maintaining occupant confort.  The Panoptix solution provides tools to review building and enterprise performance, pinpoint equipment that’s wasting energy, assess the effectiveness of retrofit projects, monitor and report on carbon emissions and much more&#8211;through applications developed by Johnson Controls and our partners.</p>
<p><a title="Panoptix API About - Powered by 3scale" href="https://whatspossible.johnsoncontrols.com/community/panoptix-developer-center/about"><img class="alignnone  wp-image-56125" alt="Panoptix API - Powered by 3scale - How it works" src="http://www.3scale.net/wp-content/uploads/2013/05/panoptix-API-poweredBy3scale.png" width="589" height="270" /></a></p>
<p><strong>What API(s) does Panoptix offer today?</strong><br />
The Panoptix API set let’s our partners access a wide range of building data collected by utility meters and building automation systems.  The data may be specific to an equipment type like an Air Handling Unit, or may be more general like overall energy use trends.  In all cases, our partners can access valuable data to deliver actionable insight to our joint customers.</p>
<p>The Panoptix API set is based on HTTPS requests and conforms to the design principles of REST; all requests are either HTTP GET or HTTP POST and return JSON responses. Partners can use any programming language to access the API, as long as the programming language can make HTTPS requests and parse JSON responses.</p>
<p><strong>When did Panoptix realized that it needed an API?</strong><br />
In the envisioning stage of product development it was clear that traditional approaches to delivering building efficiency lacked a range of options for facility managers and owners, so they had to pick and choose among a range of point products. Johnson Controls realized that an open platform is necessary to meet our customer’s needs. By providing APIs to our partners so they can use Panoptix data in their products, we are able to quickly and efficiently meet customers’ needs.</p>
<p><strong>What recommendations and tips would you give to a company planning to launch an API?</strong><br />
Simple and easily accessible APIs are the key to ensuring developers actually use them, and of course a developer community is important so that people can interact and learn from each other&#8211;and people in your organization.</p>
<p><strong>Why and how are you using 3scale API Management Platform today?</strong><br />
3Scale helped us get our APIs in front of developers quickly and help us focus on our core business rather than spending time managing API transactions. We use 3Scale for developer and application on-boarding, access control &amp; rate limits and the analytics and traffic monitoring.</p>
<p><strong>What benefits have you seen/are you expecting from your API program?</strong><br />
With Panoptix Platform Services we have been able to rapidly expand our ecosystem of partner and ultimately better meet our customer’s needs for an end-to-end building efficiency.</p>
<p><strong>What is your vision for your API?</strong><br />
Johnson Controls collects a broad range of building data and the range is expanding; by listening to customer and partner feedback we are rolling out additional APIs on a regular basis.</p>
<hr />
<p><em><a href="http://www.3scale.net/wp-content/uploads/2013/05/3scale-customer-Panoptix-API.png"><img class="size-full wp-image-56132 alignleft" alt="3scale customer Panoptix API" src="http://www.3scale.net/wp-content/uploads/2013/05/3scale-customer-Panoptix-API.png" width="200" height="100" /></a>Johnson Controls is the global leader in building efficiency. WIth equipment, controls, software and workplace solutions, Johnson Controls creates healthy, productive environments, reduces energy consumption, reduces carbon emissions and promotes sustainability. </em></p>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/05/panoptix-apis-helping-to-create-better-building-efficiency-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Truecaller API: Search among over 600 million phone numbers worldwide</title>
		<link>http://www.3scale.net/2013/05/truecaller-api-search-among-over-600-million-phone-numbers-worldwide/</link>
		<comments>http://www.3scale.net/2013/05/truecaller-api-search-among-over-600-million-phone-numbers-worldwide/#comments</comments>
		<pubDate>Wed, 22 May 2013 15:22:43 +0000</pubDate>
		<dc:creator>Vanessa Ramos</dc:creator>
				<category><![CDATA[Guest Posts]]></category>
		<category><![CDATA[Press & News]]></category>
		<category><![CDATA[3scale]]></category>
		<category><![CDATA[Data API]]></category>
		<category><![CDATA[phone directory]]></category>
		<category><![CDATA[Trucaller]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=56085</guid>
		<description><![CDATA[<p>Users of Truecaller can share their contacts and in return get access to the collaborative database of names and numbers. It is this unique data that Truecaller now has made available ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<blockquote><p><strong>Users of Truecaller can share their contacts and in return get access to the collaborative database of names and numbers. It is this unique data that Truecaller now has made available via their API.</strong></p></blockquote>
<p><em>A guest post by Truecaller, the world&#8217;s largest collaborative phone director</em>y</p>
<p><a href="/wp-content/uploads/2013/05/truecaller-api-post1.png"><img class="wp-image-56094 alignright" alt="Truecaller API available now powered by 3scale API Management solution" src="/wp-content/uploads/2013/05/truecaller-api-post1.png" width="279" height="202" /></a>The <a title="Trucaller API" href="https://dev.truecaller.com/">Truecaller API</a>, powered by 3scale, makes it easy to connect a name to a phone number. This has previously not been a trivial problem &#8211; pre-paid phones and carriers unwilling or unable to share data are just some of the problems. Truecaller has solved this problem by <a title="Crowd-sourcing - How it works" href="http://www.truecaller.com/how-it-works/">crowd-sourcing</a>. Users of Truecaller can share their contacts and in return get access to the collaborative database of names and numbers. It is this unique data that Truecaller now has <a title="Truecaller API" href="https://dev.truecaller.com/">made available via their API</a>. The API makes it possible to search among over 600 million phone numbers worldwide.</p>
<p><strong>The Modern Collaborative Phone Directory</strong><br />
Being able to attach a name to a phone number is very valuable. This is especially true in parts of the world that has not previously had a national phone directory for whatever reason, for example due to the popularity of pre-paid phones. Since the data is continuously being updated by the Truecaller community, the API is kept up to date and keep returning the latest and greatest information.</p>
<p><strong>Reverse Number Lookup</strong><br />
The basic functionality of the API is to send in a phone number and get back some data about that phone number. The data Truecaller delivers are:</p>
<ul>
<li>
<p><em>Name</em> &#8211; the name of the person attached to the phone number</p>
</li>
<li>
<p><em>True score</em> &#8211; indicating how popular the number is within the Truecaller phone number directory</p>
</li>
<li>
<p><em>Spam score</em> &#8211; indicating how likely the number is related to spam, i.e. telesales or robocalls</p>
</li>
</ul>
<p>The Truecaller directory is built by the Truecaller community of users and those users who don’t like to be spammed with sales calls or automated messages. To avoid that, Truecaller’s data is used for these purposes, and it has opted not to make it possible to search for a persons number based on the persons name.</p>
<p><strong>Get Started</strong><br />
Read more about the API at <a title="Trucaller API" href="https://dev.truecaller.com/">dev.truecaller.com</a>. Get started with the Truecaller today by testing out the free option or <a title="Request an account: Truecaller API" href="https://dev.truecaller.com/">request an account</a> to get access to the full power of the API.</p>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/05/truecaller-api-search-among-over-600-million-phone-numbers-worldwide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Connected Home &#8211; App Ecosystem Panel at Connections</title>
		<link>http://www.3scale.net/2013/05/the-connected-home-app-ecosystem-panel/</link>
		<comments>http://www.3scale.net/2013/05/the-connected-home-app-ecosystem-panel/#comments</comments>
		<pubDate>Tue, 21 May 2013 15:56:40 +0000</pubDate>
		<dc:creator>Steven Willmott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[connected home]]></category>
		<category><![CDATA[platforms]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=56064</guid>
		<description><![CDATA[<p>One of the great things that happens as a technology advances is seeing the great new uses it can get put to. On yesterday&#8217;s panel at Connections Connected Home Event ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<p>One of the great things that happens as a technology advances is seeing the great new uses it can get put to. On yesterday&#8217;s panel at <a href="http://www.parksassociates.com/events/connections-us/">Connections</a> Connected Home Event in Las Vegas this week (collocated with <a href="http://www.ctia2013.com/">CITA2013</a>) there were some great opinions from the panelists on how the App Economy is evolving especially for the connected home. Panel details are <a href="http://www.parksassociates.com/events/connections-us/agenda">here</a> &#8211; with Panelists from Accedo, Apsalar, Adobe, Pandora and ourselves.</p>
<p>Getting content and services onto connected home devices, tapping into home infrastructure and creating a uniform experience is clearly. The panel covered a wide range of topics from integration with CE devices to business models and distribution.</p>
<p>Our take away from the panel was how key the interplay between device, app and API will be to create this uniform experience. While Apps are typically the element that gains the most attention for in-home scenarios, it&#8217;s really the combination of three things which will make the home environment genuinely smart:</p>
<ul>
<li>
<p>Apps &#8211; whether on a device with a screen or not: create a localized piece of functionality that the user experiences &#8211; as well as putting the relevant brand name front and center for the user.</p>
</li>
<li>
<p>The increasing number of devices: are a carrier for these apps into the home &#8211; with Smart TVs in particular rapidly accelerating in adoption but many in-home gadgets such as Fridges and Kitchen appliance become first Wifi enabled and then becoming hackable.</p>
</li>
<li>
<p>APIs: lastly APIs provide the underlying <strong>data</strong> and <strong>transaction layer</strong> that power these apps in doing their work. They also form the glue that enables a seamless user experience across multiple devices.</p>
</li>
</ul>
<p>In many cases, the in-home experience already spans a multitude of devices from different manufacturers and for different family members &#8211; making for a rich but complex environment.</p>
<p>Many of 3scale customers have the potential use their APIs to power in home, personal and devices (from entertainment such as <a href="http://developer.musixmatch.com">Musixmatch</a>, through infrastructure management such as <a href="http://www.johnsoncontrols.com/content/us/en.html">Johnson Controls</a> and relevant life data such as <a href="http://www.yummly.com/">Yummly</a> and <a href="http://www.nutritionix.com/">Nutritionix</a>). As the home environment becomes more hackable, it will be natural for custom apps or data from these services to show up in the locations just where they are necessary &#8211; the kitchen home screen for nutrition information or a special projection to aid our singing in the shower.</p>
<p>During the panel we showed a graphic which is illustrative of the new opportunities opening up:</p>
<p><a href="http://www.3scale.net/wp-content/uploads/2013/05/ConnectedHome_byAPI7.png"><img class="wp-image-56077 alignnone" alt="ConnectedHome_byAPI" src="http://www.3scale.net/wp-content/uploads/2013/05/ConnectedHome_byAPI7.png" width="591" height="376" /></a></p>
<p>It&#8217;s also great to see hardware and software become merged with new technology such as the <a href="http://www.meethue.com/">Philips Hue</a> &#8211; which is now scriptable and can be connected to events in other <a href="https://ifttt.com/hue">cloud services via IFTTT</a>. This means external events (emails arriving, sports scores, the weather and whatever else the user determines) &#8211; can be used to change the lighting in a room. While it&#8217;s still early in terms of people doing this, a lot of creative possibilities open up. It is also interesting to note that the architecture of the system necessarily means lights are controlled from a server by API &#8211; rather than purely locally in the home. While this may create issues (robustness / security), ultimately it also creates opportunities &#8211; the ability to keep extending the capability of the system even after bulbs are sold and the ability to keep connecting the app to more and more external sources.</p>
<p>Depending on a company&#8217;s focus on the market, there are different interesting trends in the space:</p>
<ul>
<li>
<p><strong>Becoming a &#8220;platform&#8221; will be an imperative for most Companies wanting to get traction in the digital home</strong>: While there will be some large hardware / device players, it seems likely that there will be significant device fragmentation &#8211; leaving many companies the challenge of how to get onto these many devices in order to serve and connect the multiple and varied places their customers need them to be.</p>
</li>
<li>
<p><strong>Hardware and Device vendors should look to build their App/Partner ecosystems</strong> &#8211; and be <strong>hackable</strong>: many vendors for large devices such as Televisions already ship with significant ecosystems of Apps. It seems likely smaller and smaller devices will be connected and also that architectures will become more generic. While proprietary ecosystems have won the day to date, there is now increasing value in more generic platform capabilities &#8211; <a href="http://www.arduino.cc/">Ardunio</a>, <a href="http://www.raspberrypi.org/">Raspberry Pi</a> and the advent of in-home devices like <a href="http://www.pcmag.com/article2/0,2817,2413921,00.asp">Android Powered Ovens</a> since they immediately make it easier for developers to create apps.</p>
</li>
<li>
<p><strong>Scripting Platforms reaching hardware will be a game changer</strong>: the IFTTT example shows how neatly hardware and software can play together and no doubt we&#8217;ll see similar hardware integrations from other integrators (<a href="http://thenextweb.com/apps/2012/06/20/task-automation-tool-ifttt-gets-new-look-moves-into-physical-world-with-belkin-wemo-compatibility/">IFTTT itself also lready has other devices available</a>). It seems likely this trend will continue and consumers are likely to catch on quickly if the interfaces are right &#8211; changing physical space is so much more intuitive that moving bits.</p>
</li>
</ul>
<p>Together these trends seem likely to make the modern home both more and more hackable and also more connected to the world of data and systems outside of it.</p>
<p>Thanks to <strong>Connections</strong> / <strong>CITA</strong> and everybody on the panel for a great discussion!</p>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/05/the-connected-home-app-ecosystem-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CabForce API: Flat-rate and secure pre-bookable private rides everywhere</title>
		<link>http://www.3scale.net/2013/05/cabforce-api-flat-rate-and-secure-pre-bookable-private-rides-everywhere/</link>
		<comments>http://www.3scale.net/2013/05/cabforce-api-flat-rate-and-secure-pre-bookable-private-rides-everywhere/#comments</comments>
		<pubDate>Thu, 09 May 2013 15:06:19 +0000</pubDate>
		<dc:creator>Vanessa Ramos</dc:creator>
				<category><![CDATA[API Business]]></category>
		<category><![CDATA[Featured API]]></category>
		<category><![CDATA[3scale]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[API Management]]></category>
		<category><![CDATA[Cabforce]]></category>
		<category><![CDATA[taxi]]></category>
		<category><![CDATA[Tommi Holmgren]]></category>
		<category><![CDATA[Transportation]]></category>
		<category><![CDATA[Travel API]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=55918</guid>
		<description><![CDATA[<p>Our Taxi Content Hub is the place for reliable and competitively priced taxis and private rides across Europe and in New York. Soon also in other US main destinations and ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<blockquote><p><strong>Our Taxi Content Hub is the place for reliable and competitively priced taxis and private rides across Europe and in New York. Soon also in other US main destinations and Asia. We enable innovative companies to create new door-to-door travel services and mobile offerings.</strong></p></blockquote>
<p><em><br />
<a href="http://www.3scale.net/wp-content/uploads/2013/05/Tommi-Holmgren-CabforceAPI.jpg"><img class="alignright  wp-image-55977" alt="Tommi Holmgren, Chief Product Officer at Cabforce" src="http://www.3scale.net/wp-content/uploads/2013/05/Tommi-Holmgren-CabforceAPI.jpg" width="119" height="119" /></a>Interview with Tommi Holmgren, co-founder and Chief Product Officer at Cabforce.</em></p>
<p><em>Tommi has an extensive online business background and has been working at Amadeus before founding Cabforce.</em><a href="http://www.3scale.net/wp-content/uploads/2013/05/Tommi-Holmgren.jpg"><br />
</a></p>
<hr />
<p><strong>Tell us more about <a title="Cabforce" href="https://developer.cabforce.com/">Cabforce</a></strong><br />
Cabforce was founded by a group of guys who had been traveling for business and experienced the pain of getting and paying trusted taxis while abroad. Our mission is to provide a flat-rate and secure pre-bookable private rides everywhere.</p>
<p><iframe src="http://www.youtube.com/embed/bFTiH79N1HI" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></p>
<p><strong><b>What API(s) does Cabforce offer today?</b></strong><br />
The core of our service is Cabforce Taxi Content Hub, which maintains the pricing and availability of taxi and private car content across the whole Cabforce network. It’s one source for searching for rates and making the bookings. And there’s an API for these things now available to developers and travel industry partners.</p>
<p><strong>When did Cabforce realized that it needed an API?</strong><br />
There’s a lot of hype around door-to-door travel search. To be fully capable of providing user awesome travel search results, not just from airport to airport, these companies will need to plug in content from different sources including flights, trains, ferries and ground transportation. We saw an opportunity in providing the taxi and private car content to this need. API is a natural solution for us, and it also allows us to serve partners like mobile app developers who seek to enrich their apps targeted to travelers with our content.</p>
<blockquote><p><strong>API is a natural solution for us, and it also allows us to serve partners like mobile app developers.</strong></p></blockquote>
<p><strong><b>What recommendations and tips would you give to a company planning to launch an API?</b></strong><br />
We’ve been working on our platform for quite some while already with custom integrations to external systems. This gave us very good idea of the true need within the API users. It was also very beneficial for us to benchmark the other travel vertical APIs, such as train, flight and hotel to make sure we make the use of our API easy and familiar for our partners.</p>
<p><strong>Why and how are you using 3scale API Management Platform today?</strong><br />
We needed to build our API for scalability and want to control different API plans from the beginning. We follow the ideology of not implementing anything outside of our core platform functionalities, but instead use best available services and solutions in the market to do the job.</p>
<p><strong>What benefits have you seen/ are you expecting from your API program?</strong><br />
We’ve been receiving a lot of interest from partners after launch of our API, and the first adopters are now integrating with us already. For us, it gives us possibility to further improve our core platform instead of spending excess time working with individual point of sales integrations. We believe this will make us grow much faster!</p>
<p><strong>What is your vision for your API?</strong><br />
Our vision is to become the biggest aggregator of taxi and private rides globally. For this to happen, we need to be able to effectively distribute our content anywhere through simple and easy to use API.</p>
<hr />
<p><img class="size-full wp-image-55870 alignleft" alt="Cabforce API powered by 3scale API Management solution" src="http://www.3scale.net/wp-content/uploads/2013/04/3scale-customer-Cabforce-API.png" width="200" height="100" /></p>
<p><em>Cabforce&#8217;s Taxi Content Hub is the place for reliable and competitively priced taxis and private rides across Europe and in New York. Soon also in other US main destinations and Asia. Cabforce API enables innovative companies to create new door-to-door travel services and mobile offerings.</em></p>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/05/cabforce-api-flat-rate-and-secure-pre-bookable-private-rides-everywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kii and ChallengePost Team up for $50,000 in Hackathon Prizes</title>
		<link>http://www.3scale.net/2013/05/kii-and-challengepost-team-for-50000-hackathon-prizes/</link>
		<comments>http://www.3scale.net/2013/05/kii-and-challengepost-team-for-50000-hackathon-prizes/#comments</comments>
		<pubDate>Thu, 09 May 2013 05:46:55 +0000</pubDate>
		<dc:creator>Steven Willmott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[baas]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[kii]]></category>
		<category><![CDATA[prizes]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=55994</guid>
		<description><![CDATA[<p>As a developer, getting the most out of your infrastructure is close to your heart and Kii&#8217;s APIs are one of the comprehensive out there for Mobile Application Development (check ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.3scale.net/wp-content/uploads/2013/05/Screen-Shot-2013-05-08-at-10.22.34-PM19.png"><img class="size-full wp-image-56016 alignleft" alt="Kii cloud app challenge" src="http://www.3scale.net/wp-content/uploads/2013/05/Screen-Shot-2013-05-08-at-10.22.34-PM19.png" width="280" height="125" /></a></p>
<p>As a developer, getting the most out of your infrastructure is close to your heart and Kii&#8217;s APIs are one of the comprehensive out there for Mobile Application Development (check out their platform <a href="http://www.kii.com/en/technology">here</a>) &#8211; and some 3scale technology under the covers makes it even more awesome.</p>
<p>Kii also has a unique long term on it&#8217;s ecosystem and includes a VC fund to enable fledgling apps build and scale to reach large numbers of customers. However, rather than fighting through pitches there&#8217;s now an even more direct way to get support for your app which is to enter the new ChallengePost powered</p>
<blockquote><p><a href="http://kii.challengepost.com/">Kii Cloud Challenge</a></p></blockquote>
<p>The prizes total <strong>$50,000</strong> in cash, travel and credits in various categories. There are 3 months to complete and launch your app, so plenty of time to do something awesome.</p>
<p>While hackathons with prizes are becoming more commonplace, it&#8217;s great to see one which takes a long term view &#8211; something with a longer time horizon to build a great app and a prize structure to help the app take off and succeed!</p>
<p>If you&#8217;re promoting your API, also check out <a href="http://challengepost.com/">challengepost</a> as a great way to run contests.</p>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/05/kii-and-challengepost-team-for-50000-hackathon-prizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acquisitions and Investments &#8211; Towards a Future of APIs Everywhere</title>
		<link>http://www.3scale.net/2013/04/acquisitions-and-investments-towards-a-future-of-apis/</link>
		<comments>http://www.3scale.net/2013/04/acquisitions-and-investments-towards-a-future-of-apis/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 17:54:30 +0000</pubDate>
		<dc:creator>Steven Willmott</dc:creator>
				<category><![CDATA[API Business]]></category>
		<category><![CDATA[Events & Hackathons]]></category>
		<category><![CDATA[Press & News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Investment]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=55893</guid>
		<description><![CDATA[<p>All Change in the API Space! The last 10 days have seen an impressive amount of change in the API space with Mashery and Layer7 both getting acquired, Mulesoft acquiring ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.3scale.net/wp-content/uploads/2013/04/the_api_future-300x238.jpg" alt="The API Future" width="300" height="238" class="alignleft size-medium wp-image-55898" /><br />
All Change in the API Space!</p>
<p>The last 10 days have seen an impressive amount of change in the API space with Mashery and Layer7 both getting acquired, Mulesoft acquiring ProgrammableWeb from Alcatel Lucent and also our own announcement of <a href="http://gigaom.com/2013/04/24/3scale-gets-4-2m-to-help-companies-manage-their-apis/">$4.2 Million of investment</a>. The moves are exciting and show that APIs are now becoming increasingly important to many businesses. </p>
<p>Some great takes are already emerging on what it means for the space as a whole &#8211; see <a href="http://www.apievangelist.com/2013/04/25/after-last-couple-of-weeks,-its-clear-there-is-big-opportunity-in-api-the-space/">here</a>, <a href="http://readwrite.com/2013/04/24/api-gold-rush">here</a> and <a href="http://blogs.kuppingercole.com/burton/2013/04/24/more-consolidation-for-the-api-economy/">here</a> and we figured we&#8217;d add some perspectives too. In addition to excitement about the space and great feedback we&#8217;ve had we also a had direct questions which we can happily answers! In particular, we had a couple of people already asked: </p>
<blockquote><p> So given the acquisitions will you be raising your prices and changing your product? </p></blockquote>
<p>The answers? Happily &#8211; <strong>No</strong> and <strong>No</strong>!</p>
<p>In our view it&#8217;s still very early in terms of the adoption of APIs and there is a huge amount for everybody to learn. There will always be competing solutions of many types and that&#8217;s a great thing for the customer. We&#8217;re committed to always supporting a <strong>free forever</strong> version of the product and always trying to deliver best, most cost effective solutions right into enterprise grade. We&#8217;re also committed to making API management technology as deployable as possible in many different scenarios &#8211; so no change there. </p>
<p>At the <a href="http://www.apistrategyconference.com/">API Strategy and Practice conference</a> in New York in February (if you weren&#8217;t able to attend &#8211; check out the videos now coming online &#8211; there are some <a href="http://www.apistrategyconference.com/2013NYC/sessions.php">fantastic talks</a>(*)), what struck us most was the amazing array of technical approaches taken. The field is still nascent and as APIs get to scale, meet new use-cases, address varied audiences and see other diversity, there is a massive amount to learn (check out <a href="http://www.apistrategyconference.com/2013NYC/sessions/amber-feng-building-stripes-api.php">Stripe on versioning</a>, <a href="http://www.apistrategyconference.com/2013NYC/sessions/daniel-jacobson-the-structure-of-api-revolutions.php">Netflix on Scaling rest [or not]</a> and many others for example). A vendor like ourselves works to provide the best tools and we&#8217;ll keep doing so, but we have a lot of interesting ground to cover!</p>
<p>As the number of APIs climbs into the 100&#8242;s of thousands and millions there will also be new challenges &#8211; service descriptions will become more important, as will trust associated with endpoints, search and automating consumption of endpoints. So we&#8217;re looking forward to these.</p>
<p>We&#8217;re seeing APIs emerging in spaces as diverse as building management, transport, in-home robotics, healthcare, high street retail, communication, social media, content and much more. Each space is a little different but the fundamental idea is the same: <strong>provide uniform, flexible interfaces to the core drivers of business</strong> &#8211; be it delivering content, controlling thermostats of filing prescriptions.</p>
<p>(*) Also see the <a href="https://twitter.com/apistrat">twitter feed</a> for the latest videos.</p>
<p><strong>Broad adoption of APIs<br />
</strong></p>
<p>So as stated at the beginning, we&#8217;re excited for the future &#8211; we&#8217;ll be publishing more on the plans we have for continual improvement of our products and new offerings. However, you can count on us to keep trying to push boundaries to enable broader API adoption. In so many cases we&#8217;re already seeing APIs provide new opportunities for <strong>innovation</strong>, <strong>new revenue</strong> and <strong>cost savings</strong>. We&#8217;re confident that enabling broader adoption and encouraging take up will unlock opportunities for many and help move the web forward as whole. </p>
<p>While it&#8217;s hard to predict how quickly API adoption will progress, many estimates already indicate there are as many as <strong>50-100,000 APIs</strong> out on the web in various forms &#8211; many times the number declared as public in directories such as ProgrammableWeb. Incoming requests to 3scale for services also grow significantly each and every month &#8211; so we&#8217;re not expecting growth to slow down any time soon!</p>
<p><strong>The API Ecosystem</strong></p>
<p>In addition to management vendors such as ourselves, Mashery, Apigee and Layer7 there are also many other aspects to APIs growing healthily which we hope will continue. There are marketplaces such as <a href="http://www.mashape.com">Mashape</a>, documentation tools such as <a href="http://www.apiary.io">Apiary</a>, open source proxies such as <a href="http://apiaxle.com/">APIAxle</a>, Web Development environments such as <a href="http://webshell.io/">Webshell</a>, scripting environments such as <a href="http://ifttt.com/">IFTTT</a>, <a href="https://rules.io/">Rules.io</a> and many others. </p>
<p>Also and perhaps most importantly, critical to the API Ecosystem has been the part <a href="http://www.programmableweb.com">Programmable Web</a> and in particular <a href="https://twitter.com/johnmusser">John Musser</a> have played in <strong>telling the story of APIs</strong>, building the goto <strong>directory of APIs</strong> and <a href="http://www.slideshare.net/jmusser/j-musser-apishotnotgluecon2012">charting progress</a>. It&#8217;s difficult to overstake the importance of ProgrammableWeb for the API space, in many ways ProgrammableWeb <strong>&#8220;Made the API Space a Space&#8221;</strong>. </p>
<p>That&#8217;s why the <a href="http://www.pcworld.com/article/2036235/mulesoft-catches-the-api-fever-buys-programmableweb.html">Mulesoft acquisition of ProgrammableWeb</a> this week is a critically important more &#8211; no doubt Mulesoft has great plans for ProgrammableWeb and we look forward to seeing things evolve. Hopefully ProgrammableWeb will keep being a valuable, neutral, goto place and we&#8217;re exciting about how all the different parts of the API world will co-evolve over time!</p>
<p><strong>Looking ahead</strong></p>
<p>So we&#8217;re looking forward to many good things to come and friendly competition in the field + innovations all around! Try out 3scale (it&#8217;s <a href="http://www.3scale.net/signup/">free</a>) and tell us what we should be doing to move forward! </p>
<p>Alss, we&#8217;ve nnounced the next edition of the <a href="http://www.apistrategyconference.com/2013/04/21/announcing-api-strategy--practice-2013-in-san-francisco-on-october-23-25-2013/">APIStrat conference on the 23-25th October</a>, 2013 in San Francisco &#8211; follow <a href="http://twitter.com/apistrat">@apistrat</a> for more details soon!</p>
<p>Looking forward to an exciting and eye opening year!</p>
<p><strong>Related Articles<br />
</strong></p>
<ul>
<li>
<p><a href="http://www.apievangelist.com/2013/04/25/after-last-couple-of-weeks,-its-clear-there-is-big-opportunity-in-api-the-space/">&#8220;After Last Couple of Weeks, It&#8217;s Clear There Is Big Opportunity In The API Space&#8221;</a>, Kin Lane.</p>
</li>
<li>
<p><a href="http://readwrite.com/2013/04/24/api-gold-rush">&#8220;The New API Gold Rush&#8221;</a>, Brian Proffitt.</p>
</li>
<li>
<p><a href="http://blogs.kuppingercole.com/burton/2013/04/24/more-consolidation-for-the-api-economy/">&#8220;More consolidation in the API Economy&#8221;</a>, Craig Burton, Kuppinger Cole</p>
</li>
<li>
<p><a href="http://costanoavc.wordpress.com/2013/04/24/apis-are-eating-the-world/">&#8220;APIs are Eating the World&#8221;</a>, Greg Sands &#8211; Costanoa Venture Capital</p>
</li>
<li>
<p><a href="http://pandodaily.com/2012/08/07/why-the-app-economy-isnt-the-app-economy-but-the-api-economy/">&#8220;Why the App Economy Isn’t the App Economy, But the API Economy&#8221;</a>, Steven Willmott / PandoDaily</p>
</li>
<li>
<p><a href="http://www.3scale.net/2012/12/the-death-of-the-web-page/">&#8220;The Death of the Web Page&#8221;</a>, Steven Willmott / PandoDaily</p>
</li>
</ul>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/04/acquisitions-and-investments-towards-a-future-of-apis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Investment Thank You to Investors, Users, Customers and More!</title>
		<link>http://www.3scale.net/2013/04/thank-you-to-investors-and-customers/</link>
		<comments>http://www.3scale.net/2013/04/thank-you-to-investors-and-customers/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 21:06:15 +0000</pubDate>
		<dc:creator>Steven Willmott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=55880</guid>
		<description><![CDATA[<p>It&#8217;s been a big day for us at 3scale with the announcement of our new $4.2 Million investment from Javelin Venture Partners and Costanoa VC! Those that know the company ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.3scale.net/wp-content/uploads/2012/03/Home-Slide2-Gobutton.png" alt="Home-Slide2-Gobutton" width="283" height="255" class="alignleft size-full wp-image-52790" /></p>
<p>It&#8217;s been a big day for us at 3scale with the announcement of our new <a href="http://www.3scale.net/2013/04/3scale-raises-4-2-million-to-broaden-api-adoption/">$4.2 Million investment</a> from <a href="http://javelinvp.com/"><strong>Javelin Venture Partners</strong></a> and <a href="http://costanoavc.com/"><strong>Costanoa VC</strong></a>! Those that know the company will be aware that we founded the company to help people open up APIs and create a whole new world of opportunities. This is something we&#8217;ve stuck to from then on and the new funding will provide an amazing huge boost to achieving that!</p>
<p>Before talking about what new heights we plan to reach though :), &#8230; we wanted to say a <strong>HUGE THANK YOU!</strong></p>
<p>Firstly, to our new investors <strong>Javelin</strong> and <strong>Costanoa</strong> &#8211; <a href="http://javelinvp.com/team/noah-doyle/"><strong>Noah Doyle</strong></a> of Javelin will be joining the 3scale board and his experience plus that of <a href="http://costanoavc.com/people.htm"><strong>Greg Sands</strong></a> from Costanoa will be huge boost to the wise thinking we can do. We&#8217;re looking forward to great progress with these new smarts on board! It is always a leap for a fund to make an investment so we&#8217;re honoured by the confidence being put in us &#8211; especially in a new space such as this!</p>
<p>More than that though, we want to thank everybody who has supported us along the way including our <strong>seed investors</strong>: <a href="http://www.inveready.com"><strong>Inveready Seed Capital</strong></a>, <a href="http://www.tolacapital.com"><strong>Tola Capital</strong></a>, <a href="http://www.pitoncap.com"><strong>Piton Capital</strong></a> and <a href="http://hardyaka.com/"><strong>Hard Yaka</strong></a>, as well as government entities <strong>ENISA</strong>, <strong>CDTI</strong> and <strong>Invertec</strong> &#8211; Not to mention our <strong>Friends and Family</strong> investors! Seed stage capital doesn&#8217;t normally make the &#8220;splashy&#8221; headlines as a Series A does, but it&#8217;s critical for companies to get working and doing things. So huge thanks and may they keep the seed deal economy going! </p>
<p>Just as important are our <strong>users</strong> and <strong>customers</strong> &#8211; without which 3scale certainly wouldn&#8217;t be here. Companies large and small put their trust in our infrastructure and we certainly work hard to repay. Feedback (good and bad!) has always been invaluable to us and we&#8217;ll continue to keep working on product and services to better and better fit needs. APIs are a new technology and there&#8217;s a lot to learn both on the operator side and the user side. We&#8217;re privileged to be part of some great API programs and play a small part in their success &#8211; we&#8217;re looking forward to much more of that! Also to add here are industry observers like <strong>Kin Lane</strong> at <a href="http://www.apievangelist.com/">API Evangelist</a> &#8211; who play a great part in figuring out where the sector is headed and keeping people thinking straight (and not least partnering to organise events like <a href="http://www.apistrategyconference.com/"><strong>@apistrat</strong></a>!).</p>
<p>Finally, we want to shout out to the Barcelona Startup Ecosystem. Operating in Silicon Valley is one thing, but starting and running a company in Barcelona takes a whole other level of determination. There is little capital and its incredibly challenging to scale &#8211; yet there are awesome companies growing up and a thriving scene. As events like the <a href="http://www.jobfluent.com/barcelona-startup-fair-2013/"><strong>JobFluent Job Fair</strong></a> show &#8211; the startup scene is alive and kicking. This <strong>T-shirt</strong> says it all: &#8220;<a href="https://www.facebook.com/photo.php?fbid=501291463265386&#038;set=a.501277476600118.1073741826.328772850517249&#038;type=1&#038;theater">F*ck the Crisis &#8211; Build a Startup!</a>&#8221; :). 3scale has two centres of gravity &#8211; Barcelona and San Francisco, both of which we&#8217;re committed to and lucky to call home. We&#8217;re Looking forward to people swinging by to hang out with us at our new offices at <strong>450 Townsend </strong>in San Francisco and the old ones at <strong>Napoles 187</strong>, in Barcelona!</p>
<p>We&#8217;re looking forward to next steps and thank you to all who have supported us!</p>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/04/thank-you-to-investors-and-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3scale Raises $4.2 Million to Broaden API Adoption</title>
		<link>http://www.3scale.net/2013/04/3scale-raises-4-2-million-to-broaden-api-adoption/</link>
		<comments>http://www.3scale.net/2013/04/3scale-raises-4-2-million-to-broaden-api-adoption/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 11:27:47 +0000</pubDate>
		<dc:creator>Guillaume</dc:creator>
				<category><![CDATA[Press & News]]></category>
		<category><![CDATA[3scale]]></category>
		<category><![CDATA[API Management]]></category>
		<category><![CDATA[Costanoa Venture Capital]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Freemium]]></category>
		<category><![CDATA[Javelin Venture Partners]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=55873</guid>
		<description><![CDATA[<p>3scale enables any company to easily distribute, manage and monetize their APIs via its Freemium API Management offering SAN FRANCISO, CA – April 24, 2013 – 3scale (http://www.3scale.net), the San ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<h2>3scale enables any company to easily distribute, manage and monetize their APIs via its Freemium API Management offering</h2>
<p></br><br />
<strong>SAN FRANCISO, CA – April 24, 2013</strong> – <strong>3scale</strong> (<a href="http://www.3scale.net">http://www.3scale.net</a>), the San Francisco and Barcelona-based API Management solutions provider, <strong>today announced  $4.2 million of new funding</strong> in a round from Javelin Venture Partners and Costanoa Venture Capital.  </p>
<p>APIs are a key infrastructure component for online businesses – powering mobile applications, partnership programs and innovation. Increasingly, as many businesses become more software driven, having a well-managed API available to customers and partners is becoming key to success in the marketplace. The growth of the number of APIs is exponential and forecasted to reach into the millions over the next 5 years.</p>
<p>In order to meet this need, during the past two years 3scale has grown into one of the leading solution providers in the sector. The company’s API Management solution provides infrastructure to manage the technical and business operations required to run a successful API program simply and at scale. </p>
<p>In contrast to other solutions, 3scale’s flexible platform is immediate, self-service and no cost to adopt, enabling any size business to run an API program and scale from free entry-level services all the way to Enterprise grade APIs on a single platform. The solution platform lets businesses build a solid foundation for their API program and scale confidently to serving 10’s and 100’s of Millions of API transactions per day. </p>
<p>The 3scale API Management solution already powers APIs for over 200 customers serving over 85,000 Application Developers, with API traffic monitored and managed by 3scale more than doubling in the last 6 months. Customers range from Fortune 500 companies to small businesses and technology start-ups, including: Skype, FlightStats, Wine.com, 1WorldSync, SITA, PagesJaunes.fr (French YellowPages), FullContact and Yummly.</p>
<p>“As products and services we rely on for our daily lives—from travel info to e-commerce, thermostats to elevators—increasingly connect to internet applications through machine-to-machine interfaces, the need for robustly managed API’s becomes critical,” noted Noah Doyle, Managing Director of Javelin Venture Partners.  “We are proud to lead this new round of funding for 3scale because it will bring high grade solutions to a wide market, which no provider has done before.”<br />
The new investment will help broaden 3scale’s set of services and bring it to a global audience, enabling even more valuable APIs and API delivery by its customers.</p>
<p>More information about 3scale can be found at <a href="http://www.3scale.net/">http://www.3scale.net/</a>. The company is also looking to fill new positions in both its San Francisco and Barcelona offices. </p>
<p><strong>About 3scale</strong><br />
Founded in 2007, 3scale provides a Plug &#038; Play SaaS API Management platform and infrastructure enabling developers and companies to securely open, control, manage, operate and monetize their API to 3rd parties (e.g. developers, business partners, etc). 3scale’s API Management solution is flexible, secure and web scalable enabling the distribution of a company’s data, content or services to multiple devices or mobile/web applications as well as the productization of its APIs. For more information visit <a href="http://www.3scale.net">www.3scale.net</a></p>
<p><strong>About Javelin Venture Partners</strong><br />
With $200 million under management, Javelin Venture Partners is an early stage venture capital firm specializing in technology-based start-ups that leverage key innovations to create scalable, high-growth companies. Javelin Venture Partners&#8217; investment professionals are proven new-technology entrepreneurs who focus on identifying exceptional businesses and management teams, and helping them achieve great success. The firm operates with the culture of a start-up and with an emphasis on being a true partner to entrepreneurs. Javelin Ventures Partners is located in San Francisco, CA., but invests in start-ups throughout the world. For a list of active portfolio companies, or to submit a business plan, visit Javelin&#8217;s website: <a href="http://www.javelinvp.com">http://www.javelinvp.com</a>.</p>
<p><strong>About Costanoa Venture Capital</strong><br />
Costanoa Venture Capital is an early stage investor focused on cloud-based services solving real problems for businesses and consumers by leveraging data and analytics. The firm&#8217;s name originates from the first inhabitants of Silicon Valley, the Costanoans, and harkens back to the origins of entrepreneurship and venture capital in Silicon Valley. Costanoa provides early stage entrepreneurs with a combination of &#8220;right-sized&#8221; amounts of capital and value-added support from a high-quality institutional partner.  Current investments include: Datalogix, DemandBase, Guardian Analytics, Inflection, Intacct, iSocket, Lex Machina, LinkSmart, Return Path, and Risk I/O.  The firm is headquartered in Palo Alto, Ca. For more information, visit <a href="http://costanoavc.com/">http://costanoavc.com/</a><br />
read our blog and follow us @costanoavc and @gsands.</p>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/04/3scale-raises-4-2-million-to-broaden-api-adoption/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>API Crafting Secrets: into Jamendo API</title>
		<link>http://www.3scale.net/2013/04/api-crafting-secrets-into-jamendo-api/</link>
		<comments>http://www.3scale.net/2013/04/api-crafting-secrets-into-jamendo-api/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 12:00:18 +0000</pubDate>
		<dc:creator>Guillaume</dc:creator>
				<category><![CDATA[Featured API]]></category>
		<category><![CDATA[Tech & Product]]></category>
		<category><![CDATA[3scale]]></category>
		<category><![CDATA[ActiveDocs]]></category>
		<category><![CDATA[Creative Common License]]></category>
		<category><![CDATA[Jamendo]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[oAuth]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://www.3scale.net/?p=55838</guid>
		<description><![CDATA[<p>Flexibility, scalability and security are probably the main keywords we tried to keep in mind during the API development. Interview with Vivien Genet, Senior Developer at Jamendo. Tell us more ...</p><p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></description>
				<content:encoded><![CDATA[<blockquote><p><strong><font color="black">Flexibility, scalability and security are probably the main keywords we tried to keep in mind during the API development.</font></strong></p></blockquote>
<p><img src="/wp-content/uploads/2013/04/Vivien-Genet-BW.png" alt="Vivien Genet Senior Developer at Jamendo" width="100" height="120" class="alignright size-full wp-image-55857" /><em>Interview with Vivien Genet, Senior Developer at Jamendo.<br />
</em></p>
<hr /></hr>
<p><font color="black"><strong>Tell us more about the development process of the <a href="http://developer.jamendo.com">Jamendo API</a></strong></font><br />
When we decided to redesign Jamendo, we quickly thought that the API should be a priority in our planning: first, because it is THE main way for Jamendo to live outside <a href="http://www.jamendo.com/">www.jamendo.com</a> (on social networks, mobiles, etc.), and second, because the migration of existing applications (based on our previous API) will take some time.</p>
<p>To develop the new API, we have used the Zend framework (as for the website) but we made a sub-framework specifically for the API to make it easier to change.</p>
<p>The current online version is the beta version. Developers who have started to program the next version of the Android and iOS Jamendo applications have worked on the alpha release. It was very good training to fix major bugs and unappropriated methods. Now other developers around Jamendo have also begun to use the beta version. All returns should help us to consolidate our API quickly and release a final version soon.<img src="/wp-content/uploads/2013/04/Jamendo-API-Developer-Portal-e1366380555975.png" alt="Jamendo API Developer Portal powered by 3scale API Management solution" width="600" height="297" class="alignright size-full wp-image-55862" /></p>
<p>For the developer interface &#038; management, we have chosen 3scale, which provides a complete and easy-to-use set of tools. With the administrative interface, you manage all applications, developers accounts, statistics, plans, rate limits, proxy config, etc. The integrated CMS allows you to create a personalized developer portal extremely quickly. It&#8217;s really time-saving.</p>
<p>Finally, our team has worked on the API according to the &#8220;agile&#8221; methodology for about 3 months.</p>
<p><font color="black"><strong>What are the key components of your core API infrastructure?</strong></font><br />
Flexibility, scalability and security are probably the main keywords we tried to keep in mind during the API development.<br />
 <br />
<strong>Flexibility</strong>: Jamendo will evolve a lot in the coming years and our API must be able to follow the Jamendo evolutions without reconsidering it. So our API framework had to be really dynamic.<br />
 <br />
<strong>Scalability</strong>: our API is free to use and we want to be more and more accessible from any place at anytime, so we will encourage everybody to use it. That&#8217;s why good scalability is necessary to stay efficient.</p>
<p><strong>Security</strong>: of course, the API must be secured with a strong authentication to access read &#038; write methods. 3Scale is perfect for that because it proposes different types of authentications, and particularly the combination of a client ID and a client Secret with OAuth1/2 support.</p>
<p><font color="black"><strong>What drove your choices in terms of technology and infrastructure?</strong></font><br />
Jamendo has already developed two APIs in the past but because we  decided to redesign the entire Jamendo infrastructure, we needed a new API adapted to this new infrastructure. </p>
<p>The previous APIs allowed us to learn from our mistakes and this time we have chosen quite a different direction from the previous version.</p>
<p>It was so permissive that it was possible to use it almost like when you make a SQL query. You specified the selected fields, the joined tables, ordering, etc. It is very powerful but it generates problems because of the lack of control over the consumed resources.</p>
<p>On the other hand, we had no authentication system. So if an application consumed too many resources (for example, multiplying the joints), we could not easily identify this application.</p>
<p>Our new API is less permissive but offers more methods for retrieving the same information. The difference is that there is no longer the risk of overloads due to a bad query. </p>
<p>With 3scale, we also identify each developer that is using our API. Knowing who uses your API, how and for what purpose changes everything. I&#8217;m sure it will also help us to improve our API by observing which methods are heavily used and which methods are hardly used.</p>
<p><font color="black"><strong>What proxy are you using for your API and why?</strong></font><br />
We already used <a href="http://wiki.nginx.org/Main">NGINX</a> for the Jamendo website, so we were happy to see that <a href="https://support.3scale.net/howtos/api-configuration/nginx-proxy">3scale provide a very good NGINX integration</a>. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.</p>
<p><font color="black"><strong>What are the specificities of your API?</strong></font><br />
With the new API, it&#8217;s now possible to access some write methods. It allows you to access features such as &#8220;like,&#8221; &#8220;dislike,&#8221; &#8220;add track to favorites,&#8221; etc. Many others will be introduced later.  These methods are protected by the <strong>OAuth2</strong> protocol that is supported by 3scale. With OAuth2, an application can be connected to a Jamendo user account very easily and securely for this user.</p>
<p><font color="black"><strong>How can developers get a better taste of what your API does</strong></font><br />
Our documentation is online (<a href="http://developer.jamendo.com/v3.0">http://developer.jamendo.com/v3.0</a>). </p>
<p>The next step is to integrate <a href="https://support.3scale.net/howtos/api-configuration/active_docs">ActiveDocs</a> that is provided by 3scale. ActiveDocs is really cool for developers to use because it&#8217;s the easiest way to test an API in a complete GUI.</p>
<p><font color="black"><strong>Any roadmap/evolution plan that you can share with us?</strong></font><br />
- April 11: we launch a developer contest to celebrate our new API (go to <a href="http://developer.jamendo.com">http://developer.jamendo.com</a> for more information.)</p>
<p>- Implement the 3scale ActiveDocs.</p>
<p>- Add several write methods in our API.</p>
<hr /> </hr>
<p><img src="http://www.3scale.net/wp-content/uploads/2013/04/3scale-customer-Jamendo-API.png" alt="Jamendo API powered by 3scale API Management solution" width="200" height="100" class="alignleft size-full wp-image-55853" /><em>Jamendo is a music platform that offers artists the ability to promote, publish, and be paid for their music made available for download under Creative Commons licenses.</em></p>
<p><a href="http://www.3scale.net">3scale: API Management Solutions</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.3scale.net/2013/04/api-crafting-secrets-into-jamendo-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
