Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?limit=5&offset=8015&source_project_id=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Tue, 08 Sep 2026 19:06:11 GMT
Vary: Accept

{
    "count": 15809,
    "next": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=8020&source_project_id=70",
    "previous": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=8010&source_project_id=70",
    "results": [
        {
            "id": 83170369,
            "basename": "overland-batch-1758201329.613276.json",
            "created": "2025-09-18T13:15:59.425991Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83170369/?key=7f6b294f-8ef6-4c1c-8397-38c9d86b2adf",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        },
        {
            "id": 83170368,
            "basename": "overland-batch-1758201264.590456.json",
            "created": "2025-09-18T13:14:55.047938Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83170368/?key=0777e689-f851-4ffa-a1da-1dfc4194b232",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        },
        {
            "id": 83170319,
            "basename": "overland-batch-1758200051.58066.json",
            "created": "2025-09-18T12:54:41.961699Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83170319/?key=93cf8db9-d27f-4a2b-9d7a-9bc459734848",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        },
        {
            "id": 83170298,
            "basename": "overland-batch-1758199547.23296.json",
            "created": "2025-09-18T12:46:18.022116Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83170298/?key=103fc388-48ec-49b6-9958-1688a27c0774",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        },
        {
            "id": 83170291,
            "basename": "overland-batch-1758199361.302856.json",
            "created": "2025-09-18T12:43:11.932723Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83170291/?key=c712bc68-7784-44bc-96eb-e3f79e6c3340",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        }
    ]
}