Return list of all approved projects.

Supported filters: - active - id - name

GET /api/public/projects/?format=api&name=openSNP
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 22:09:32 GMT
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "active": true,
            "approved": true,
            "authorized_members": 637,
            "badge_image": "https://open-humans-production.s3.amazonaws.com/direct-sharing/badges/55/opensnp_sticker.png",
            "contact_email": "info@opensnp.org",
            "id": 55,
            "id_label": "direct-sharing-55",
            "info_url": "https://opensnp.org",
            "is_academic_or_nonprofit": true,
            "is_study": false,
            "leader": "Bastian Greshake Tzovaras",
            "long_description": "openSNP is an open repository for genetic and phenotypic data. You can upload your genotyping data (from 23andMe, Ancestry.com, etc), your genome/exome sequencing data, and your phenotypic descriptions (like hair colour, eye colour, height, or medical conditions) on openSNP, where they will be put into the public domain and made publicly available. \r\n\r\nThis activity allows you to link your Open Humans account to your openSNP account, making it easier to re-use data between the two projects! Both openSNP and Open Humans will receive your username on the other platform!",
            "name": "openSNP",
            "organization": "openSNP",
            "registered_datatypes": [
                "/api/public/datatype/11/"
            ],
            "requested_sources": [],
            "request_sources_access": [],
            "request_username_access": true,
            "returned_data_description": "Will upload a link to the openSNP user page for two-way connection",
            "short_description": "openSNP allows you to put your genetic and phenotypic data into the public domain. Connect your openSNP account to Open Humans.",
            "slug": "opensnp",
            "type": "oauth2"
        }
    ]
}