- 1
What is an Api? what does it do?
5 Answers
+ 3
API is an acronym for Application Programming Interface. These interfaces are what allow software solutions to communicate with each other. For example: "If you give me this instruction, I will perform this action, or return this information". For instance lets say I want to make an app that gets music data to make a playlist, or user name, etc.. I can use Spotify API which are little commands that returns the data from Spotify servers.
0
Google it.
0
Lmao
0
Chris Coder thank you
0
APIs speed up the software development process. On top of that, they add a layer of security to software and systems. If you've ever wondered about what is an API, in this article: https://www.cleveroad.com/blog/what-is-an-api/ we'll try to explain to you everything you need to know about them.