Public Data File List Api
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
{ "count": 15795, "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=a06772a8-12d7-416f-ab2f-c65fad8f944e", "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=52a1a489-34db-474a-af3b-78937810b8ae", "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=d912e0e1-8435-482b-ad2b-412571be7446", "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=dc07284b-2d09-4313-af87-a4d1426c4493", "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": 13627, "basename": "PGP-Harvard-hu6BC6F3-surveys.json", "created": "2017-04-12T03:08:00.140434Z", "datatypes": [ "https://www.openhumans.org/api/public/datatype/11/" ], "download_url": "https://www.openhumans.org/data-management/datafile-download/13627/?key=2b5a9518-e362-4655-b63d-8c7278a77e05", "metadata": { "tags": [ "json", "survey" ], "sourceURL": "https://my.pgp-hms.org/profile/hu6BC6F3", "description": "PGP Harvard survey data, JSON format." }, "source_project": "https://www.openhumans.org/api/public/project/139/", "user": { "id": 184, "name": "Michael O'Hara", "username": "1batman4u" } } ] }