The API uses links to standard hypermedia objects to help clients locate related resources relevant within a set of JSON data.

"links": [
    {
        "rel": "self",
        "href": "http://my.url.com/cloud-wrapper/v1/capacity/"
    },
    {
        "rel": "self",
        "href": "http://my.url.com/cloud-wrapper/v1/locations/"
    },
    {
        "rel": "self",
        "href": "http://my.url.com/cloud-wrapper/v1/multi-cdn/"
    },
    {
        "rel": "self",
        "href": "http://my.url.com/cloud-wrapper/v1/properties/"
    }
]