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": "180b7c41-fdb5-46d0-8aa9-f282bb960a28",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "waste hydraulic oils",
        "code": "12",
        "code_description": "readily biodegradable hydraulic oils",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 01 12*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "0db39a1f-8dc0-4606-b1d0-1510b506bade",
        "chapter": "12",
        "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
        "sub_chapter": "01",
        "sub_chapter_title": "wastes from shaping and physical and mechanical surface treatment of metals and plastics",
        "code": "02",
        "code_description": "ferrous metal dust and particles",
        "hazardous": false,
        "density": 0.3037,
        "full_code": "12 01 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/180b7c41-fdb5-46d0-8aa9-f282bb960a28

{
    "uuid": "180b7c41-fdb5-46d0-8aa9-f282bb960a28",
    "chapter": "13",
    "chapter_title": "Oil and Liquid Fuel Waste",
    "sub_chapter": "01",
    "sub_chapter_title": "waste hydraulic oils",
    "code": "12",
    "code_description": "readily biodegradable hydraulic oils",
    "hazardous": true,
    "density": 0.9,
    "full_code": "13 01 12*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}