Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?format=api&limit=5&offset=10&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 10:50:47 GMT
Vary: Accept

{
    "count": 16,
    "next": "https://research.openhumans.org/api/public/datafiles/?format=api&limit=5&offset=15&source_project_id=70",
    "previous": "https://research.openhumans.org/api/public/datafiles/?format=api&limit=5&offset=5&source_project_id=70",
    "results": [
        {
            "id": 35920297,
            "basename": "tweet.js",
            "created": "2021-08-27T12:50:58.440934Z",
            "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/35920297/?key=38e51a14-df69-4dd4-aae7-054f8f9f07b0",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive",
                    "new-twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 8908,
                "name": "Michael Rera",
                "username": "MichaelR"
            }
        },
        {
            "id": 669444,
            "basename": "374283665_5ff219f4f46c5166911cd499b3991b355087b65b.zip",
            "created": "2018-12-30T17:56:25.777765Z",
            "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/669444/?key=b4cf1f89-fed8-42aa-9572-71bd6b26a5fc",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 1673,
                "name": "Remy Way",
                "username": "MxRemy"
            }
        },
        {
            "id": 1274273,
            "basename": "twitter-2019-03-25-0d5b60af98efc30141908de125739f23025f7c6740a7a51c673a261e99047d0b.zip",
            "created": "2019-03-25T15:26:06.123163Z",
            "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/1274273/?key=57e9ec4f-3b93-46d2-8565-79cde002679f",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 3506,
                "name": "Oliver",
                "username": "otacke"
            }
        },
        {
            "id": 5722210,
            "basename": "twitter-2019-07-22-8088155d554b39a711f46d1398ae3144c04458bd235ae293a86fd352c22b8118.zip",
            "created": "2019-07-22T21:30:41.713887Z",
            "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/5722210/?key=b7a8f383-b11a-4453-81aa-721c4bc33c42",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 8664,
                "name": "Rob Knight",
                "username": "rssfed23"
            }
        },
        {
            "id": 24521,
            "basename": "904033635442888704_039e02ca60a085152db42bc0e33498c0ffd0642f.zip",
            "created": "2017-12-24T16:30:39.314762Z",
            "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/24521/?key=23331a33-5bfd-475b-b648-d19925a82040",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 2823,
                "name": "stephen bradley",
                "username": "stephenbrad"
            }
        }
    ]
}