Hint: This is heavily based on https://gist.github.com/3428555.
Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).
The request type and the URL Structure (path only, no root url). METHOD may be GET
| POST
| DELETE
| PUT
.