Return a list of publicly available DataFiles for a DataType.

Supported filters extend PublicDataFileListAPI: - datatype_id - source_project_id - username - include_children

GET /api/public/datatype/13/datafiles/?offset=1000&source_project_id=128
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:47:34 GMT
Vary: Accept

{
    "count": 1001,
    "next": null,
    "previous": "https://www.openhumans.com/api/public/datatype/13/datafiles/?limit=100&offset=900&source_project_id=128",
    "results": [
        {
            "id": 18650,
            "basename": "23andMe-genotyping.txt",
            "created": "2017-08-21T18:26:10.127698Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/18650/?key=a1441fe2-fe5f-45a5-9f5f-c4f5b43b456a",
            "metadata": {
                "tags": [
                    "23andMe",
                    "genotyping"
                ],
                "description": "23andMe full genotyping data, original format",
                "creation_date": "2017-08-21 18:26:00-00:00",
                "orig_file_hash": "$2b$12$Kw74tp7lcxC/A.xudf.TQOQuQ9pSb7idLjDjA90XSLKvgSxGsiW5."
            },
            "source_project": "https://www.openhumans.org/api/public/project/128/",
            "user": {
                "id": 3335,
                "name": "Kathy",
                "username": "Zigzog83"
            }
        }
    ]
}