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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://treescape.app/api/growthhabits/fern/?format=api",
            "name": "Fern",
            "slug": "fern",
            "description": "A flowerless, spore-bearing vascular plant."
        },
        {
            "url": "https://treescape.app/api/growthhabits/grass/?format=api",
            "name": "Grass",
            "slug": "grass",
            "description": "A monocotyledonous plant with narrow leaves and hollow stems."
        },
        {
            "url": "https://treescape.app/api/growthhabits/herb/?format=api",
            "name": "Herb",
            "slug": "herb",
            "description": "A non-woody plant with soft, green stems."
        },
        {
            "url": "https://treescape.app/api/growthhabits/moss/?format=api",
            "name": "Moss",
            "slug": "moss",
            "description": "A small, non-vascular plant that grows in dense green clumps."
        },
        {
            "url": "https://treescape.app/api/growthhabits/shrub/?format=api",
            "name": "Shrub",
            "slug": "shrub",
            "description": "A woody plant with multiple stems and shorter height than a tree."
        },
        {
            "url": "https://treescape.app/api/growthhabits/tree/?format=api",
            "name": "Tree",
            "slug": "tree",
            "description": "A woody perennial plant with a single main stem or trunk."
        },
        {
            "url": "https://treescape.app/api/growthhabits/vine/?format=api",
            "name": "Vine",
            "slug": "vine",
            "description": "A climbing or trailing plant with long, slender stems."
        }
    ]
}