Why API-Centric Software Will Dominate the Future

Why API-Centric Software Will Dominate the Future

There are thousands of apps around. For multiple platforms (iOS or Android) or in multiple browser. You probably use them on many devices: Your phone, tablet or laptop. But all those applications have very limited functionality on their own. Only by communicating to their user, connecting them between each other and swapping all kinds of information they become powerful.

And that’s where APIs come in. API stands for Application Programming Interface and describes the information and rules software programs interact with each other.

The traditional way of development focusing on web frameworks (e.g. Microsoft .NET, Ruby on Rails, PHP) can require costly integration into other software when not set up properly. Adaption to special needs can easily amount to a project in middle five figures.

An API centric piece of software executes most or all functionality through API calls. So why is this important?

API Centric Design

Source: Nikko Bautista

API-Centric Design

With API-Centric Design the core function of a software (for example the Twitter Stream of new Tweets) is build separately from the way a user accesses it (in our example Twitter can be accessed through a browser, an iOS app from an iPhone, iPad, Android devices, aso.). There is only one core product running in the background and then many different customized front-end ways of accessing the core product running in the back-end. All the communication between those parts happens over? You guessed it: APIs!

No more changing and tweaking the core product because on a windows phone was a display error. You just handle that over the windows phone front-end client.

Bah…. that was a lot of techie talk. So what?! Well that brings us to our next big thing:

The Internet of Things

There are estimates that until 2020 there will be more than 50billion connected devices. That’s a lot! And it will shift who and what communicates over the internet. Today people communicate with people or people communicate with machines and systems. But in the age of the internet of things systems mostly communicate directly with systems. And they don’t care about pretty graphical interfaces on some gadget with touch screen. For those systems to work you need solid APIs connecting many back-ends fast and in a reliable way. And what would be more suitable for this task than software created through API Centered Design?

Oracle recently released an API Management Tool. So did IBM and Intel. These big corporations undertake those steps to be well prepared for what is about to come: The internet of things. It’s gonna be a paradigm shift.

But Where is the Money?

APIs aren’t new. And there are a lots of them. In the Programmable Web Database are more than 14’000 APIs registered. But with the emergence of mobile and the internet of things, they’re in the spotlight again. API centered software enables micro services that fit a specific need an solve a well detailed problem. Other programs can build upon existing APIs using their functionality to expand and build their own. This layer structure can help to automate tedious tasks by integrating and arranging the right APIs. There are many offerings already that allow fast creation of API-based back-ends (e.g. Treeline or Stamplay). APIs therefore build a solid foundation others can build upon. Google does that for a while already and offers a ton of APIs for others to use (e.g. Google Maps). But if you and especially your users call them regularly you have to pay for them. And they’re not cheap:

Google Maps API Prices

Google Maps API Prices

This example brings us to our first business model with APIs: If you’re providing some service that is of value to others, you can charge for every time a user or program is calling your API and uses its functionality. Even if it’s just a couple cents per call, if your API gets used thousand times a day, that’s steady income.

Another business case is to offer your API for free and animate other developers to build upon your existing API. Through  referrals from that software you then generate additional sales. Uber does this with success: By offering their API for free they animate developers to build upon their core product. If someone signs up for Uber through another program that uses the Uber API, they pay the developer who build the new product a commission of $5-10.

There will be many more business models emerging around API. Especially connected to the Internet of Things. The paradigm shift opens up new business opportunity ready to exploit.

What  business models including APIs do you see? I’m very interested in reading about them, so please leave a comment!


Sources

http://blog.cloudoki.com/the-new-era-in-software-engineering-api-centric-design/

http://apigee.com/about/blog/technology/api-centric-architecture-all-development-api-development

The Future Of Coding Is Here, And It Threatens To Wipe Out Everything In Its Path

http://www.infoworld.com/article/2920792/apis/ibms-next-big-bluemix-move-api-management.html

http://www.thestreet.com/story/13259862/1/intel-stakes-future-on-internet-of-things-at-developers-forum.html

http://www.programmableweb.com/news/oracles-api-management-portfolio-aims-digital-enterprise/press-release/2015/06/02

http://www.zingdesign.com/top-10-web-development-trends-and-predictions-for-2015/

Tags: , , , , , , , ,

2 responses to “Why API-Centric Software Will Dominate the Future”

  1. Martin A. K. says :

    Very interesting article! There seems to be a lot happening in the area of API technologies. For example, a recent article in TechCrunch (http://techcrunch.com/2015/10/09/segment-raises-27-million-for-its-one-api-to-rule-them-all/) talks about Segment (as mentioned in the comment above!). They allow businesses to use a single API for event tracking in order to send data to hundreds of different tools and databases, including Google Analytics, MailChimp, KISSmetrics, Omniture, Mixpanel, Quantcast, Flurry, and more. A very interesting, and future driven business!

    Another similar solution is Dexter (https://rundexter.com/), recently highlighted on ProductHunt. It is a platform that makes it easy to connect 3rd party APIs.

    Looking forward it very well seems that there is a big future here! I am excited to see whats left to come…

Leave a comment