Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?limit=5&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:18:21 GMT
Vary: Accept

{
    "count": 15803,
    "next": null,
    "previous": "https://www.openhumans.com/api/public/datafiles/?limit=5&offset=15795&source_project_id=70",
    "results": [
        {
            "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=fb221fa6-7127-4d42-afec-40be5256789f",
            "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"
            }
        },
        {
            "id": 25310538,
            "basename": "upload-num80-ver1-date20201227T193858-appid3a2926a265b04a2e89a86ebefed8a8bc.zip",
            "created": "2020-12-27T19:39:00.758856Z",
            "datatypes": [],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/25310538/?key=7cc10630-caf9-4512-ac95-9adefe72a4e2",
            "metadata": {
                "md5": "8F32101CE08FE69B2B67BFB8EA6D5B4E",
                "tags": [
                    "BgReadings",
                    "APSData",
                    "TemporaryBasals",
                    "TempTargets",
                    "Treatments",
                    "CareportalEvents",
                    "ProfileSwitches",
                    "ApplicationInfo",
                    "Preferences",
                    "DeviceInfo",
                    "DisplayInfo",
                    "UploadInfo"
                ],
                "description": "AndroidAPS Database Upload",
                "creation_date": "2020-12-27T20:38:58.157+01:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/396/",
            "user": {
                "id": 13029,
                "name": "Kerstin",
                "username": "Zuckerfisch"
            }
        },
        {
            "id": 25310539,
            "basename": "upload-num81-ver1-date20201227T193903-appid3a2926a265b04a2e89a86ebefed8a8bc.zip",
            "created": "2020-12-27T19:39:03.523078Z",
            "datatypes": [],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/25310539/?key=ded0a329-2c86-4774-82ae-7681fbc2597d",
            "metadata": {
                "md5": "9953AF5F8ACED3288991B0F7D5806D1C",
                "tags": [
                    "BgReadings",
                    "ApplicationInfo",
                    "Preferences",
                    "DeviceInfo",
                    "DisplayInfo",
                    "UploadInfo"
                ],
                "description": "AndroidAPS Database Upload",
                "creation_date": "2020-12-27T20:39:03.259+01:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/396/",
            "user": {
                "id": 13029,
                "name": "Kerstin",
                "username": "Zuckerfisch"
            }
        }
    ]
}