Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?limit=5&offset=10&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: Mon, 21 Apr 2025 11:58:06 GMT
Vary: Accept

{
    "count": 8037,
    "next": "https://www.openhumans.com/api/public/datafiles/?limit=5&offset=15&source_project_id=70",
    "previous": "https://www.openhumans.com/api/public/datafiles/?limit=5&offset=5&source_project_id=70",
    "results": [
        {
            "id": 13836,
            "basename": "PGP-Harvard-hu214D5B-surveys.json",
            "created": "2017-04-12T06:50:31.641899Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/11/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/13836/?key=b6136149-5f60-4ee9-9af5-b234ceb63e92",
            "metadata": {
                "tags": [
                    "json",
                    "survey"
                ],
                "sourceURL": "https://my.pgp-hms.org/profile/hu214D5B",
                "description": "PGP Harvard survey data, JSON format."
            },
            "source_project": "https://www.openhumans.org/api/public/project/139/",
            "user": {
                "id": 1703,
                "name": "Fred",
                "username": "1FastFreddy1"
            }
        },
        {
            "id": 3065,
            "basename": "bacteria-kit-1423.csv.bz2",
            "created": "2016-01-29T20:25:25.174629Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/3/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/3065/?key=b3f1ad78-e939-45df-99fa-a4499de8abc0",
            "metadata": {
                "tags": [
                    "bacteria",
                    "OTU",
                    "16S"
                ],
                "description": "Bacteria 16S-based OTU counts and taxonomic classifications"
            },
            "source_project": "https://www.openhumans.org/api/public/project/142/",
            "user": {
                "id": 1703,
                "name": "Fred",
                "username": "1FastFreddy1"
            }
        },
        {
            "id": 3063,
            "basename": "fungi-kit-1423.csv.bz2",
            "created": "2016-01-29T20:25:25.174629Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/3/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/3063/?key=65fbf2c6-050e-4885-95b3-8dab22341836",
            "metadata": {
                "tags": [
                    "fungi",
                    "OTU",
                    "ITS"
                ],
                "description": "Fungi ITS-based OTU counts and taxonomic classifications"
            },
            "source_project": "https://www.openhumans.org/api/public/project/142/",
            "user": {
                "id": 1703,
                "name": "Fred",
                "username": "1FastFreddy1"
            }
        },
        {
            "id": 3064,
            "basename": "home-data-kit-1423.json",
            "created": "2016-01-29T20:25:25.174629Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/3/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/3064/?key=782cd431-3ded-4951-a95e-3b4a83498e53",
            "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": 1703,
                "name": "Fred",
                "username": "1FastFreddy1"
            }
        },
        {
            "id": 82467951,
            "basename": "fitbit-data.json",
            "created": "2025-04-20T21:44:31.742054Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/1/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/82467951/?key=bd2ef11d-1cca-45a4-812c-39706e049309",
            "metadata": {
                "tags": [
                    "Fitbit",
                    "activity",
                    "steps"
                ],
                "updated_at": "2025-04-20 21:44:31.505002",
                "description": "Fitbit data."
            },
            "source_project": "https://www.openhumans.org/api/public/project/102/",
            "user": {
                "id": 3539,
                "name": "Murray",
                "username": "616Nickel"
            }
        }
    ]
}