Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?limit=5&offset=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: Mon, 02 Oct 2023 16:09:00 GMT
Vary: Accept

{
    "count": 16,
    "next": "https://production.openhumans.org/api/public/datafiles/?limit=5&offset=10&source_project_id=70",
    "previous": "https://production.openhumans.org/api/public/datafiles/?limit=5&source_project_id=70",
    "results": [
        {
            "id": 27280,
            "basename": "My Twitter Archive 20171103.zip",
            "created": "2018-01-10T19:54:08.886806Z",
            "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/27280/?key=e500877b-32c8-4f4f-a14c-99d243fef49f",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 5689,
                "name": "IanG",
                "username": "IaninSheffield"
            }
        },
        {
            "id": 2558201,
            "basename": "twitter-2019-05-28-6147e01cc26d3f0cc5a14f91ed4921663d0b2cee02b5668f2e1efdd7edcbfc25.zip",
            "created": "2019-05-28T23:39:34.587431Z",
            "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/2558201/?key=2887b66d-6f71-458b-95e0-80b8a36ce625",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 8095,
                "name": "Janie",
                "username": "jasteige"
            }
        },
        {
            "id": 696021,
            "basename": "71557700_fdb222f17c3bf0a269de700fdded7091b2d03553.zip",
            "created": "2019-01-03T23:07:04.849978Z",
            "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/696021/?key=0ffbfe53-6f40-4090-bbf7-17ae5331f23c",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 2,
                "name": "Mad Price Ball",
                "username": "madprime"
            }
        },
        {
            "id": 1034446,
            "basename": "122141282_61473fcbf1a0311d8a3adb3cc6f45938309e0ed8.zip",
            "created": "2019-02-19T20:32:23.329822Z",
            "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/1034446/?key=bac67242-83c0-4675-9236-338aa203727b",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 6740,
                "name": "Mairi Dulaney",
                "username": "mdulaney"
            }
        },
        {
            "id": 18655275,
            "basename": "twitter-2020-06-17-17582806a6619fc64f0196860f4a0406d15d59d3dd6def6d2c5ac050e979dd2f.zip",
            "created": "2020-06-18T08:26:58.075853Z",
            "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/18655275/?key=d4e0a0c0-689e-4d8f-9463-92d1d2b3dfa4",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive",
                    "new-twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 11632,
                "name": "Mikka Luster",
                "username": "medimikka"
            }
        }
    ]
}