Returns the list of a project downloads links

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

{
    "links": [
        {
            "url": "/asset/1379/None",
            "title": "https://anemond.net/",
            "subtitle": "0 Bytes",
            "group": "FactorSynth",
            "authorized_download": true,
            "protection_unlock_url": null
        }
    ],
    "meta": {}
}