Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?source_project_id=70&limit=5&offset=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Mon, 11 Nov 2024 18:23:22 GMT
Vary: Accept

{
    "count": 8034,
    "next": "https://www.openhumans.com/api/public/datafiles/?limit=5&offset=10&source_project_id=70",
    "previous": "https://www.openhumans.com/api/public/datafiles/?limit=5&source_project_id=70",
    "results": [
        {
            "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=694b7f24-c159-4ddb-acf9-ef63dac5e7f1",
            "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": 3304,
            "basename": "fungi-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/3304/?key=7a0b54f6-a7e9-4833-ae0f-67aca9cf1dcb",
            "metadata": {
                "tags": [
                    "fungi",
                    "visualization",
                    "Wild Life of Our Homes"
                ],
                "description": "Visualization of Wild Life of Our Homes fungi 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=b20b04c4-1880-48c0-a71c-96f5ed39d90c",
            "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"
            }
        },
        {
            "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=e55a57bc-dc8c-4871-9e08-d3ca38529d84",
            "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": 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=0f5d03c6-9735-430a-8adc-a31d110dc8f9",
            "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"
            }
        }
    ]
}