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": "8569b71e-6913-40d3-84fe-de9aec624396",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "11",
        "sub_chapter_title": "Oil regeneration",
        "code": "06",
        "code_description": "sludges from on-site effluent treatment other than those mentioned in 19 11 05",
        "hazardous": false,
        "density": 0.922,
        "full_code": "19 11 06",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "d8eae01f-550a-4fa6-ae61-231c9f380984",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "07",
        "sub_chapter_title": "wastes of liquid fuels",
        "code": "02",
        "code_description": "petrol",
        "hazardous": true,
        "density": 0.72,
        "full_code": "13 07 02*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/8569b71e-6913-40d3-84fe-de9aec624396

{
    "uuid": "8569b71e-6913-40d3-84fe-de9aec624396",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "11",
    "sub_chapter_title": "Oil regeneration",
    "code": "06",
    "code_description": "sludges from on-site effluent treatment other than those mentioned in 19 11 05",
    "hazardous": false,
    "density": 0.922,
    "full_code": "19 11 06",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}