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": "b0414115-7b95-4be9-bff5-322075d35632",
        "chapter": "03",
        "chapter_title": "Wood\/Paper\/Card Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Wood preservation",
        "code": "99",
        "code_description": "wood preservatives not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "03 02 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "8641f621-0aeb-4523-b6a5-ff5b71eb9482",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "02",
        "sub_chapter_title": "Physico\/chemical treatments of waste (including dechromatation - decyanidation - neutralisation)",
        "code": "03",
        "code_description": "premixed wastes composed only of non-hazardous wastes",
        "hazardous": false,
        "density": 0.4937,
        "full_code": "19 02 03",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/b0414115-7b95-4be9-bff5-322075d35632

{
    "uuid": "b0414115-7b95-4be9-bff5-322075d35632",
    "chapter": "03",
    "chapter_title": "Wood\/Paper\/Card Processing",
    "sub_chapter": "02",
    "sub_chapter_title": "Wood preservation",
    "code": "99",
    "code_description": "wood preservatives not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "03 02 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}