Return the list of public data files.

GET /api/public-data/?source=direct-sharing-141
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Fri, 09 Jun 2023 05:25:13 GMT
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 42007,
            "basename": "mPower-Parkinsons.zip",
            "created": "2018-05-01T22:57:04.167116Z",
            "download_url": "https://www.openhumans.org/data-management/datafile-download/42007/?key=ca7a9929-0f78-418f-9752-27957b2e1c2a",
            "metadata": {
                "tags": [
                    "mPower",
                    "CSV",
                    "JSON"
                ],
                "description": "mPower data, original format"
            },
            "source": "direct-sharing-141",
            "user": {
                "id": "37872431",
                "name": "Gabriel Dean",
                "username": "gsdcomo"
            }
        }
    ]
}