Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?format=api&limit=5&source_project_id=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Sun, 05 May 2024 10:15:05 GMT
Vary: Accept

{
    "count": 16,
    "next": "https://www.openhumans.org/api/public/datafiles/?format=api&limit=5&offset=5&source_project_id=70",
    "previous": null,
    "results": [
        {
            "id": 23961,
            "basename": "272005814_483a3e4b39ee7da5055327e3399ba6413428ee8a.zip",
            "created": "2017-12-19T18:03:57.709339Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/23961/?key=855ac26d-36e4-40ec-8182-1e4ebf598235",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 1601,
                "name": "BenC",
                "username": "benc"
            }
        },
        {
            "id": 1042962,
            "basename": "14678195_b8b509db2aa9f958e14c0c68f25b3810be6ce40c.zip",
            "created": "2019-02-21T03:53:01.419079Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/1042962/?key=c598e8a6-0d79-4326-bbce-2b6a243430e5",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 7676,
                "name": "Chris Hallberg",
                "username": "crhallberg"
            }
        },
        {
            "id": 81069,
            "basename": "Elizabeth Meadows Twitter Archive Zip File 12242017.zip",
            "created": "2018-06-30T19:08:31.443534Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/81069/?key=e5c66c9a-3479-4fcf-9fd2-3ffdf67ed967",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 88,
                "name": "Elizabeth Meadows",
                "username": "emeadows317"
            }
        },
        {
            "id": 36710,
            "basename": "1218100328_50d3585954cf1228c32fad967ae9985e484ea356.zip",
            "created": "2018-03-30T18:38:55.755099Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/36710/?key=1e5fe067-76f7-49ce-b18f-02f013b5251d",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 3593,
                "name": "Krzysztof Gorgolewski",
                "username": "filo"
            }
        },
        {
            "id": 23967,
            "basename": "765276844698406912_ebeef326abab529667ce728c51f1cea81d4b49ac.zip",
            "created": "2017-12-19T19:08:54.920736Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/23967/?key=3321c884-7c97-4ef0-9a19-793370a731d5",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 29,
                "name": "Gabriel Dean",
                "username": "gsdcomo"
            }
        }
    ]
}