Return the list of public data files.

GET /api/public-data/?format=api&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: Tue, 19 Mar 2024 10:18:40 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=a145d451-360b-47c5-8263-fe7b6e5e728e",
            "metadata": {
                "tags": [
                    "mPower",
                    "CSV",
                    "JSON"
                ],
                "description": "mPower data, original format"
            },
            "source": "direct-sharing-141",
            "user": {
                "id": "37872431",
                "name": "Gabriel Dean",
                "username": "gsdcomo"
            }
        }
    ]
}