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: Sun, 15 Jun 2025 21:23:22 GMT
Vary: Accept

{
    "count": 8042,
    "next": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=5&source_project_id=70",
    "previous": null,
    "results": [
        {
            "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=5ee005fe-ec6d-4a90-9dbe-7157d588aaf8",
            "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=20b823d1-555a-4a8e-b593-a83a8d33655b",
            "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": 70102,
            "basename": "23andMe-genotyping.txt",
            "created": "2018-06-08T10:07:25.608309Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/13/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/70102/?key=54c25cf9-979d-49db-ba9e-dfa524602953",
            "metadata": {
                "tags": [
                    "23andMe",
                    "genotyping"
                ],
                "description": "23andMe full genotyping data, original format",
                "creation_date": "2018-06-08 10:07:23+00:00"
            },
            "source_project": "https://www.openhumans.org/api/public/project/128/",
            "user": {
                "id": 6613,
                "name": "Cristelle",
                "username": "12id3_o12_di3"
            }
        },
        {
            "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=01e7462c-8424-4a5d-9371-4a834e36c1be",
            "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"
            }
        },
        {
            "id": 3306,
            "basename": "bacteria-kit-639-graphs.png",
            "created": "2016-02-09T01:36:08.377335Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/3/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/3306/?key=d242d107-060b-4622-abde-0fbff4cc64fa",
            "metadata": {
                "tags": [
                    "bacteria",
                    "visualization",
                    "Wild Life of Our Homes"
                ],
                "description": "Visualization of Wild Life of Our Homes bacteria data"
            },
            "source_project": "https://www.openhumans.org/api/public/project/142/",
            "user": {
                "id": 184,
                "name": "Michael O'Hara",
                "username": "1batman4u"
            }
        }
    ]
}