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
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Sat, 08 Feb 2025 05:52:26 GMT
Vary: Accept

{
    "count": 8034,
    "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": 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=2fa2a72b-6290-448c-bba8-6dd222878950",
            "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": 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=0f1a3879-2e84-4404-b16d-389d56d91e62",
            "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=8c761fb8-5d2b-48fb-9f46-4d5e3887e890",
            "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": 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=d9082acb-5ef5-4471-8938-4dfb2c8bb340",
            "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=a96b4c63-ba34-4100-82d0-6181dc11e3c7",
            "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"
            }
        }
    ]
}