More about API | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

More about API

What exactly is an api ? How I can connect to one of them ? How can I create my own api ? ps: sorry if I made spelling mistakes

5th Mar 2018, 4:52 PM
Αητοιπe
Αητοιπe - avatar
2 Answers
+ 4
If you want to connect to an API, you should first study its documentation. It gives you insights on how to link to it and what your options are with it. As an example, you might want to check out my code on Google Geocoding API, in Python: https://code.sololearn.com/c57gr6Ay31s9/?ref=app
5th Mar 2018, 10:18 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
API stands for application programming interface. More here : https://en.m.wikipedia.org/wiki/Application_programming_interface
5th Mar 2018, 4:59 PM
cHiRaG GhOsH
cHiRaG GhOsH - avatar