Handles creating, reading and updating projects.

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "name": "ELIXIR-BIOCONTAINERS",
            "homepage": "https://elixir-europe.org/platforms/tools",
            "description": "BioContainers is a community-driven project that provides the infrastructure and basic guidelines to create, manage and distribute bioinformatics packages (e.g conda) and containers (e.g docker, singularity). BioContainers is based on the popular frameworks Conda, Docker and Singularity.",
            "topics": [],
            "team": "https://catalogue.france-bioinformatique.fr/api/team/GenOuest/?format=api",
            "hostedBy": [],
            "fundedBy": [],
            "communities": [],
            "elixirPlatforms": [],
            "uses": []
        },
        {
            "id": 1,
            "name": "ELIXIR-CONVERGE",
            "homepage": "https://elixir-europe.org/about-us/how-funded/eu-projects/converge",
            "description": "ELIXIR-CONVERGE is a project funded by the European Commission to help standardise life science data management across Europe. To achieve this standardisation, the project will develop a data management toolkit for life scientists.\r\n\r\nThe toolkit will help ensure more research data is in the public domain, which will give scientists access to more data.",
            "topics": [],
            "team": "https://catalogue.france-bioinformatique.fr/api/team/GenOuest/?format=api",
            "hostedBy": [],
            "fundedBy": [],
            "communities": [],
            "elixirPlatforms": [],
            "uses": []
        }
    ]
}