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": "6f06ffb4-b9f6-4efc-bc09-7397ca189b40",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "05",
        "sub_chapter_title": "wastes not otherwise specified in 08",
        "code": "01",
        "code_description": "waste isocyanates",
        "hazardous": true,
        "density": 0.81,
        "full_code": "08 05 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "762cd78c-54ae-4152-b4c7-8ce5c38c3094",
        "chapter": "05",
        "chapter_title": "Petroleum\/Gas Production",
        "sub_chapter": "06",
        "sub_chapter_title": "Pyrolytic treatment of coal",
        "code": "04",
        "code_description": "waste from cooling columns",
        "hazardous": false,
        "density": 0.9,
        "full_code": "05 06 04",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/6f06ffb4-b9f6-4efc-bc09-7397ca189b40

{
    "uuid": "6f06ffb4-b9f6-4efc-bc09-7397ca189b40",
    "chapter": "08",
    "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
    "sub_chapter": "05",
    "sub_chapter_title": "wastes not otherwise specified in 08",
    "code": "01",
    "code_description": "waste isocyanates",
    "hazardous": true,
    "density": 0.81,
    "full_code": "08 05 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}