Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?limit=5&offset=20&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: Thu, 14 May 2026 02:08:57 GMT
Vary: Accept

{
    "count": 15803,
    "next": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=25&source_project_id=70",
    "previous": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=15&source_project_id=70",
    "results": [
        {
            "id": 13394,
            "basename": "PGP-Harvard-huDFA276-surveys.json",
            "created": "2017-04-11T21:18:40.340950Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/11/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/13394/?key=1cf48443-b650-4e27-b41c-ed0cc2418b8c",
            "metadata": {
                "tags": [
                    "json",
                    "survey"
                ],
                "sourceURL": "https://my.pgp-hms.org/profile/huDFA276",
                "description": "PGP Harvard survey data, JSON format."
            },
            "source_project": "https://www.openhumans.org/api/public/project/139/",
            "user": {
                "id": 1362,
                "name": "Alexandra Simas",
                "username": "aardvark89"
            }
        },
        {
            "id": 8126,
            "basename": "23andMe-genotyping.txt",
            "created": "2016-10-19T17:27:49.074168Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/8126/?key=c6750de4-0897-48af-a8ed-d14df95b20c8",
            "metadata": {
                "tags": [
                    "23andMe",
                    "genotyping"
                ],
                "description": "23andMe full genotyping data, original format",
                "creation_date": "2016-10-19 17:27:39-00:00",
                "orig_file_hash": "$2b$12$v.14dDW.zWz7iahgAr6iM.eSaGtlAxUPrfwjLzRzSl6VCn/RrHxe."
            },
            "source_project": "https://www.openhumans.org/api/public/project/128/",
            "user": {
                "id": 1362,
                "name": "Alexandra Simas",
                "username": "aardvark89"
            }
        },
        {
            "id": 8127,
            "basename": "23andMe-genotyping.vcf.bz2",
            "created": "2016-10-19T17:27:49.082814Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/8127/?key=14d3e99a-0766-4c52-aa3c-019ba53621c8",
            "metadata": {
                "tags": [
                    "23andMe",
                    "genotyping",
                    "vcf"
                ],
                "description": "23andMe full genotyping data, VCF format",
                "creation_date": "2016-10-19 17:27:44-00:00",
                "orig_file_hash": "$2b$12$v.14dDW.zWz7iahgAr6iM.eSaGtlAxUPrfwjLzRzSl6VCn/RrHxe."
            },
            "source_project": "https://www.openhumans.org/api/public/project/128/",
            "user": {
                "id": 1362,
                "name": "Alexandra Simas",
                "username": "aardvark89"
            }
        },
        {
            "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=14639c1f-76eb-4821-8343-b4474760e753",
            "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": 3551,
            "basename": "PGP-Harvard-hu826751-surveys.json",
            "created": "2016-02-21T07:47:34.111013Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/11/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/3551/?key=4eb7d383-cdb8-484e-86ed-040880b1df70",
            "metadata": {
                "tags": [
                    "json",
                    "survey"
                ],
                "sourceURL": "https://my.pgp-hms.org/profile/hu826751",
                "description": "PGP Harvard survey data, JSON format."
            },
            "source_project": "https://www.openhumans.org/api/public/project/139/",
            "user": {
                "id": 8,
                "name": "Abe",
                "username": "Abe"
            }
        }
    ]
}