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

{
    "count": 15,
    "next": null,
    "previous": "https://treescape.app/api/ecologicalroles/?format=api",
    "results": [
        {
            "url": "https://treescape.app/api/ecologicalroles/soil-nutrient-accumulation/?format=api",
            "name": "Soil Nutrient Accumulation",
            "slug": "soil-nutrient-accumulation",
            "description": "The plant accumulates and stores nutrients in its biomass, which can be released back into the soil upon decomposition."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/soil-quality-improvement/?format=api",
            "name": "Soil Quality Improvement",
            "slug": "soil-quality-improvement",
            "description": "The plant contributes to the improvement of soil structure, fertility, and organic matter content."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/water-regulation/?format=api",
            "name": "Water Regulation",
            "slug": "water-regulation",
            "description": "The plant contributes to the regulation of water flow and retention in the ecosystem, helping to maintain water balance."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/weed-suppression/?format=api",
            "name": "Weed Suppression",
            "slug": "weed-suppression",
            "description": "The plant has the ability to suppress the growth of weeds through allelopathic effects or by outcompeting them."
        },
        {
            "url": "https://treescape.app/api/ecologicalroles/windbreak/?format=api",
            "name": "Windbreak",
            "slug": "windbreak",
            "description": "The plant can be used as a windbreak to reduce wind speed and protect crops or structures, providing ecological benefits."
        }
    ]
}