If you try to access the API within another side (e.g. JQuery) you'll get
“No 'Access-Control-Allow-Origin' header is present on the requested resource”.
To allow Cross-Origin Resource Sharing you"ll need to add
Access-Control-Allow-Origin: *
on server side.