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 22:41:30 GMT
Vary: Accept

{
    "count": 16,
    "next": "https://production.openhumans.org/api/public/datafiles/?format=api&limit=5&offset=15&source_project_id=70",
    "previous": "https://production.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=fad756b4-b3e6-4ade-9218-8903c23affaa",
            "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=90ab7d69-84c9-4bff-9f1a-05722d894842",
            "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=1d8eb21f-aa41-4b4b-8307-333a367fccac",
            "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=07ac866d-b50b-470b-8e14-58806d4ae402",
            "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=6f0af497-ddbe-42ff-a046-eaf7b98942e6",
            "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"
            }
        }
    ]
}