Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?format=api&offset=15800&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: Thu, 30 Apr 2026 22:37:55 GMT
Vary: Accept

{
    "count": 15803,
    "next": null,
    "previous": "https://www.openhumans.com/api/public/datafiles/?format=api&limit=100&offset=15700&source_project_id=70",
    "results": [
        {
            "id": 25869958,
            "basename": "upload-num120-ver1-date20210118T223703-appid3a2926a265b04a2e89a86ebefed8a8bc.zip",
            "created": "2021-01-18T22:37:03.377627Z",
            "datatypes": [],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/25869958/?key=85165459-b46c-45a7-909f-7565a9a52a56",
            "metadata": {
                "md5": "1CD16A6F599B29B658CC39C8831ABE4B",
                "tags": [
                    "TemporaryBasals",
                    "TempTargets",
                    "ApplicationInfo",
                    "Preferences",
                    "DeviceInfo",
                    "DisplayInfo",
                    "UploadInfo"
                ],
                "description": "AndroidAPS Database Upload",
                "creation_date": "2021-01-18T23:37:03.199+01:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/396/",
            "user": {
                "id": 13029,
                "name": "Kerstin",
                "username": "Zuckerfisch"
            }
        },
        {
            "id": 25869951,
            "basename": "upload-num116-ver1-date20210118T223652-appid3a2926a265b04a2e89a86ebefed8a8bc.zip",
            "created": "2021-01-18T22:36:52.140730Z",
            "datatypes": [],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/25869951/?key=1f3c2888-7484-4723-a454-b5cd47fb5e7d",
            "metadata": {
                "md5": "0B037D3D5E463C67A292F2272CBA2E41",
                "tags": [
                    "BgReadings",
                    "ApplicationInfo",
                    "Preferences",
                    "DeviceInfo",
                    "DisplayInfo",
                    "UploadInfo"
                ],
                "description": "AndroidAPS Database Upload",
                "creation_date": "2021-01-18T23:36:52.009+01:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/396/",
            "user": {
                "id": 13029,
                "name": "Kerstin",
                "username": "Zuckerfisch"
            }
        },
        {
            "id": 25869949,
            "basename": "upload-num115-ver1-date20210118T223648-appid3a2926a265b04a2e89a86ebefed8a8bc.zip",
            "created": "2021-01-18T22:36:48.687771Z",
            "datatypes": [],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/25869949/?key=18235916-8efa-4f51-9f9e-ae53ee11908f",
            "metadata": {
                "md5": "35B297B40F754C75626A97DBBCB6FC00",
                "tags": [
                    "Treatments",
                    "BgReadings",
                    "ApplicationInfo",
                    "Preferences",
                    "DeviceInfo",
                    "DisplayInfo",
                    "UploadInfo"
                ],
                "description": "AndroidAPS Database Upload",
                "creation_date": "2021-01-18T23:36:48.599+01:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/396/",
            "user": {
                "id": 13029,
                "name": "Kerstin",
                "username": "Zuckerfisch"
            }
        }
    ]
}