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": "9ef9d43e-fc54-4643-9753-5aaf21f38a96",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "12",
        "sub_chapter_title": "Manufacture of ceramic goods - bricks - tiles and construction products",
        "code": "09",
        "code_description": "solid wastes from gas treatment containing hazardous substances",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 12 09*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "0d0ee972-6bb9-4d4e-92b9-94a9413e4a13",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "11",
        "sub_chapter_title": "Manufacture of glass and glass products",
        "code": "13",
        "code_description": "glass-polishing and -grinding sludge containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "10 11 13*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/9ef9d43e-fc54-4643-9753-5aaf21f38a96

{
    "uuid": "9ef9d43e-fc54-4643-9753-5aaf21f38a96",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "12",
    "sub_chapter_title": "Manufacture of ceramic goods - bricks - tiles and construction products",
    "code": "09",
    "code_description": "solid wastes from gas treatment containing hazardous substances",
    "hazardous": true,
    "density": 0.738,
    "full_code": "10 12 09*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}