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, 14 Dec 2024 13:29:19 GMT
Vary: Accept

{
    "count": 8035,
    "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": 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=ef0248ee-ddb0-4544-956f-08219228d024",
            "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": 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=a8412b53-c7a1-4e94-86bf-632dc687d257",
            "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=a790a3ab-662e-43b2-a531-235703cf2d59",
            "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=7dddb4cc-e702-48c6-8d42-8800b7218faf",
            "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": 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=f5cafd2d-43d8-4ebb-9691-4413368ec633",
            "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"
            }
        }
    ]
}