Open API

An Open API (often referred to as a Public API) is a publicly available application programming interface that provides developers with programmatic access to a proprietary software application.[1][2] APIs are sets of requirements that govern how one application can communicate and interact with another. They also allow developers to access certain internal functions of a program. In the simplest terms, an API allows one piece of software to interact with another piece of software.[3] They may be used by both developers inside the organisation that published the API or by any developers outside that organisation who wish to register for access to the interface.

Characteristics

Open APIs have three main characteristics:

  1. [4] They are free for anyone to use. Open APIs are available to use by all developers.
  2. They are typically backed by open data.[5] Open data is freely available for everyone to use and republish as they wish, without restrictions from copyright, patents or other mechanisms of control. An Open API may be free to use but the publisher may limit how the API data can be used.
  3. They are based on an open standard.

Open API vs. Private API

Private API

[3] A private API is an interface that opens parts of an organisation’s backend data and application functionality for use by developers working within (or contractors working for) that organization.[6] Private APIs are only exposed to internal developers therefore the API publishers have total control over what and how applications are developed. Private APIs offer substantial benefits with regards to internal collaboration. Using a private API across an organisation allows for greater shared awareness of the internal data models. As the developers are working for (or contracted by) one organisation, communication will be more direct and therefore they should be able to work more cohesively as a group. Private APIs can significantly diminish the development time needed to manipulate and build internal systems that maximise productivity and create customer-facing applications that improve market reach and add value to existing offerings.

Open API

In contrast to a private API, an open API is publicly available for all developers to access. They allow developers, outside of an organisation's workforce, to access backend data that can then be used to enhance their own applications. Open APIs can significantly increase revenue without the business having to invest in hiring new developers making them a very profitable software application.[7] However, it is important to remember that opening back end information to the public can create a range of security and management challenges. [8]For example, publishing open APIs can make it harder for organisations to control the experience end users have with their information assets. Open API publishers cannot assume client apps built on their APIs will offer a good user experience. Furthermore, they cannot fully ensure that client apps maintain the look and feel of their corporate branding.

Open APIs in Business

[3] Open APIs can be used by businesses seeking to leverage the ever-growing community of freelancing developers who have the ability to create innovative applications that add value to their core business. Open APIs are favoured in the business sphere as they simultaneously increase the production of new ideas without investing directly in development efforts. Businesses often tailor their APIs to target specific developer audiences that they feel will be most effective in creating valuable new applications. However, an API can significantly diminish an application's functionality if it is overloaded with features.

Open API Business Chart

For example,[9] Yahoo's open search API allows developers to integrate Yahoo search into their own software applications. The addition of this API provides search functionality to the developer's application whilst also increasing search traffic for Yahoo's search engine hence benefitting both parties. With respect to Facebook and Twitter, we can see how third parties have enriched these services with their own code. For example, the ability to create an account on an external site/app using your Facebook credentials is made possible using Facebook's open API.

Open APIs on the Web

With the rise in prominence of HTML5 and Web 2.0, the modern browsing experience has become interactive and dynamic and this has, in part, been accelerated through the use of open APIs. Some open APIs fetch data from the database behind a website and these are called Web APIs. For example, Google's YouTube API allows developers to integrate YouTube into their applications by providing the capability to search for videos, retrieve standard feeds, and see related content.

[10] Web APIs are used for exchanging information with a website either by receiving or by sending data. When a web API fetches data from a website, the application makes a carefully constructed HTTP request to the server the site is stored on. The server then sends data back in a format your application expects (if you requested data) or incorporates your changes to the website (if you sent data).

See also

References

  1. "What is open API? - Definition from WhatIs.com". SearchCloudApplications. Retrieved 2015-10-26.
  2. Proffitt, Brian (September 19, 2013). "What APIs Are And Why They're Important". Readwrite. Retrieved 28 October 2015.
  3. 1 2 3 "API Strategy 201: Private APIs vs. Open APIs | API Design and Strategy". www.apiacademy.co. Retrieved 2015-11-02.
  4. Dodds, Leigh. "What is an Open API?". Lost Boy. Retrieved 2015-11-02.
  5. "What is Open Data?". opendatahandbook.org. Retrieved 2015-11-02.
  6. "6 Business Benefits of Private APIs | Nordic APIs |". Nordic APIs. Retrieved 2015-11-04.
  7. "Beat the risks of managing public, private APIs". SearchSOA. Retrieved 2015-11-04.
  8. Deng, Zhui; Saltaformaggio, Brendan; Zhang, Xiangyu; Xu, Dongyan (2015-01-01). "iRiS: Vetting Private API Abuse in iOS Applications". Proceedings of the 22Nd ACM SIGSAC Conference on Computer and Communications Security. CCS '15. New York, NY, USA: ACM: 44–56. doi:10.1145/2810103.2813675. ISBN 978-1-4503-3832-5.
  9. "What Are APIs, And How Are Open APIs Changing The Internet". MakeUseOf. Retrieved 2015-11-02.
  10. "A beginner's definition of "Web API"". Frances Hocutt. Retrieved 2015-11-02.
This article is issued from Wikipedia - version of the 11/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.