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": "551d395a-220d-4d02-88bf-b61d02de34c5",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "01",
        "sub_chapter_title": "Power stations and other combustion plants (except 19)",
        "code": "05",
        "code_description": "calcium-based reaction wastes from flue-gas desulphurisation in solid form",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 01 05",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "b149c6f4-f7f1-4ab5-824f-7e9d0a9d2350",
        "chapter": "04",
        "chapter_title": "Leather\/Fur\/Textile Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "Leather and fur industry",
        "code": "08",
        "code_description": "waste tanned leather (blue sheetings, shavings, cuttings, buffing dust) containing chromium",
        "hazardous": false,
        "density": 0.21,
        "full_code": "04 01 08",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/551d395a-220d-4d02-88bf-b61d02de34c5

{
    "uuid": "551d395a-220d-4d02-88bf-b61d02de34c5",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "01",
    "sub_chapter_title": "Power stations and other combustion plants (except 19)",
    "code": "05",
    "code_description": "calcium-based reaction wastes from flue-gas desulphurisation in solid form",
    "hazardous": false,
    "density": 0.9,
    "full_code": "10 01 05",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}