APIs are not new. Anybody who’s been involved with enterprise apps knows this is true. And yet, “suddenly,” they’ve moved from a development tool to a critical component of an online or mobile business strategy.
It raises the question: Why did API use “suddenly” explode?

David Zhang addressed the question of why APIs have risen to such importance in a recent blog post:
“The raise [sic] of API is more about a new way of doing business than another programming paradigm. In web apps, an API is as much BizDev as actual Dev, and any company that wants to have anything to do with APIs needs to understand this.”
Zhang is a self-professed entrepreneur. I say “self-professed” not to be disparaging — I’m sure he’s a very smart young man — but because Tigervine, the web-based software company he founded with two college friends, is actually still in beta.
I hate to pick on Zhang — because he’s getting enough of that on Hackernews, where he invited comments — but his logic here is circular. It boils down to “APIs are a way of doing business and so they are adopted by the business.”
While it’s true that APIs represent more of an evolution in business partnerships than in technology, it still begs the question: What changed? Why did APIs shift from a proprietary tool for enterprise apps to a core part of any online or mobile business strategy?
I actually researched and wrote about this in 2009 for IT Business Edge, after one of my editors pointing out that he was “unimpressed” by open APIs since APIs have been around for a long time.
I learned there were actually three trends that shaped the rise of APIs as a strategic tool for opening up data and services:
It’s worth noting, too, that the growth of API adoption was neither sudden nor did it happen because “everyone” saw that APIs were business-friendly. While web companies embraced APIs quickly after the public success of eBay’s and Amazon’s APIs, traditional businesses and enterprises were actually slow to warm up to open APIs. As Dion Hinchcliffe, who first described web-oriented architecture and the importance of open APIs, wrote in 2008:
“Business leaders are much more likely to understand investment in a traditional Web site, which they are familiar with and understand somewhat, than in an online software development kit, which is more developer-centric and which they are much less likely to fully appreciate, even though APIs can often have more strategic value than a Web site.”
Keep in mind there were only 1,000 open APIs registered at ProgrammableWeb at this time.
As open APIs grew in number, we’ve tended to drop the “open” and just say API. That’s a fair change, since some APIs are not, in fact, open, but more of a hybrid that offers access for a fee.
Still, even though a lot of the details are off or missing, Zhang’s his main message is correct: “When you’re working with a company’s API, you are working with the company as a business partner.”
And like most partnerships, it’s for better or worse, as his readers on Hack News so adamantly point out.





©ProgrammableWeb.com 2013. All rights reserved.
Terms of Service | Privacy Policy
2 Responses to “Why the “Sudden” Explosion of APIs?”
at 6:16 pm
[...] Why the “Sudden” Explosion of APIs? jQuery(document).ready(function($) { window.setTimeout('loadTwitter_3900()',1000);window.setTimeout('loadFBLike_3900()',1000);window.setTimeout('loadLinkedin_3900()',1000);window.setTimeout('loadGoogle1_3900()',1000); }); function loadTwitter_3900(){ jQuery(document).ready(function($) { $('.dd-twitter-3900').remove();$.getScript('http://platform.twitter.com/widgets.js'); }); } function loadFBLike_3900(){ jQuery(document).ready(function($) { $('.dd-fblike-3900').remove();$('.DD_FBLIKE_AJAX_3900').attr('width','50');$('.DD_FBLIKE_AJAX_3900').attr('height','62');$('.DD_FBLIKE_AJAX_3900').attr('src','http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.backupify.com%2F2012%2F03%2F06%2F7-principles-for-implementing-comfortable-apis%2F&locale=en_US&layout=box_count&action=like&width=50&height=60&colorscheme=light'); }); } function loadLinkedin_3900(){ jQuery(document).ready(function($) { $('.dd-linkedin-3900').remove();$.getScript('http://platform.linkedin.com/in.js'); }); } function loadGoogle1_3900(){ jQuery(document).ready(function($) { $('.dd-google1-3900').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); } [...]
at 8:57 am
[...] –David Zhang [...]