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": "1f0767a3-5d3b-4a17-8251-a0b13111d58e",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "05",
        "sub_chapter_title": "oil\/water separator contents",
        "code": "06",
        "code_description": "oil from oil\/water separators",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 05 06*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "301f3d9e-ad02-4d0a-85fc-cd7f176d4b35",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "03",
        "sub_chapter_title": "stabilised\/solidified wastes",
        "code": "07",
        "code_description": "solidified wastes other than those mentioned in 19 03 06",
        "hazardous": false,
        "density": 0.36,
        "full_code": "19 03 07",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/1f0767a3-5d3b-4a17-8251-a0b13111d58e

{
    "uuid": "1f0767a3-5d3b-4a17-8251-a0b13111d58e",
    "chapter": "13",
    "chapter_title": "Oil and Liquid Fuel Waste",
    "sub_chapter": "05",
    "sub_chapter_title": "oil\/water separator contents",
    "code": "06",
    "code_description": "oil from oil\/water separators",
    "hazardous": true,
    "density": 0.9,
    "full_code": "13 05 06*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}