Returns the list of a project downloads links

GET /api/projects/26/download/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": [
        {
            "url": "/asset/13/None",
            "title": "angus_V1.1-forum.zip",
            "subtitle": "155.6 kB",
            "group": "v1.1 — Max",
            "authorized_download": true,
            "protection_unlock_url": null
        }
    ],
    "meta": {}
}