list:
Returns a list of all projects in the database

GET /api/projects/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "name": "The hot subdwarf catalog",
        "description": "The complete hot subdwarf catalog based on photometric selection in GAIA DR2",
        "slug": "the-hot-subdwarf",
        "pk": 2
    },
    {
        "name": "Test Project",
        "description": "Project for tests such as uploads",
        "slug": "test_project",
        "pk": 9
    },
    {
        "name": "HOTFUSS",
        "description": "HOTtest Faint Underluminous Stars Survey",
        "slug": "hotfuss",
        "pk": 6
    },
    {
        "name": "BHB Candidates from Gaia EDR3",
        "description": "Spectra for the brightest (G < 11mag) blue horizontal-branch candidates from the 2021 Gaia EDR3 catalogue that are observable from Ondrejov. The data were acquired using the Perek 2m telescope and Echelon spectrograph starting in 2022 and were acquired to confirm the BHB selection methods for the candidates and to help understand their possible evolutionary mechanisms.",
        "slug": "bhb_candidates",
        "pk": 7
    },
    {
        "name": "500pc RGB Sample (Old)",
        "description": "Complete volume limited sample of low mass red giant stars near the tip of the red giant branch.",
        "slug": "500pc-rgb-sample",
        "pk": 4
    },
    {
        "name": "The EDR3 Hot Subdwarf Catalogue",
        "description": "The data release 3 (DR3) catalogue of the known hot subdwarf stars contains 6,616 unique sources and provides multi-band photometry, and astrometry from Gaia EDR3 as well as classifications based on spectroscopy and colours.",
        "slug": "the-edr3-hot-subd",
        "pk": 8
    },
    {
        "name": "Composite sdB binaries",
        "description": "Sample of observed long period sdB binaries with main sequence companions.",
        "slug": "composite-sdb-bin",
        "pk": 3
    },
    {
        "name": "Volume-limited RGB sample",
        "description": "Complete volume limited sample of low mass red giant stars near the tip of the red giant branch.",
        "slug": "red-giants-v-limited",
        "pk": 5
    }
]