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: Sun, 08 Sep 2024 00:51:41 GMT
Vary: Accept

{
    "count": 8038,
    "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": 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=54d7cab9-e5a4-4224-888b-7739d8ea8301",
            "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=e37b3df9-9ba4-44da-9b94-98bfe669f577",
            "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=613df747-6e48-4e53-8673-7125aab40cbd",
            "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=85d01dfd-7fb7-43c7-bf92-c1e01dbf983a",
            "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=f8f14a57-7920-413c-a41d-b5d876ed3fad",
            "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"
            }
        }
    ]
}