REST-ful URI design

There can be confusion about URIs and URLs (and URNs!). To get a URL just tack on a server (example.com) and a protocol (http or ftp) to a URI (/example): http://example.com/example. The URI identifies the resource. And a URL adds some information about how to get it.

http://blog.2partsmagic.com/restful-uri-design/