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": "272c4f0a-cf50-4eee-a951-d328060114be",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "03",
        "sub_chapter_title": "Aluminium thermal metallurgy",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "10 03 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "b1eb423d-cbb9-423f-80c7-326999e08704",
        "chapter": "20",
        "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "separately collected fractions (except 15 01)",
        "code": "27",
        "code_description": "paint, inks, adhesives and resins containing hazardous substances",
        "hazardous": true,
        "density": 0.567,
        "full_code": "20 01 27*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/272c4f0a-cf50-4eee-a951-d328060114be

{
    "uuid": "272c4f0a-cf50-4eee-a951-d328060114be",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "03",
    "sub_chapter_title": "Aluminium thermal metallurgy",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "10 03 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}