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": "e2543aa7-e56f-4b2f-838c-c9451869264d",
        "chapter": "11",
        "chapter_title": "Chemical Surface Treatment of Metals\/Plastic",
        "sub_chapter": "02",
        "sub_chapter_title": "Non-ferrous hydrometallurgical processes",
        "code": "07",
        "code_description": "other wastes containing hazardous substances",
        "hazardous": true,
        "density": 0.724,
        "full_code": "11 02 07*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "c3d8d362-3769-40a2-abd5-67079a7fd57c",
        "chapter": "03",
        "chapter_title": "Wood\/Paper\/Card Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Wood preservation",
        "code": "03",
        "code_description": "organometallic wood preservatives",
        "hazardous": true,
        "density": 0.9,
        "full_code": "03 02 03*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e2543aa7-e56f-4b2f-838c-c9451869264d

{
    "uuid": "e2543aa7-e56f-4b2f-838c-c9451869264d",
    "chapter": "11",
    "chapter_title": "Chemical Surface Treatment of Metals\/Plastic",
    "sub_chapter": "02",
    "sub_chapter_title": "Non-ferrous hydrometallurgical processes",
    "code": "07",
    "code_description": "other wastes containing hazardous substances",
    "hazardous": true,
    "density": 0.724,
    "full_code": "11 02 07*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}