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": "d4ac0e49-ccf3-4f4b-81fe-a4bf55c1c73a",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Manufacture - formulation - supply and use of plastics - synthetic rubber and man-made fibres",
        "code": "16",
        "code_description": "wastes containing silicones",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 02 16*",
        "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/d4ac0e49-ccf3-4f4b-81fe-a4bf55c1c73a

{
    "uuid": "d4ac0e49-ccf3-4f4b-81fe-a4bf55c1c73a",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "02",
    "sub_chapter_title": "Manufacture - formulation - supply and use of plastics - synthetic rubber and man-made fibres",
    "code": "16",
    "code_description": "wastes containing silicones",
    "hazardous": true,
    "density": 0.9,
    "full_code": "07 02 16*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}