REST APIs serve the simple purpose of connecting computer services on the internet.` Many definitions exist for the different types of application programming interface's (APIs) but my favorite definition is;…an API provides interactions between one software and another, but not users. REST APIs are an architectural style that does not follow a standard. Therefore, you can expect some variances when using different APIs.