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": "1e8fcab5-b0b8-434b-8253-06262d4b2234",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "13",
        "sub_chapter_title": "Manufacture of cement - lime and plaster and articles and products made from them",
        "code": "11",
        "code_description": "wastes from cement-based composite materials other than those mentioned in 10 13 09 and 10 13 10",
        "hazardous": false,
        "density": 0.4369,
        "full_code": "10 13 11",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "d970c15a-7820-456c-971d-e46c7084c321",
        "chapter": "04",
        "chapter_title": "Leather\/Fur\/Textile Industry",
        "sub_chapter": "02",
        "sub_chapter_title": "Textile industry",
        "code": "14",
        "code_description": "wastes from finishing containing organic solvents",
        "hazardous": true,
        "density": 0.567,
        "full_code": "04 02 14*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/1e8fcab5-b0b8-434b-8253-06262d4b2234

{
    "uuid": "1e8fcab5-b0b8-434b-8253-06262d4b2234",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "13",
    "sub_chapter_title": "Manufacture of cement - lime and plaster and articles and products made from them",
    "code": "11",
    "code_description": "wastes from cement-based composite materials other than those mentioned in 10 13 09 and 10 13 10",
    "hazardous": false,
    "density": 0.4369,
    "full_code": "10 13 11",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}