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": "a8dcce07-8e34-46c3-a6f5-af37b4e825ed",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "06",
        "sub_chapter_title": "Manufacture - formulation - supply and use of sulphur chemicals - sulphur chemical processes and desulphurisation processes",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "06 06 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "d33540fb-13d4-4773-b43d-559679b859f6",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "04",
        "sub_chapter_title": "Sugar processing",
        "code": "01",
        "code_description": "soil from cleaning and washing beet",
        "hazardous": false,
        "density": 1.1724999999999999,
        "full_code": "02 04 01",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/a8dcce07-8e34-46c3-a6f5-af37b4e825ed

{
    "uuid": "a8dcce07-8e34-46c3-a6f5-af37b4e825ed",
    "chapter": "06",
    "chapter_title": "Inorganic Chemical Processing",
    "sub_chapter": "06",
    "sub_chapter_title": "Manufacture - formulation - supply and use of sulphur chemicals - sulphur chemical processes and desulphurisation processes",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "06 06 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}