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": "27203dbe-f4e6-4a37-b8f6-7547e29d664c",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "04",
        "sub_chapter_title": "Lead thermal metallurgy",
        "code": "01",
        "code_description": "slags from primary and secondary production",
        "hazardous": true,
        "density": 1.08,
        "full_code": "10 04 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "a53925be-2e55-4441-a9b8-243286921228",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "02",
        "sub_chapter_title": "Manufacture - formulation - supply and use of other coatings (including ceramic materials)",
        "code": "02",
        "code_description": "aqueous sludges containing ceramic materials",
        "hazardous": false,
        "density": 0.9,
        "full_code": "08 02 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/27203dbe-f4e6-4a37-b8f6-7547e29d664c

{
    "uuid": "27203dbe-f4e6-4a37-b8f6-7547e29d664c",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "04",
    "sub_chapter_title": "Lead thermal metallurgy",
    "code": "01",
    "code_description": "slags from primary and secondary production",
    "hazardous": true,
    "density": 1.08,
    "full_code": "10 04 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}