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": "5ad15d3b-c511-4374-9afb-9e701e73b7ac",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "11",
        "sub_chapter_title": "Oil regeneration",
        "code": "05",
        "code_description": "sludges from on-site effluent treatment containing hazardous substances",
        "hazardous": true,
        "density": 0.922,
        "full_code": "19 11 05*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "bf070116-34be-4158-b50c-572208cd4c06",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "04",
        "sub_chapter_title": "Lead thermal metallurgy",
        "code": "06",
        "code_description": "solid wastes from gas treatment",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 04 06*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/5ad15d3b-c511-4374-9afb-9e701e73b7ac

{
    "uuid": "5ad15d3b-c511-4374-9afb-9e701e73b7ac",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "11",
    "sub_chapter_title": "Oil regeneration",
    "code": "05",
    "code_description": "sludges from on-site effluent treatment containing hazardous substances",
    "hazardous": true,
    "density": 0.922,
    "full_code": "19 11 05*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}