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": "9ebea062-a732-425e-a162-a0370d2cc3d3",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "05",
        "sub_chapter_title": "Dairy products industry",
        "code": "02",
        "code_description": "sludges from on-site effluent treatment",
        "hazardous": false,
        "density": 0.922,
        "full_code": "02 05 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "429af85a-90d7-4a06-837a-b6fe0061282f",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "10",
        "code_description": "dross and skimmings that are flammable or emit, upon contact with water, flammable gases in hazardous quantities",
        "hazardous": true,
        "density": 0.441,
        "full_code": "10 08 10*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/9ebea062-a732-425e-a162-a0370d2cc3d3

{
    "uuid": "9ebea062-a732-425e-a162-a0370d2cc3d3",
    "chapter": "02",
    "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
    "sub_chapter": "05",
    "sub_chapter_title": "Dairy products industry",
    "code": "02",
    "code_description": "sludges from on-site effluent treatment",
    "hazardous": false,
    "density": 0.922,
    "full_code": "02 05 02",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}