REST doesn’t care what spellings you use for your resource identifiers. See REST: I Don’t Think it Means What You Think it Does, by Stefan Tilkov (2014).
The key idea: in REST, the client follows links provided by the server, rather than constructing links described in documentation.
solved Is this path RESTful?