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": "8cef3568-54e7-4796-a97d-db6d03ca9bca",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "04",
        "sub_chapter_title": "Lead thermal metallurgy",
        "code": "05",
        "code_description": "other particulates and dust",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 04 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "5fff0680-cb55-476a-b84d-a25955b40884",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of organic dyes and pigments (except 06 11)",
        "code": "07",
        "code_description": "halogenated still bottoms and reaction residues",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 03 07*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/8cef3568-54e7-4796-a97d-db6d03ca9bca

{
    "uuid": "8cef3568-54e7-4796-a97d-db6d03ca9bca",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "04",
    "sub_chapter_title": "Lead thermal metallurgy",
    "code": "05",
    "code_description": "other particulates and dust",
    "hazardous": true,
    "density": 0.738,
    "full_code": "10 04 05*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}