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

{
    "count": 19,
    "next": null,
    "previous": "https://treescape.app/api/humanuses/?format=api",
    "results": [
        {
            "url": "https://treescape.app/api/humanuses/timber/?format=api",
            "name": "Timber",
            "slug": "timber",
            "description": "The plant provides valuable timber for construction and woodworking. Timber production can generate income and support local industries.",
            "use_type": "material"
        },
        {
            "url": "https://treescape.app/api/humanuses/medicinal-bark/?format=api",
            "name": "Medicinal Bark",
            "slug": "medicinal-bark",
            "description": "The bark of the plant has medicinal properties and can be used for various health benefits. Medicinal bark can contribute to community health and have socio-economic value.",
            "use_type": "medicinal"
        },
        {
            "url": "https://treescape.app/api/humanuses/medicinal-flowers/?format=api",
            "name": "Medicinal Flowers",
            "slug": "medicinal-flowers",
            "description": "The flowers of the plant have medicinal properties and can be used for various health benefits. Medicinal flowers can offer unique therapeutic value.",
            "use_type": "medicinal"
        },
        {
            "url": "https://treescape.app/api/humanuses/medicinal-leaves/?format=api",
            "name": "Medicinal Leaves",
            "slug": "medicinal-leaves",
            "description": "The leaves of the plant have medicinal properties and can be used for various health benefits. Medicinal leaves can provide accessible healthcare options and support traditional knowledge.",
            "use_type": "medicinal"
        },
        {
            "url": "https://treescape.app/api/humanuses/medicinal-roots/?format=api",
            "name": "Medicinal Roots",
            "slug": "medicinal-roots",
            "description": "The roots of the plant have medicinal properties and can be used for various health benefits. Medicinal roots can support traditional healthcare practices.",
            "use_type": "medicinal"
        },
        {
            "url": "https://treescape.app/api/humanuses/hedge/?format=api",
            "name": "Hedge",
            "slug": "hedge",
            "description": "The plant can be used as a hedge or border plant for landscaping. Hedges provide structure, privacy, and can have ecological benefits.",
            "use_type": "ornamental"
        },
        {
            "url": "https://treescape.app/api/humanuses/ornamental-bark/?format=api",
            "name": "Ornamental Bark",
            "slug": "ornamental-bark",
            "description": "The bark of the plant has an attractive appearance and is used for ornamental purposes. Ornamental bark can add visual interest to landscapes.",
            "use_type": "ornamental"
        },
        {
            "url": "https://treescape.app/api/humanuses/ornamental-flowers/?format=api",
            "name": "Ornamental Flowers",
            "slug": "ornamental-flowers",
            "description": "The plant produces beautiful flowers that are used for ornamental purposes. Ornamental flowers can enhance landscapes, have cultural significance, and contribute to eco-tourism.",
            "use_type": "ornamental"
        },
        {
            "url": "https://treescape.app/api/humanuses/ornamental-foliage/?format=api",
            "name": "Ornamental Foliage",
            "slug": "ornamental-foliage",
            "description": "The plant has attractive foliage that is used for ornamental purposes. Ornamental foliage can beautify spaces and have aesthetic value.",
            "use_type": "ornamental"
        }
    ]
}