Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?limit=5&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: Sat, 08 Aug 2026 13:26:10 GMT
Vary: Accept

{
    "count": 15811,
    "next": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=5&source_project_id=70",
    "previous": null,
    "results": [
        {
            "id": 83346228,
            "basename": "genome_Monica_Meleski_v5_Full_20250822100037.zip",
            "created": "2026-01-24T04:41:28.473107Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83346228/?key=4ce96d74-812a-4541-b28b-20c7a418c951",
            "metadata": {
                "tags": [
                    "unprocessed",
                    "23andme"
                ],
                "description": "unprocessed 23andMe data"
            },
            "source_project": "https://www.openhumans.org/api/public/project/128/",
            "user": {
                "id": 194295,
                "name": "Meleski",
                "username": "02231976"
            }
        },
        {
            "id": 83346229,
            "basename": "dna-data-2026-01-19.zip",
            "created": "2026-01-24T04:42:31.902752Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83346229/?key=1fe26d26-e39a-4912-9f65-bb3952fada27",
            "metadata": {
                "tags": [
                    "ancestry",
                    "unprocessed"
                ],
                "description": "unprocessed Ancestry data"
            },
            "source_project": "https://www.openhumans.org/api/public/project/129/",
            "user": {
                "id": 194295,
                "name": "Meleski",
                "username": "02231976"
            }
        },
        {
            "id": 6637757,
            "basename": "AncestryDNA-genotyping.txt",
            "created": "2019-08-07T22:26:54.272080Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/6637757/?key=58620a2a-83d2-4d51-a4a2-11d91b5a38ee",
            "metadata": {
                "tags": [
                    "AncestryDNA",
                    "genotyping"
                ],
                "description": "AncestryDNA full genotyping data, original format",
                "creation_date": "2019-08-07 22:26:54+00:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/129/",
            "user": {
                "id": 8804,
                "name": "marissa heath",
                "username": "071977"
            }
        },
        {
            "id": 6637758,
            "basename": "AncestryDNA-genotyping.vcf.bz2",
            "created": "2019-08-07T22:27:13.074294Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/6637758/?key=bdcfd1a5-f9aa-4747-bac3-2bcae990ea98",
            "metadata": {
                "tags": [
                    "AncestryDNA",
                    "genotyping",
                    "vcf"
                ],
                "description": "AncestryDNA full genotyping data, VCF format",
                "creation_date": "2019-08-07 22:26:55+00:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/129/",
            "user": {
                "id": 8804,
                "name": "marissa heath",
                "username": "071977"
            }
        },
        {
            "id": 70103,
            "basename": "23andMe-genotyping.vcf.bz2",
            "created": "2018-06-08T10:07:29.235707Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/70103/?key=2d06b7c3-8afd-41f3-a923-1797543a1725",
            "metadata": {
                "tags": [
                    "23andMe",
                    "genotyping",
                    "vcf"
                ],
                "description": "23andMe full genotyping data, VCF format",
                "creation_date": "2018-06-08 10:07:26+00:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/128/",
            "user": {
                "id": 6613,
                "name": "Cristelle",
                "username": "12id3_o12_di3"
            }
        }
    ]
}