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": "d916e21c-4e84-41b3-a7a8-1ae0014e9fc3",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "09",
        "sub_chapter_title": "Casting of ferrous pieces",
        "code": "06",
        "code_description": "casting cores and moulds which have not undergone pouring other than those mentioned in 10 09 05",
        "hazardous": false,
        "density": 0.47,
        "full_code": "10 09 06",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "a884a38b-8a18-42c0-96e2-813a402d1463",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "11",
        "sub_chapter_title": "Manufacture of glass and glass products",
        "code": "16",
        "code_description": "solid wastes from flue-gas treatment other than those mentioned in 10 11 15",
        "hazardous": false,
        "density": 0.738,
        "full_code": "10 11 16",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/d916e21c-4e84-41b3-a7a8-1ae0014e9fc3

{
    "uuid": "d916e21c-4e84-41b3-a7a8-1ae0014e9fc3",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "09",
    "sub_chapter_title": "Casting of ferrous pieces",
    "code": "06",
    "code_description": "casting cores and moulds which have not undergone pouring other than those mentioned in 10 09 05",
    "hazardous": false,
    "density": 0.47,
    "full_code": "10 09 06",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}