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": "e5ca690f-16e2-4b3f-b5a7-55d1ec2a29c3",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "01",
        "sub_chapter_title": "Incineration or pyrolysis of waste",
        "code": "18",
        "code_description": "pyrolysis wastes other than those mentioned in 19 01 17",
        "hazardous": false,
        "density": 0.9,
        "full_code": "19 01 18",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "aa0468c3-f713-4078-b32d-8b076dd0f393",
        "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": "02",
        "code_description": "wastes from spirits distillation",
        "hazardous": false,
        "density": 0.9,
        "full_code": "02 07 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e5ca690f-16e2-4b3f-b5a7-55d1ec2a29c3

{
    "uuid": "e5ca690f-16e2-4b3f-b5a7-55d1ec2a29c3",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "01",
    "sub_chapter_title": "Incineration or pyrolysis of waste",
    "code": "18",
    "code_description": "pyrolysis wastes other than those mentioned in 19 01 17",
    "hazardous": false,
    "density": 0.9,
    "full_code": "19 01 18",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}