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": "4c027285-f0a5-4996-92e6-30c0d0c05941",
        "chapter": "03",
        "chapter_title": "Wood\/Paper\/Card Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Wood preservation",
        "code": "02",
        "code_description": "organochlorinated wood preservatives",
        "hazardous": true,
        "density": 0.9,
        "full_code": "03 02 02*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "0900a8d1-f8df-469f-816b-8bc292881d38",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "13",
        "sub_chapter_title": "Soil and groundwater remediation",
        "code": "01",
        "code_description": "solid wastes from soil remediation containing hazardous substances",
        "hazardous": true,
        "density": 1.1724999999999999,
        "full_code": "19 13 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/4c027285-f0a5-4996-92e6-30c0d0c05941

{
    "uuid": "4c027285-f0a5-4996-92e6-30c0d0c05941",
    "chapter": "03",
    "chapter_title": "Wood\/Paper\/Card Processing",
    "sub_chapter": "02",
    "sub_chapter_title": "Wood preservation",
    "code": "02",
    "code_description": "organochlorinated wood preservatives",
    "hazardous": true,
    "density": 0.9,
    "full_code": "03 02 02*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}