Return the list of public data files.

GET /api/public-data/?source=direct-sharing-147
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Mon, 25 Sep 2023 03:50:14 GMT
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 55903,
            "basename": "jawbone-moves-data.json",
            "created": "2018-05-16T20:41:07.358175Z",
            "download_url": "https://www.openhumans.org/data-management/datafile-download/55903/?key=b541b342-469d-4441-8add-3ac309ad83f7",
            "metadata": {
                "tags": [
                    "Jawbone",
                    "steps"
                ],
                "updated_at": "2018-05-16 20:41:07.008884",
                "description": "Jawbone \"moves\" data, including steps, calories, and activity"
            },
            "source": "direct-sharing-147",
            "user": {
                "id": "58937234",
                "name": "BenC",
                "username": "benc"
            }
        },
        {
            "id": 55904,
            "basename": "jawbone-sleeps-data.json",
            "created": "2018-05-16T20:41:19.056337Z",
            "download_url": "https://www.openhumans.org/data-management/datafile-download/55904/?key=0576c7fe-986d-4447-a39e-41b89a235bb4",
            "metadata": {
                "tags": [
                    "Jawbone",
                    "sleep"
                ],
                "updated_at": "2018-05-16 20:41:18.804376",
                "description": "Jawbone \"sleeps\" data, including time, duration, and depth estimates."
            },
            "source": "direct-sharing-147",
            "user": {
                "id": "58937234",
                "name": "BenC",
                "username": "benc"
            }
        }
    ]
}