Return list of all approved projects.

Supported filters: - active - id - name

GET /api/public/projects/?format=api&id=92
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Thu, 28 Mar 2024 16:12:58 GMT
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "active": true,
            "approved": true,
            "authorized_members": 519,
            "badge_image": "https://open-humans-production.s3.amazonaws.com/direct-sharing/badges/92/openimpute.badge.png",
            "contact_email": "arvkevi@gmail.com",
            "id": 92,
            "id_label": "direct-sharing-92",
            "info_url": "http://openimpute.com",
            "is_academic_or_nonprofit": false,
            "is_study": false,
            "leader": "Kevin Arvai",
            "long_description": "The goal of Imputer is to provide users with a more comprehensive picture of their genome. Direct to consumer genetics companies, like 23andMe, only genotype a small fraction of the genome. Researchers are finding new genetic locations associated with traits and diseases at a rapid pace. Users might be interested in knowing their genotype status for these new associations, but the locations may be in regions that direct to consumer tests are not genotyping. Imputer leverages the vast amount of genotype data made available by 1000 genomes project to provide Open Humans users with genotype estimates at additional locations in their genome. Explore results in an Open Humans notebook:  https://exploratory.openhumans.org/notebook/21/  and visualize results in an Open Humans notebook:  https://exploratory.openhumans.org/notebook/26/",
            "name": "Imputer",
            "organization": "github.com/arvkevi",
            "registered_datatypes": [
                "/api/public/datatype/11/"
            ],
            "requested_sources": [
                "/api/public/project/128/",
                "/api/public/project/129/",
                "/api/public/project/120/",
                "/api/public/project/40/",
                "/api/public/project/131/",
                "/api/public/project/139/",
                "/api/public/project/55/"
            ],
            "request_sources_access": [
                "direct-sharing-128",
                "direct-sharing-129",
                "direct-sharing-120",
                "direct-sharing-40",
                "direct-sharing-131",
                "direct-sharing-139",
                "direct-sharing-55"
            ],
            "request_username_access": true,
            "returned_data_description": "Imputer will return a file with imputed genotypes from a user's existing genotype file.",
            "short_description": "Imputer will perform imputation on user's genotype data to estimate genotypes at missing loci.",
            "slug": "imputer",
            "type": "oauth2"
        }
    ]
}