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: Tue, 07 May 2024 21:12:27 GMT
Vary: Accept

{
    "count": 16,
    "next": "https://research.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=bacaf4c4-0106-4e39-8fe0-f499efd84c7c",
            "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=11de4c39-25b5-4346-a762-13e70988d9c4",
            "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=5ab9de12-2c31-4c66-ab8d-ca84300b42a1",
            "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=fdd94133-0294-419f-8623-b43283e95297",
            "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=391b224e-8f7f-4815-9bb8-e6ec7fae3e5c",
            "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"
            }
        }
    ]
}