Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?format=api&offset=14840&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: Fri, 12 Sep 2025 13:44:37 GMT
Vary: Accept

{
    "count": 14810,
    "next": null,
    "previous": "https://www.openhumans.net/api/public/datafiles/?format=api&limit=100&offset=14740&source_project_id=70",
    "results": []
}