Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?limit=5&offset=8030&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: Tue, 14 Jul 2026 06:31:47 GMT
Vary: Accept

{
    "count": 15815,
    "next": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=8035&source_project_id=70",
    "previous": "https://www.openhumans.net/api/public/datafiles/?limit=5&offset=8025&source_project_id=70",
    "results": [
        {
            "id": 83147644,
            "basename": "overland-batch-1757485347.373292.json",
            "created": "2025-09-10T06:22:57.275569Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83147644/?key=b42993f1-3261-4e20-a0b7-747a4b89f32c",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        },
        {
            "id": 83147638,
            "basename": "overland-batch-1757485215.424972.json",
            "created": "2025-09-10T06:20:45.755488Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83147638/?key=e79580f9-30bf-4bce-9269-c6a0324aa9c0",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        },
        {
            "id": 83147509,
            "basename": "overland-batch-1757481726.578595.json",
            "created": "2025-09-10T05:22:36.397133Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83147509/?key=90e50c92-fba6-4b78-ab98-4f6de25156fd",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        },
        {
            "id": 83146402,
            "basename": "overland-batch-1757433133.1963.json",
            "created": "2025-09-09T15:52:42.881453Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83146402/?key=7f6e49b6-8b90-4915-a650-54ca2d3b4dca",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        },
        {
            "id": 83146236,
            "basename": "overland-batch-1757427323.380905.json",
            "created": "2025-09-09T14:15:53.521051Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/83146236/?key=e0829448-ce10-44fd-a091-1cfe38b9aab4",
            "metadata": {
                "tags": [
                    "GPS",
                    "location",
                    "json",
                    "unprocessed"
                ],
                "description": "Overland GPS data batch"
            },
            "source_project": "https://www.openhumans.org/api/public/project/186/",
            "user": {
                "id": 3736,
                "name": "Ivan Shim",
                "username": "ivanshim"
            }
        }
    ]
}