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

{
    "count": 15,
    "next": "https://treescape.app/api/ecologicalroles/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://treescape.app/api/ecologicalroles/carbon-sequestration/?format=api",
            "name": "Carbon Sequestration",
            "slug": "carbon-sequestration",
            "description": "The plant absorbs and stores carbon dioxide from the atmosphere, contributing to climate change mitigation."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/habitat-provision/?format=api",
            "name": "Habitat Provision",
            "slug": "habitat-provision",
            "description": "The plant provides habitat and shelter for various wildlife species, promoting biodiversity conservation."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/microclimate-regulation/?format=api",
            "name": "Microclimate Regulation",
            "slug": "microclimate-regulation",
            "description": "The plant helps to regulate the microclimate by providing shade, reducing wind speed, and moderating temperature."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/nitrogen-fixation/?format=api",
            "name": "Nitrogen Fixation",
            "slug": "nitrogen-fixation",
            "description": "The plant has the ability to fix atmospheric nitrogen in the soil, improving soil fertility and benefiting other plants."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/nutrient-cycling/?format=api",
            "name": "Nutrient Cycling",
            "slug": "nutrient-cycling",
            "description": "The plant plays a role in the cycling of nutrients within the ecosystem, contributing to the overall health and productivity."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/pest-and-disease-control/?format=api",
            "name": "Pest and Disease Control",
            "slug": "pest-and-disease-control",
            "description": "The plant possesses natural pest and disease resistance properties, helping to control the spread of harmful organisms."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/pollinator-attraction/?format=api",
            "name": "Pollinator Attraction",
            "slug": "pollinator-attraction",
            "description": "The plant attracts pollinators such as bees, butterflies, and birds, supporting pollination services in the ecosystem."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/shade-provision/?format=api",
            "name": "Shade Provision",
            "slug": "shade-provision",
            "description": "The plant provides shade, creating favorable conditions for other species and regulating the understory environment."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/soil-erosion-control/?format=api",
            "name": "Soil Erosion Control",
            "slug": "soil-erosion-control",
            "description": "The plant helps to stabilize the soil and prevent erosion, particularly in sloping or degraded landscapes."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/soil-moisture-retention/?format=api",
            "name": "Soil Moisture Retention",
            "slug": "soil-moisture-retention",
            "description": "The plant helps to retain soil moisture, reducing water loss and improving water availability for other plants."
        }
    ]
}