Notepad/enter/Coding Tips (Classical)/Terminal Tips/CLI Tools/Networking/Protocols/APIs/About APIs.md

7 lines
651 B
Markdown
Raw Normal View History

2023-08-11 01:00:16 +00:00
API stands for Application Programming Interface and it's just a way to stream internet data. You can do a lot with it manipulate it though without having to dig for it all in the interwebs and so it is often compiled into an API and used often.
Nowadays with Postman or a GET/POST request through terminal you can talk directly to the applications itself if they provide an API key.
Think of APIs as another kind of protocol but one that just talks between applications instead of ssh-ing through terminal connecting to internet and doing all of the physical connecting stuff.
Which is critical because there's way too many apps out here now.