Before going over the rules for REST API URI design, let’s do a quick overview on some of the terms we are going to talk about.
URIs
REST APIs use Uniform Resource Identifiers (URIs) to address resources. On today’s web, URI designs range from masterpieces that clearly communicate the API’s resource model, to those that are much harder for people to understand.
