Return the list of public data files.

GET /api/public-data/?format=api&limit=5&offset=80&username=madprime
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Sun, 05 May 2024 10:06:22 GMT
Vary: Accept

{
    "count": 81,
    "next": null,
    "previous": "https://production.openhumans.org/api/public-data/?format=api&limit=5&offset=75&username=madprime",
    "results": [
        {
            "id": 50989,
            "basename": "23andMe-genotyping.vcf.bz2",
            "created": "2018-05-11T02:46:46.907017Z",
            "download_url": "https://www.openhumans.org/data-management/datafile-download/50989/?key=d71bc037-8344-47cc-bc4f-9772d52afb08",
            "metadata": {
                "tags": [
                    "23andMe",
                    "genotyping",
                    "vcf"
                ],
                "description": "23andMe full genotyping data, VCF format",
                "creation_date": "2018-05-11 02:46:26+00:00"
            },
            "source": "direct-sharing-128",
            "user": {
                "id": "94621811",
                "name": "Mad Price Ball",
                "username": "madprime"
            }
        }
    ]
}