Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?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: Mon, 02 Oct 2023 14:44:41 GMT
Vary: Accept

{
    "count": 16,
    "next": "https://production.openhumans.org/api/public/datafiles/?limit=5&offset=15&source_project_id=70",
    "previous": "https://production.openhumans.org/api/public/datafiles/?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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/35920297/?key=bf500913-092e-4dd9-8883-468a03d209d8",
            "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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/669444/?key=4ff078ae-ad67-4018-a64a-68d42a82f53e",
            "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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/1274273/?key=9c4fe41c-4b8c-4ad6-80bd-e6688ea2227a",
            "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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/5722210/?key=6014268b-93c8-4c77-b744-723df7ddf463",
            "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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/24521/?key=41b632d9-d86e-4013-9827-c884a8454ff1",
            "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"
            }
        }
    ]
}