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": "b2fad490-3c7b-4b8c-b997-7603612bb943",
        "chapter": "05",
        "chapter_title": "Petroleum\/Gas Production",
        "sub_chapter": "01",
        "sub_chapter_title": "Petroleum refining",
        "code": "04",
        "code_description": "acid alkyl sludges",
        "hazardous": true,
        "density": 0.9,
        "full_code": "05 01 04*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "873070aa-c6a3-492f-9c68-134f5ca0e185",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "12",
        "sub_chapter_title": "Manufacture of ceramic goods - bricks - tiles and construction products",
        "code": "12",
        "code_description": "wastes from glazing other than those mentioned in 10 12 11",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 12 12",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/b2fad490-3c7b-4b8c-b997-7603612bb943

{
    "uuid": "b2fad490-3c7b-4b8c-b997-7603612bb943",
    "chapter": "05",
    "chapter_title": "Petroleum\/Gas Production",
    "sub_chapter": "01",
    "sub_chapter_title": "Petroleum refining",
    "code": "04",
    "code_description": "acid alkyl sludges",
    "hazardous": true,
    "density": 0.9,
    "full_code": "05 01 04*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}