Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?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: Wed, 13 May 2026 09:51:37 GMT
Vary: Accept

{
    "count": 15803,
    "next": null,
    "previous": "https://www.openhumans.com/api/public/datafiles/?limit=100&offset=15700&source_project_id=70",
    "results": [
        {
            "id": 24014438,
            "basename": "upload-num31-ver1-date20201110T184022-appid3a2926a265b04a2e89a86ebefed8a8bc.zip",
            "created": "2020-11-10T18:40:24.125491Z",
            "datatypes": [],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/24014438/?key=39b46d79-7675-40eb-a0a0-8144e99b8ad1",
            "metadata": {
                "md5": "622DC4D02BE9A6B7ED5FC88D0A8A5112",
                "tags": [
                    "TemporaryBasals",
                    "BgReadings",
                    "APSData",
                    "Treatments",
                    "ProfileSwitches",
                    "TempTargets",
                    "CareportalEvents",
                    "ApplicationInfo",
                    "Preferences",
                    "DeviceInfo",
                    "DisplayInfo",
                    "UploadInfo"
                ],
                "description": "AndroidAPS Database Upload",
                "creation_date": "2020-11-10T19:40:22.071+01:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/396/",
            "user": {
                "id": 13029,
                "name": "Kerstin",
                "username": "Zuckerfisch"
            }
        },
        {
            "id": 23959807,
            "basename": "upload-num25-ver1-date20201106T173902-appid3a2926a265b04a2e89a86ebefed8a8bc.zip",
            "created": "2020-11-06T17:39:01.912328Z",
            "datatypes": [],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/23959807/?key=8ae2d70e-d706-4dd8-8465-362e63b95c1b",
            "metadata": {
                "md5": "D656FCC83FD4292ED32B9228F8536F37",
                "tags": [
                    "BgReadings",
                    "APSData",
                    "TemporaryBasals",
                    "Treatments",
                    "TempTargets",
                    "CareportalEvents",
                    "ApplicationInfo",
                    "Preferences",
                    "DeviceInfo",
                    "DisplayInfo",
                    "UploadInfo"
                ],
                "description": "AndroidAPS Database Upload",
                "creation_date": "2020-11-06T18:39:02.177+01:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/396/",
            "user": {
                "id": 13029,
                "name": "Kerstin",
                "username": "Zuckerfisch"
            }
        },
        {
            "id": 25310540,
            "basename": "upload-num82-ver1-date20201227T193904-appid3a2926a265b04a2e89a86ebefed8a8bc.zip",
            "created": "2020-12-27T19:39:04.092743Z",
            "datatypes": [],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/25310540/?key=b0979a69-d77a-48e4-932e-5b8f0ce23b2c",
            "metadata": {
                "md5": "AB2E7FAD1E1F645EC5D6EE1C80A2FEE3",
                "tags": [
                    "APSData",
                    "ApplicationInfo",
                    "Preferences",
                    "DeviceInfo",
                    "DisplayInfo",
                    "UploadInfo"
                ],
                "description": "AndroidAPS Database Upload",
                "creation_date": "2020-12-27T20:39:04.004+01:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/396/",
            "user": {
                "id": 13029,
                "name": "Kerstin",
                "username": "Zuckerfisch"
            }
        }
    ]
}