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": "6a5f81a0-1b9e-4af9-942b-161874766197",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "waste hydraulic oils",
        "code": "10",
        "code_description": "mineral based non-chlorinated hydraulic oils",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 01 10*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "c5faee3a-3e4d-4e0a-a8af-44fd1717b02d",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
        "code": "13",
        "code_description": "waste ink other than those mentioned in 08 03 12",
        "hazardous": false,
        "density": 0.9,
        "full_code": "08 03 13",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/6a5f81a0-1b9e-4af9-942b-161874766197

{
    "uuid": "6a5f81a0-1b9e-4af9-942b-161874766197",
    "chapter": "13",
    "chapter_title": "Oil and Liquid Fuel Waste",
    "sub_chapter": "01",
    "sub_chapter_title": "waste hydraulic oils",
    "code": "10",
    "code_description": "mineral based non-chlorinated hydraulic oils",
    "hazardous": true,
    "density": 0.9,
    "full_code": "13 01 10*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}