+ 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
2 Respuestas
+ 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
+ 3
API stands for application programming interface.
More here : https://en.m.wikipedia.org/wiki/Application_programming_interface