{
    "condition": "burns",
    "name": "Burns",
    "herbs": [
        {
            "slug": "castor-oil",
            "english_name": "Castor Oil",
            "evidence": "traditional",
            "strength": 2,
            "_links": {
                "self": "https://www.naturalherblibrary.com.webserver005.com/api/v1/herb/castor-oil",
                "html": "https://www.naturalherblibrary.com.webserver005.com/herb/castor-oil"
            }
        },
        {
            "slug": "lead-powder",
            "english_name": "Lead Powder",
            "evidence": "traditional",
            "strength": 2,
            "_links": {
                "self": "https://www.naturalherblibrary.com.webserver005.com/api/v1/herb/lead-powder",
                "html": "https://www.naturalherblibrary.com.webserver005.com/herb/lead-powder"
            }
        },
        {
            "slug": "leaf-of-eucalyptus",
            "english_name": "Leaf of Eucalyptus",
            "evidence": "traditional",
            "strength": 2,
            "_links": {
                "self": "https://www.naturalherblibrary.com.webserver005.com/api/v1/herb/leaf-of-eucalyptus",
                "html": "https://www.naturalherblibrary.com.webserver005.com/herb/leaf-of-eucalyptus"
            }
        }
    ],
    "total": 3,
    "_links": {
        "html": "https://www.naturalherblibrary.com.webserver005.com/condition/burns",
        "self": "https://www.naturalherblibrary.com.webserver005.com/api/v1/conditions/burns/herbs"
    }
}