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": "85db40cc-77be-4740-9b29-642717a46b35",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "01",
        "sub_chapter_title": "Incineration or pyrolysis of waste",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "19 01 99",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "1c2efbdd-4dfb-42af-8e52-def5910d6a65",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "13",
        "code_description": "carbon-containing wastes from anode manufacture other than those mentioned in 10 08 12",
        "hazardous": false,
        "density": 0.236,
        "full_code": "10 08 13",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/85db40cc-77be-4740-9b29-642717a46b35

{
    "uuid": "85db40cc-77be-4740-9b29-642717a46b35",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "01",
    "sub_chapter_title": "Incineration or pyrolysis of waste",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "19 01 99",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}