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

{
    "count": 8035,
    "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": 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=167a738e-253d-435b-9654-3c5b60a8d0fe",
            "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=8a8b161b-0ea3-48fe-b049-9a70408cabbd",
            "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=593d7933-b3d5-4c41-99b2-0ae5112a969b",
            "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": 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=868b2560-67e5-466a-bf8a-151bda260df9",
            "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": 82142724,
            "basename": "fitbit-data.json",
            "created": "2024-12-13T21:13:57.843606Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/1/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/82142724/?key=4041275e-146b-40b0-99bd-86a5ce08be3e",
            "metadata": {
                "tags": [
                    "Fitbit",
                    "activity",
                    "steps"
                ],
                "updated_at": "2024-12-13 21:13:57.568363",
                "description": "Fitbit data."
            },
            "source_project": "https://www.openhumans.org/api/public/project/102/",
            "user": {
                "id": 3539,
                "name": "Murray",
                "username": "616Nickel"
            }
        }
    ]
}