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&offset=5&source_project_id=70
{ "count": 15809, "next": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=10&source_project_id=70", "previous": "https://www.openhumans.net/api/public/datafiles/?limit=5&source_project_id=70", "results": [ { "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=8ce83034-879e-4684-b062-b0395830dccc", "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": 3305, "basename": "bacteria-kit-639.csv.bz2", "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/3305/?key=0da7cc3e-4e28-40b3-80b3-8bb3a0ce5a3f", "metadata": { "tags": [ "bacteria", "16S", "OTU", "Wild Life of Our Homes" ], "description": "Bacteria 16S-based OTU counts and taxonomic classifications" }, "source_project": "https://www.openhumans.org/api/public/project/142/", "user": { "id": 184, "name": "Michael O'Hara", "username": "1batman4u" } }, { "id": 3307, "basename": "home-data-kit-639.json", "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/3307/?key=fe4856bb-451a-49af-b06b-90636bd6cd38", "metadata": { "tags": [ "survey", "location", "Wild Life of Our Homes" ], "description": "Geographical and architectural information about residence" }, "source_project": "https://www.openhumans.org/api/public/project/142/", "user": { "id": 184, "name": "Michael O'Hara", "username": "1batman4u" } }, { "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=aae66623-b473-42b4-894a-66196cf7906c", "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" } }, { "id": 3303, "basename": "fungi-kit-639.csv.bz2", "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/3303/?key=1b3284ce-c997-4f87-a96e-027b12cde80a", "metadata": { "tags": [ "fungi", "ITS", "OTU", "Wild Life of Our Homes" ], "description": "Fungi ITS-based OTU counts and taxonomic classifications" }, "source_project": "https://www.openhumans.org/api/public/project/142/", "user": { "id": 184, "name": "Michael O'Hara", "username": "1batman4u" } } ] }