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

{
    "count": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://treescape.app/api/propagationmethod/bulb-and-tuber-propagation/?format=api",
            "name": "Bulb and Tuber Propagation",
            "slug": "bulb-and-tuber-propagation",
            "description": "Propagation using bulbs or tubers, such as those of onions, garlic, and potatoes."
        },
        {
            "url": "https://treescape.app/api/propagationmethod/cuttings/?format=api",
            "name": "Cuttings",
            "slug": "cuttings",
            "description": "Vegetative propagation method using parts of plants (softwood, hardwood, semi-hardwood cuttings) to grow new plants."
        },
        {
            "url": "https://treescape.app/api/propagationmethod/division/?format=api",
            "name": "Division",
            "slug": "division",
            "description": "Propagation by dividing the root, rhizome, tuber, or other parts of the plant into sections that each become new plants."
        },
        {
            "url": "https://treescape.app/api/propagationmethod/grafting/?format=api",
            "name": "Grafting",
            "slug": "grafting",
            "description": "Joining parts of two plants so that they grow as one. Includes cleft grafting, bud grafting, and whip and tongue grafting."
        },
        {
            "url": "https://treescape.app/api/propagationmethod/layering/?format=api",
            "name": "Layering",
            "slug": "layering",
            "description": "Propagation technique where a branch is encouraged to form roots while still attached to the parent plant. Includes air layering and ground layering."
        },
        {
            "url": "https://treescape.app/api/propagationmethod/micropropagation-tissue-culture/?format=api",
            "name": "Micropropagation (Tissue Culture)",
            "slug": "micropropagation-tissue-culture",
            "description": "Propagation of plants by growing plant cells, tissues, or organs in a sterile environment on a nutrient culture medium."
        },
        {
            "url": "https://treescape.app/api/propagationmethod/rhizomatous-propagation/?format=api",
            "name": "Rhizomatous Propagation",
            "slug": "rhizomatous-propagation",
            "description": "Propagation using rhizomes, which are horizontal underground stems that produce new plants."
        },
        {
            "url": "https://treescape.app/api/propagationmethod/seed-propagation/?format=api",
            "name": "Seed Propagation",
            "slug": "seed-propagation",
            "description": "Propagation through the sowing of seeds. Includes direct seeding and seedling transplants."
        },
        {
            "url": "https://treescape.app/api/propagationmethod/stoloniferous-propagation/?format=api",
            "name": "Stoloniferous Propagation",
            "slug": "stoloniferous-propagation",
            "description": "Propagation using stolons, which are horizontal above-ground stems that produce new plants at the nodes."
        },
        {
            "url": "https://treescape.app/api/propagationmethod/suckering/?format=api",
            "name": "Suckering",
            "slug": "suckering",
            "description": "Propagation through new shoots that grow from the base or roots of the parent plant."
        }
    ]
}