Computer Science, asked by annu8a8ziztruti, 1 year ago

Definition of API
What is API?

Answers

Answered by vee11
3
(Application Programming Interface) is a set of routine definitions, protocols, and tools for building software and applications.
Answered by Anonymous
0

Answer:

API is widely used in web and application development.

Its use is to retrieve data easily and is called using a backend technology like node js or django.

It is a software intermediary that allows two applications to talk to each other.Your phone’s data is never fully exposed to the server. Each time you use an app like Instagram, send a message, or check the weather updates on your phone, you’re using an API.

The API is not the database or even the server, it is the code that governs the access point(s) for the server.

Similar questions