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": "c5c7a483-8ff5-42df-86c3-4d769bad31df",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "waste hydraulic oils",
        "code": "11",
        "code_description": "synthetic hydraulic oils",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 01 11*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "afa9974c-f434-4b22-b3bc-6fdfaf0665fc",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "01",
        "sub_chapter_title": "Power stations and other combustion plants (except 19)",
        "code": "22",
        "code_description": "aqueous sludges from boiler cleansing containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "10 01 22*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/c5c7a483-8ff5-42df-86c3-4d769bad31df

{
    "uuid": "c5c7a483-8ff5-42df-86c3-4d769bad31df",
    "chapter": "13",
    "chapter_title": "Oil and Liquid Fuel Waste",
    "sub_chapter": "01",
    "sub_chapter_title": "waste hydraulic oils",
    "code": "11",
    "code_description": "synthetic hydraulic oils",
    "hazardous": true,
    "density": 0.9,
    "full_code": "13 01 11*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}