Return the list of public data files.

GET /api/public-data/?format=api&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: Thu, 18 Apr 2024 21:32:59 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=20744f82-ab5c-4122-9558-5b765c2bc28b",
            "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=7abdd88f-2166-4bdb-abe8-6a0bfed5dfd5",
            "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"
            }
        }
    ]
}