Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?limit=5&offset=25&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: Tue, 21 Apr 2026 12:37:52 GMT
Vary: Accept

{
    "count": 15803,
    "next": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=30&source_project_id=70",
    "previous": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=20&source_project_id=70",
    "results": [
        {
            "id": 6083,
            "basename": "AncestryDNA-genotyping.txt",
            "created": "2016-06-26T23:09:32.945024Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/6083/?key=05bf7a91-d565-44ce-854e-49525f780a55",
            "metadata": {
                "tags": [
                    "AncestryDNA",
                    "genotyping"
                ],
                "description": "AncestryDNA full genotyping data, original format"
            },
            "source_project": "https://www.openhumans.org/api/public/project/129/",
            "user": {
                "id": 8,
                "name": "Abe",
                "username": "Abe"
            }
        },
        {
            "id": 21343,
            "basename": "9cb1a190-b5d6-11e7-a336-dca90479d886.bam",
            "created": "2017-10-27T16:51:29.550468Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/11/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/21343/?key=a5bba833-2a6d-4536-a417-b52382acc27e",
            "metadata": {
                "md5": "659d4dacd6288451750df2596cf57a88",
                "tags": [
                    "gencove",
                    "genome",
                    "microbiome",
                    "bam"
                ],
                "description": ".bam file with sequencing reads mapped to the human genome and unmapped reads"
            },
            "source_project": "https://www.openhumans.org/api/public/project/40/",
            "user": {
                "id": 8,
                "name": "Abe",
                "username": "Abe"
            }
        },
        {
            "id": 21344,
            "basename": "merged-9cb1a190-b5d6-11e7-a336-dca90479d886.vcf.gz",
            "created": "2017-10-27T16:52:24.861984Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/11/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/21344/?key=c1e4328d-02fe-49ff-9501-f3dbf803a92e",
            "metadata": {
                "md5": "51681d0a2f9b21f2948590cc5dd4a8bb",
                "tags": [
                    "gencove",
                    "genome",
                    "imputed",
                    "vcf"
                ],
                "description": ".vcf file with imputed genotypes and genotype probabilities"
            },
            "source_project": "https://www.openhumans.org/api/public/project/40/",
            "user": {
                "id": 8,
                "name": "Abe",
                "username": "Abe"
            }
        },
        {
            "id": 4437,
            "basename": "PGP-Harvard-hu826751-var.vcf.bz2",
            "created": "2016-04-06T16:05:24.589143Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/11/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/4437/?key=4540a2ec-2a9b-4021-8e88-0b8107060161",
            "metadata": {
                "tags": [
                    "vcf",
                    "gvcf",
                    "genome",
                    "Complete Genomics"
                ],
                "description": "PGP Harvard genome, gVCF file. Derived from Complete Genomics var file."
            },
            "source_project": "https://www.openhumans.org/api/public/project/139/",
            "user": {
                "id": 8,
                "name": "Abe",
                "username": "Abe"
            }
        },
        {
            "id": 3553,
            "basename": "PGP-Harvard-hu826751-var.vcf.bz2",
            "created": "2016-02-21T07:47:34.143088Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/11/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/3553/?key=f3f34db8-1a54-45e7-af1a-6cb0f1f55750",
            "metadata": {
                "tags": [
                    "vcf",
                    "gvcf",
                    "genome",
                    "Complete Genomics"
                ],
                "description": "PGP Harvard genome, gVCF file. Derived from Complete Genomics var file."
            },
            "source_project": "https://www.openhumans.org/api/public/project/139/",
            "user": {
                "id": 8,
                "name": "Abe",
                "username": "Abe"
            }
        }
    ]
}