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": "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"
    },
    {
        "uuid": "b60c4b9d-1274-4747-b2ef-546937e728f0",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "07",
        "sub_chapter_title": "Production of alcoholic and non-alcoholic beverages (except coffee - tea and cocoa)",
        "code": "05",
        "code_description": "sludges from on-site effluent treatment",
        "hazardous": false,
        "density": 0.922,
        "full_code": "02 07 05",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/b149c6f4-f7f1-4ab5-824f-7e9d0a9d2350

{
    "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"
}