GET
GET /api/soilpreference/?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/soilpreference/chalky/?format=api",
            "name": "Chalky",
            "slug": "chalky",
            "description": "Alkaline soil with high calcium carbonate content, often stony and free-draining."
        },
        {
            "url": "https://treescape.app/api/soilpreference/clayey/?format=api",
            "name": "Clayey",
            "slug": "clayey",
            "description": "Soil with fine particles, high water retention, and nutrient levels but poor drainage."
        },
        {
            "url": "https://treescape.app/api/soilpreference/loamy/?format=api",
            "name": "Loamy",
            "slug": "loamy",
            "description": "Soil with a balanced mix of sand, silt, and clay, offering good drainage, nutrient availability, and moisture retention."
        },
        {
            "url": "https://treescape.app/api/soilpreference/peaty/?format=api",
            "name": "Peaty",
            "slug": "peaty",
            "description": "Soil high in organic matter, retaining moisture well but may be acidic."
        },
        {
            "url": "https://treescape.app/api/soilpreference/saline/?format=api",
            "name": "Saline",
            "slug": "saline",
            "description": "Soil with high salt content, usually found in arid or coastal areas."
        },
        {
            "url": "https://treescape.app/api/soilpreference/sandy/?format=api",
            "name": "Sandy",
            "slug": "sandy",
            "description": "Soil with a gritty texture, good drainage but low nutrient and water retention."
        },
        {
            "url": "https://treescape.app/api/soilpreference/silty/?format=api",
            "name": "Silty",
            "slug": "silty",
            "description": "Soil with fine particles that retain moisture and nutrients well but may have poor drainage."
        }
    ]
}