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/11/datafiles/?include_children=True&offset=1900
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:32:49 GMT
Vary: Accept

{
    "count": 1905,
    "next": null,
    "previous": "https://www.openhumans.com/api/public/datatype/11/datafiles/?include_children=True&limit=100&offset=1800",
    "results": [
        {
            "id": 13992,
            "basename": "PGP-Harvard-hu5DE8CD-surveys.json",
            "created": "2017-04-12T20:01:27.464249Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/11/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/13992/?key=f803cfe9-62f9-4200-ab58-de2221cb36c7",
            "metadata": {
                "tags": [
                    "json",
                    "survey"
                ],
                "sourceURL": "https://my.pgp-hms.org/profile/hu5DE8CD",
                "description": "PGP Harvard survey data, JSON format."
            },
            "source_project": "https://www.openhumans.org/api/public/project/139/",
            "user": {
                "id": 2081,
                "name": "Zane Selvans",
                "username": "zaneselvans"
            }
        },
        {
            "id": 28548,
            "basename": "23andMe-genotyping.vcf.bz2",
            "created": "2018-01-23T11:19:57.632059Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/28548/?key=893b3ed3-1a97-4bae-8733-55304012d110",
            "metadata": {
                "tags": [
                    "23andMe",
                    "genotyping",
                    "vcf"
                ],
                "description": "23andMe full genotyping data, VCF format",
                "creation_date": "2018-01-23 11:19:56-00:00",
                "orig_file_hash": "$2b$12$K1X.aKhbGmpLZyygtXV4z.hBkHSKDgeOAegiwXuhfD8GF8WN9Q.DG"
            },
            "source_project": "https://www.openhumans.org/api/public/project/128/",
            "user": {
                "id": 3500,
                "name": "Margaret Frink",
                "username": "zenobia"
            }
        },
        {
            "id": 28547,
            "basename": "23andMe-genotyping.txt",
            "created": "2018-01-23T11:19:57.625148Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/28547/?key=99c5c00b-f12e-441e-8a6d-7c129a6d367e",
            "metadata": {
                "tags": [
                    "23andMe",
                    "genotyping"
                ],
                "description": "23andMe full genotyping data, original format",
                "creation_date": "2018-01-23 11:19:54-00:00",
                "orig_file_hash": "$2b$12$K1X.aKhbGmpLZyygtXV4z.hBkHSKDgeOAegiwXuhfD8GF8WN9Q.DG"
            },
            "source_project": "https://www.openhumans.org/api/public/project/128/",
            "user": {
                "id": 3500,
                "name": "Margaret Frink",
                "username": "zenobia"
            }
        },
        {
            "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=36dea3f2-b885-4c31-a634-69b954b58e3e",
            "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"
            }
        },
        {
            "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=065461ef-ecc8-4432-beef-6a786053b2ec",
            "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"
            }
        }
    ]
}