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: Wed, 11 Dec 2024 23:03:58 GMT
Vary: Accept

{
    "count": 8035,
    "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": 7565,
            "basename": "GoViral-sickness-data.json",
            "created": "2016-09-19T21:15:42.064727Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/9/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/7565/?key=6292d345-0f24-4ade-97fc-261297d417cd",
            "metadata": {
                "tags": [
                    "viral",
                    "survey",
                    "GoViral",
                    "json"
                ],
                "description": "GoViral annual surveys, and sickness reports with viral lab test results (if available)"
            },
            "source_project": "https://www.openhumans.org/api/public/project/24/",
            "user": {
                "id": 1362,
                "name": "Alexandra Simas",
                "username": "aardvark89"
            }
        },
        {
            "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=dedbfa33-98c9-436b-b4ea-9de9fa2e355a",
            "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": 4436,
            "basename": "PGP-Harvard-hu826751-var.tsv.bz2",
            "created": "2016-04-06T16:05:24.579555Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/11/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/4436/?key=9e70f2fd-91b7-402f-a25a-6494dab18dc8",
            "metadata": {
                "tags": [
                    "Complete Genomics",
                    "var",
                    "genome"
                ],
                "sourceURL": "http://evidence.pgp-hms.org/genome_download.php?download_genome_id=8e2fb8975d5a05735c56505e1697ad1fa1df73ab&download_nickname=CGI+sample%3A+GS03052-DNA_B01",
                "description": "PGP Harvard genome, Complete Genomics var file format.",
                "originalFilename": "var-GS000037338-ASM.tsv.bz2"
            },
            "source_project": "https://www.openhumans.org/api/public/project/139/",
            "user": {
                "id": 8,
                "name": "Abe",
                "username": "Abe"
            }
        },
        {
            "id": 10518,
            "basename": "need-head03tt-orig.png",
            "created": "2016-12-28T02:32:14.561947Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/8/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/10518/?key=a2dc0d26-54a1-4ec3-9184-e18833e26a6e",
            "metadata": {
                "tags": [],
                "description": "Original texture file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/133/",
            "user": {
                "id": 8,
                "name": "Abe",
                "username": "Abe"
            }
        },
        {
            "id": 10519,
            "basename": "HEad-complete02.obj.gz",
            "created": "2016-12-28T02:32:56.792905Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/8/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/10519/?key=06d774f9-9759-4234-9f29-fc24ed2593ec",
            "metadata": {
                "tags": [],
                "description": "Head scan using the David scanner structured light scanner.  Scanned 2016-12-22, age 38"
            },
            "source_project": "https://www.openhumans.org/api/public/project/133/",
            "user": {
                "id": 8,
                "name": "Abe",
                "username": "Abe"
            }
        }
    ]
}