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": "e9c05a91-992c-4355-b273-b6160f04901d",
        "chapter": "12",
        "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
        "sub_chapter": "01",
        "sub_chapter_title": "wastes from shaping and physical and mechanical surface treatment of metals and plastics",
        "code": "04",
        "code_description": "non-ferrous metal dust and particles",
        "hazardous": false,
        "density": 0.9,
        "full_code": "12 01 04",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "deb09691-a3b3-43b3-a4b2-0dbe58a16cb4",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "10",
        "sub_chapter_title": "aqueous liquid wastes destined for off-site treatment",
        "code": "03",
        "code_description": "aqueous concentrates containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "16 10 03*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e9c05a91-992c-4355-b273-b6160f04901d

{
    "uuid": "e9c05a91-992c-4355-b273-b6160f04901d",
    "chapter": "12",
    "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
    "sub_chapter": "01",
    "sub_chapter_title": "wastes from shaping and physical and mechanical surface treatment of metals and plastics",
    "code": "04",
    "code_description": "non-ferrous metal dust and particles",
    "hazardous": false,
    "density": 0.9,
    "full_code": "12 01 04",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}