Return the list of public data files.

GET /api/public-data/?source=direct-sharing-71
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Wed, 29 Mar 2023 21:55:36 GMT
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 83386,
            "basename": "Sense Of Smell and 23andMe data (Known SNP).ipynb",
            "created": "2018-07-05T13:52:22.336887Z",
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83386/?key=5b3ffefc-199b-417d-8245-9e220f062d22",
            "metadata": {
                "tags": [
                    "personal data notebook",
                    "notebook",
                    "jupyter"
                ],
                "description": "A Personal Data Notebook"
            },
            "source": "direct-sharing-71",
            "user": {
                "id": "83364173",
                "name": "David",
                "username": "dnvrdavid"
            }
        },
        {
            "id": 83938,
            "basename": "Sense Of Smell and openSNP Data (New SNPs).ipynb",
            "created": "2018-07-06T17:41:50.306207Z",
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83938/?key=8622d575-121e-4e3e-8fa3-f52bb7a707c1",
            "metadata": {
                "tags": [
                    "personal data notebook",
                    "notebook",
                    "jupyter"
                ],
                "description": "A Personal Data Notebook"
            },
            "source": "direct-sharing-71",
            "user": {
                "id": "83364173",
                "name": "David",
                "username": "dnvrdavid"
            }
        }
    ]
}