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": "1273b6e4-e778-4e67-a06a-38dd706c43f0",
        "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": "09",
        "code_description": "halogenated filter cakes and spent absorbents",
        "hazardous": true,
        "density": 0.91,
        "full_code": "07 03 09*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "8e9c8874-8d5d-4495-8077-c7175e7db2a4",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "03",
        "sub_chapter_title": "off-specification batches and unused products",
        "code": "06",
        "code_description": "organic wastes other than those mentioned in 16 03 05",
        "hazardous": false,
        "density": 0.81,
        "full_code": "16 03 06",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/1273b6e4-e778-4e67-a06a-38dd706c43f0

{
    "uuid": "1273b6e4-e778-4e67-a06a-38dd706c43f0",
    "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": "09",
    "code_description": "halogenated filter cakes and spent absorbents",
    "hazardous": true,
    "density": 0.91,
    "full_code": "07 03 09*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}