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/?limit=100&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 10:29:45 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": 18651,
            "basename": "23andMe-genotyping.vcf.bz2",
            "created": "2017-08-21T18:26:10.145992Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/18651/?key=97f6dca0-7d49-41bb-82ed-dffc9949ff9c",
            "metadata": {
                "tags": [
                    "23andMe",
                    "genotyping",
                    "vcf"
                ],
                "description": "23andMe full genotyping data, VCF format",
                "creation_date": "2017-08-21 18:26:07-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"
            }
        }
    ]
}