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 trialKyriakos Michael
2,285 PointsWhat's the Difference Between REST API & RESTful API?
What's the Difference Between REST API & RESTful API?
I've found on the Internet that we have those two states of an API. Can someone Explain me why we have 2 of those?
Thank you
- Kyriakos
2 Answers
Steven Parker
231,236 PointsThe difference is only in usage, not technology.
The term REST refers to the technology itself as a concept. It's simply an abbreviation for "REpresentational State Transfer".
The term RESTful would be used to describe a system, software or service that implements this concept.
Kyriakos Michael
2,285 PointsSO, learning REST API Development would be equal as knowledge to RESTful.
Thank you. Any more tips would be great.