API Documentation

Our aim is to provide the simplest and most comprehensive, free, API available. We are always trying to improve so any feedback is welcome.

Get All 842 Waste Codes

https://ewccodes.com/api/codes

[
    {
        "uuid": "fadc0a8f-f9aa-4836-9c58-635204f3ac97",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "13",
        "sub_chapter_title": "Soil and groundwater remediation",
        "code": "02",
        "code_description": "solid wastes from soil remediation other than those mentioned in 19 13 01",
        "hazardous": false,
        "density": 1.1724999999999999,
        "full_code": "19 13 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "314c66d5-d8b1-456e-9b67-c0a4d7f80b0b",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "12",
        "sub_chapter_title": "Mechanical treatment of waste (for example sorting - crushing - compacting - pelletising) not otherwise specified",
        "code": "01",
        "code_description": "paper and cardboard",
        "hazardous": false,
        "density": 0.2105,
        "full_code": "19 12 01",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/fadc0a8f-f9aa-4836-9c58-635204f3ac97

{
    "uuid": "fadc0a8f-f9aa-4836-9c58-635204f3ac97",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "13",
    "sub_chapter_title": "Soil and groundwater remediation",
    "code": "02",
    "code_description": "solid wastes from soil remediation other than those mentioned in 19 13 01",
    "hazardous": false,
    "density": 1.1724999999999999,
    "full_code": "19 13 02",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}