I always wondered if the apps like Uber built their own map from the scratch. Now, I know that they are probably using some API. The many examples quoted in this video are good enough to grasp the concept really well. Thank you!
It's sometimes challenging for me to grasp complex technical issues (I have a background in political sciences) and normally I need 3-4 videos/sources to understand something but you explained it so well that I don't need to watch the other ones. Big time & brain energy saver so thanks a lot.
god! when i was attempting to learn about VPNs and the different types and different mechanisms! i had to watch 5 different videos until one made sense and explained it in a very simple fashion (search VPN mailbox explanation in youtube) and this made perfect sense!!
I don't know how many videos I had watched(before watching this explanation) to understand this concept. This video gave me the clarity that I was always looking for. Thank you very much!!
From a buzz word to a relatively good understanding in 45 seconds. That's the one statement that has been the most valuable in understanding API for me. Well done.
Simply Explained: It made my Mind Open. As a newly becoming Software Engineer, I used to think how difficult it might be to "Communicate" between Apps, like Maps, and such. As I wanted to use the power of already existing Apps. Now I came to know there are so-called, "APIs" available which let us Interact with applications. Thank you for such a wonderful, complete and comprehensive information, Explained Simply :)
The true geniuses of the world are those who can take what's complicated and make it immediately understandable when teaching with creativity. 🎨 I will also be adopting this analogy! Thank you!
What helped clarify it to me is this: An API is just a function. A developer writes a function/script and may let others interact with that function (give Input/see Output) through the web. It can do anything a function can do. If these examples help others, that's great, but it leads me a bit astray from what API's actually are.
Thank you! My background is in power engineering, but a set of models I have come across have required me to delve into some basic programming/database applications! Just understanding some of these terms that are being used really helps me be able to work through these manuals a lot easier!
Earlier computer 'application programs' (as distinct from 'system programs') were independant coding entitities aimed at performing tasks for computer users. A program consists of a 'front-end' (interaction with the user) and a 'back-end' (interaction with data repositories). But as networking increased, application programs interlinked to each other, blurring the distinction between front-end and back-end. Programs communicate with other programs and the API is the interface they use to communicate with each other.
Thanks for the explanation. A few years ago, I started learning API but became disinterested because it was taught in a complex way. Now that I have watched your video, I am thinking about learning it again.
What is an API? (Application Programming Interface) API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other.
I love you... im a Chef but due to current physical conditions i have i decided to switch to something less physically straining.... and this example is the thing that literally made everything for me easier to understand.... I thank you...
That was a great explanation. Now I feel llike I know what an API is. It's a tool that connects apps to the system in order to hide complexity and make our lives easier. Plus, rather than painfully having to figure out access a user's data through our own methods, we can use the system.
Thank you for sharing this information. Lately I have had to keep date with this type of information since I am running an online business with facebook, I was concerned with the Apps Modes and while reading along the instructions I realized I had not ideas what and API was. I highly appreciated that you haven taken the time to educate us.
Wow! This is the first time I finally understood the API thing. Wow I'm so excited. I feel superiority that I finally knew a lot of behind the scenes things. Thank you!
Does an API determine how apps and website pages fill/fit on the screen of a phone vs tablet vs computer or is that something the websites determine? Very helpful video btw
FANTASTIC VIDEO! Well done. You covered everything in an easy to understand and relative way. Would love to hear what negative things were said about this. I can't imagine what they would say.
As a seasoned developer, some of the new terms were unfamiliar to me. This video was extremely helpful with great graphics and realistic examples. Thank you so much!
So i'm trying to understand it correctly - an API is some kind of an app containing a code, that does something (specifically) for you when you ask it? Like on Windows, pressing my Music app and choosing a song, so when i choose the song - it triggers the API that goes to Windows files / storage and asking it to play my song by turning the sound on?
Yeah pretty much. In software design terms, say you are trying to extract data from your spotify playlist. You can program your code/script in a way that it can extract all of your music to some file. You don't need to create a program from scratch to obtain the data from your playlist. Say that Spotify does offer an API that allows fetching data from a playlist. You can extract the data with an API key by embedding the API key to the URL provided by spotify. Once you are able to extract the obtain the URL, some other program (fron the API) will generate a JSON file for you. In other words, API works in favor of you especially for data scraping and data mining.
I always wondered if the apps like Uber built their own map from the scratch. Now, I know that they are probably using some API. The many examples quoted in this video are good enough to grasp the concept really well. Thank you!
I think they are using the Google maps api, they have a ton on info about it, check out maps api on google
They can build their own apis but they also use others apis 100%
@@ThishsitwontgetmynameFoFF I agree 👍
It's sometimes challenging for me to grasp complex technical issues (I have a background in political sciences) and normally I need 3-4 videos/sources to understand something but you explained it so well that I don't need to watch the other ones. Big time & brain energy saver so thanks a lot.
god! when i was attempting to learn about VPNs and the different types and different mechanisms! i had to watch 5 different videos until one made sense and explained it in a very simple fashion (search VPN mailbox explanation in youtube) and this made perfect sense!!
That's actually a great example, I'm going to use that restaurant example in the future.
I quit my job at MacDonalds after realizing i am an api
omg
Isn't that what society is? Being APIs for each other.
Stolen comment...and it's McDonald not MacDonald
You can do it! Even a Pennsylvania miner can do coding per Joe Biden.
I laughed way harder than I should
You do a good job of applying real life examples and giving the full spectrum
After trying to figure this out for a few years, you made it extremely simple in just 7 minutes. VERY WELL DONE SIR! Thanks
I don't know how many videos I had watched(before watching this explanation) to understand this concept. This video gave me the clarity that I was always looking for. Thank you very much!!
Great to hear!
From a buzz word to a relatively good understanding in 45 seconds. That's the one statement that has been the most valuable in understanding API for me. Well done.
Simply Explained: It made my Mind Open. As a newly becoming Software Engineer, I used to think how difficult it might be to "Communicate" between Apps, like Maps, and such. As I wanted to use the power of already existing Apps. Now I came to know there are so-called, "APIs" available which let us Interact with applications. Thank you for such a wonderful, complete and comprehensive information, Explained Simply :)
The true geniuses of the world are those who can take what's complicated and make it immediately understandable when teaching with creativity. 🎨 I will also be adopting this analogy! Thank you!
What helped clarify it to me is this: An API is just a function. A developer writes a function/script and may let others interact with that function (give Input/see Output) through the web. It can do anything a function can do. If these examples help others, that's great, but it leads me a bit astray from what API's actually are.
Thank you! My background is in power engineering, but a set of models I have come across have required me to delve into some basic programming/database applications! Just understanding some of these terms that are being used really helps me be able to work through these manuals a lot easier!
Thank you for helping the non-developers and beginners understand what an API is
Earlier computer 'application programs' (as distinct from 'system programs') were independant coding entitities aimed at performing tasks for computer users. A program consists of a 'front-end' (interaction with the user) and a 'back-end' (interaction with data repositories). But as networking increased, application programs interlinked to each other, blurring the distinction between front-end and back-end. Programs communicate with other programs and the API is the interface they use to communicate with each other.
Thanks for the explanation. A few years ago, I started learning API but became disinterested because it was taught in a complex way. Now that I have watched your video, I am thinking about learning it again.
What is an API? (Application Programming Interface) API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other.
It's great to have subtitles. I can understand the video by translating it into my own language. Thanks so much again :)
I love you... im a Chef but due to current physical conditions i have i decided to switch to something less physically straining.... and this example is the thing that literally made everything for me easier to understand.... I thank you...
3:57 I think it's the 'Kernel' that allows the application to gain access/permissions from the user.
In the end it's the same thing
It's nice one
Another great video 👌 will help a lot of the new developers.
This was really helpful, and the illustrations looked great. One question: is it considered polite to tip your API 20%? 🤓
This video gives smart and various exemples, I feel really confident talking about API now thank you !
I did not expect that cambridge analytica tie in, I love that this was mentioned, not enough people know about it! Thanks for the video!
Thank you for the straight forward and easily digestable explanation!
Done
you're Cleary explaining. Thank you
What a great video. Restaurant analogy is perfect. So easy to understand. Thank you!'
That was a great explanation. Now I feel llike I know what an API is. It's a tool that connects apps to the system in order to hide complexity and make our lives easier. Plus, rather than painfully having to figure out access a user's data through our own methods, we can use the system.
Thank you for sharing this information. Lately I have had to keep date with this type of information since I am running an online business with facebook, I was concerned with the Apps Modes and while reading along the instructions I realized I had not ideas what and API was.
I highly appreciated that you haven taken the time to educate us.
Appreciate the non-fluff straightforward approach. Was a great review for me. Thank you!
This is the right way to explain APIs even to children!!! Good explanation
Wow! This is the first time I finally understood the API thing. Wow I'm so excited. I feel superiority that I finally knew a lot of behind the scenes things. Thank you!
Does an API determine how apps and website pages fill/fit on the screen of a phone vs tablet vs computer or is that something the websites determine?
Very helpful video btw
Thanks a lot! Nice metaphor (the restaurant one): It makes things clearer. :)
Thank you for the video! Of all the videos on TH-cam, this is an understandable video, straight for those people who do not fumble. Thanks a lot!
this is such an perfect way to explain API'S like seriously Thank you sm!
API actually stands for "Application Programming Interface".
this is clearest explanation about API
This is the best explanation of API for me
Really fantastic and clear instruction. Thank you for producing this!
Excellent tutorial. You definitely understand your stuff to be able to explain it so clearly. Well done!
Best explanation I've ever had about APIs
This is one of the best explanations I have seen yet. Great job and thank-you for putting this out there
I can't say thank you enough for that great presentation. God bless you. I would subscribe to your channel because of this video alone.
FANTASTIC VIDEO! Well done. You covered everything in an easy to understand and relative way. Would love to hear what negative things were said about this. I can't imagine what they would say.
Well explained. After searching many videos I finally got it with your video. Appreciate your efforts how simply you explained. Thank you so much.
BEST BEST BEST!! This video is the best content about the introduction for API
Actually signed in to give this video a 'like' - that's how good it is!!!
This is the perfect explanation. Thank you sir
took me 1 minute of the video to understand, ur so good at explaining
This is by far the best explanation to the topic that I have watched
Awesome! I'm a prgramming newbie, the animation to display what the APIs work is very clear for me!
As a seasoned developer, some of the new terms were unfamiliar to me. This video was extremely helpful with great graphics and realistic examples. Thank you so much!
Hey any tips/hints to land a Developer job? I would love to here your background if you can 🙏🏻🙏🏻 thanks
Thank you! As a content writer you made it so clear Love it.
best vid until now to grasp the concept
Thanks for explaining APIs. How can I tell if a specific website has an API that I can use?
I was wondering how you explain complex topics very simple, not untill I saw your channel name 🔥🏆
I cannot thank you enough for the analogies! The comparisons really allow that "aha" moment :)
Great explanations on how APIs are used but still what exactly is API? Is it a software module in apps or devices?
the example with a restaurant and a waiter is brilliant
This is the best video i found on the topic. Thank you!
Super helpful and simple example. Saw another video before this using the waiter example, but this one hit different. Great video
Thank you for simplifying APIs.
Ok. So now i am an API for my department.
This video has been able to give me the basic knowledge on API. Thanks a lot
Excellent explanations. I'm bookmarking this one.
Thank you so much! The google definition confused me. This video was great and I really appreciate this level of effort. Thank you!!!!
Anne asmelash Gebremariam Gebrezabher Eye kab Ethiopia Tigraway kemey
Excellent simplified explanation of API! Thanks! 👍🏻
I love the waiter analogy
🤞🏿💯
You made it very easy to understand. Thanks👍
The best explanation of this topic ever
I found this really helpful and easy to understand, thank you
No one would have said it any better, thanks
Wow thank you. Wonderfully explained, easy to understand 🙏
This video is so amazing. Straight and to the point.
Thank you for all the information which for me is COMPLETELY NEW! Actually, the analogy of the waiter is great!
Great, simple and short.
Thank you.
This is brilliant, truly simple!!!! Please add some videos on API
thanks for sharing this video, it was so useful
😍😍😍What a simple and wonderful explanation
❤Warm regards to you from my depth heart
Very clear and simple explanation of an api, thank you so much!
this video is fantastic! It finally makes sense!
Thank you so much. This is was I needed, a quick and clear explanation!
the continue with google and fb part is more a topic of authentication and authorization, but other than that, pretty well explained
its simple nice video upload more
This was so helpful and clear - just what I needed! Thank you!!
So great, with many realistic example, so cool, Thanks for your work
Wow!!! Thanks for this great explanation!
This was very helpful with good clear examples.
Perfect, I watched it till the end simple and clear
very good explanation and make a newbie to understand it easily!
Very clear. I currently have a application that allows “Rest API” Whats that?
this is really easy to understand
the best API explanation thanks a bunch guys!
I may be taken as a noob, but this video can be simpler!
Very well explained. Thank you!
Great explanation. Liked and subscribed.
This is a nice video. This helped solidify my understanding of API.
Thank you for simplifying this subject..
Excellent explanation of a little understood subject.
So i'm trying to understand it correctly - an API is some kind of an app containing a code, that does something (specifically) for you when you ask it?
Like on Windows, pressing my Music app and choosing a song, so when i choose the song - it triggers the API that goes to Windows files / storage and asking it to play my song by turning the sound on?
Yeah pretty much. In software design terms, say you are trying to extract data from your spotify playlist. You can program your code/script in a way that it can extract all of your music to some file. You don't need to create a program from scratch to obtain the data from your playlist. Say that Spotify does offer an API that allows fetching data from a playlist. You can extract the data with an API key by embedding the API key to the URL provided by spotify. Once you are able to extract the obtain the URL, some other program (fron the API) will generate a JSON file for you. In other words, API works in favor of you especially for data scraping and data mining.
@@HealthInspectorz thanks!