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": "9d84bd41-1a40-49ce-b444-ad20cfdc846c",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "05",
        "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
        "code": "12",
        "code_description": "sludges from on-site effluent treatment other than those mentioned in 07 05 11",
        "hazardous": false,
        "density": 0.922,
        "full_code": "07 05 12",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "ac7e9ce7-9622-47e0-a562-952f50aae361",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "05",
        "sub_chapter_title": "oil\/water separator contents",
        "code": "02",
        "code_description": "sludges from oil\/water separators",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 05 02*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/9d84bd41-1a40-49ce-b444-ad20cfdc846c

{
    "uuid": "9d84bd41-1a40-49ce-b444-ad20cfdc846c",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "05",
    "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
    "code": "12",
    "code_description": "sludges from on-site effluent treatment other than those mentioned in 07 05 11",
    "hazardous": false,
    "density": 0.922,
    "full_code": "07 05 12",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}