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

{
    "count": 19,
    "next": "https://treescape.app/api/humanuses/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://treescape.app/api/humanuses/edible-fruits/?format=api",
            "name": "Edible Fruits",
            "slug": "edible-fruits",
            "description": "The plant produces edible fruits that can be consumed by humans. Fruits provide nutritional value and can contribute to food security and income generation.",
            "use_type": "food"
        },
        {
            "url": "https://treescape.app/api/humanuses/edible-leaves/?format=api",
            "name": "Edible Leaves",
            "slug": "edible-leaves",
            "description": "The leaves of the plant are edible and can be used in salads or cooked dishes. Edible leaves offer dietary diversity and can have cultural significance in traditional cuisines.",
            "use_type": "food"
        },
        {
            "url": "https://treescape.app/api/humanuses/edible-nuts/?format=api",
            "name": "Edible Nuts",
            "slug": "edible-nuts",
            "description": "The plant produces edible nuts that are nutritious and can be consumed raw or processed. Nuts are a valuable food source and can have commercial value.",
            "use_type": "food"
        },
        {
            "url": "https://treescape.app/api/humanuses/edible-seeds/?format=api",
            "name": "Edible Seeds",
            "slug": "edible-seeds",
            "description": "The seeds of the plant are edible and can be used in various culinary applications. Edible seeds can provide nutrition and have cultural significance.",
            "use_type": "food"
        },
        {
            "url": "https://treescape.app/api/humanuses/honey-production/?format=api",
            "name": "Honey Production",
            "slug": "honey-production",
            "description": "The plant provides nectar and pollen for bees, supporting honey production. Honey is a valuable food product with nutritional and medicinal properties.",
            "use_type": "food"
        },
        {
            "url": "https://treescape.app/api/humanuses/animal-fodder/?format=api",
            "name": "Animal Fodder",
            "slug": "animal-fodder",
            "description": "The plant can be used as fodder for livestock or other animals. Animal fodder supports animal husbandry and can provide supplementary income for farmers.",
            "use_type": "material"
        },
        {
            "url": "https://treescape.app/api/humanuses/dye/?format=api",
            "name": "Dye",
            "slug": "dye",
            "description": "The plant produces natural dyes that can be used for coloring textiles or other materials. Natural dyes have cultural and eco-friendly value.",
            "use_type": "material"
        },
        {
            "url": "https://treescape.app/api/humanuses/fiber/?format=api",
            "name": "Fiber",
            "slug": "fiber",
            "description": "The plant provides fiber that can be used for making textiles, ropes, or other materials. Fiber production can support local crafts and industries.",
            "use_type": "material"
        },
        {
            "url": "https://treescape.app/api/humanuses/firewood/?format=api",
            "name": "Firewood",
            "slug": "firewood",
            "description": "The wood of the plant can be used as firewood for cooking and heating. Fuelwood is a vital resource for many households and can reduce dependence on fossil fuels.",
            "use_type": "material"
        },
        {
            "url": "https://treescape.app/api/humanuses/resin/?format=api",
            "name": "Resin",
            "slug": "resin",
            "description": "The plant produces resin that can be used for various purposes, such as adhesives, varnishes, or incense. Resin production can have economic and cultural significance.",
            "use_type": "material"
        }
    ]
}