Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGábor Tóth
11,958 PointsAnother explanation ofAPIs?
Hi! I don't fully understand what APIs are, and for what we can use them, so could someone please explain them once more?
Grigorij Schleifer
10,365 PointsCool !
Glad I could help
1 Answer
Grigorij Schleifer
10,365 PointsHi Gabor,
API save you a lot of time and help you to programm things faster and give you the tools to do so.
So, virtually all software has to request other software (API) to do some things for you. Google gives you APIs to programm APPs and supplies the programmer with methods to do what you want.
I hope I could help :)
Grigorij
Gábor Tóth
11,958 PointsThank you Grigori, you helped a lot!
Grigorij Schleifer
10,365 PointsGrigorij Schleifer
10,365 Points"A good API makes it easier to develop a program by providing all the building blocks, which are then put together by the programmer"
A citation from Wikipedia :)