REST API: A practical introduction

The goal of this post is to give you a practical introduction to HTTP based REST APIs, or RESTful APIs. Many applications in the (networking) world are providing APIs based on a REST architecture. I think you should have at least an basic understanding what it is, how to interact with it and why it can be helpful for you.