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": "ffd4053f-82aa-4da9-9872-87bfba1f94eb",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "06",
        "sub_chapter_title": "batteries and accumulators",
        "code": "04",
        "code_description": "alkaline batteries (except 16 06 03)",
        "hazardous": false,
        "density": 1.35,
        "full_code": "16 06 04",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "ec25d6dd-62d6-4df4-85ef-3092dea09564",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "09",
        "sub_chapter_title": "Preparation of water intended for human consumption or water for industrial use",
        "code": "01",
        "code_description": "solid waste from primary filtration and screenings",
        "hazardous": false,
        "density": 0.4035,
        "full_code": "19 09 01",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/ffd4053f-82aa-4da9-9872-87bfba1f94eb

{
    "uuid": "ffd4053f-82aa-4da9-9872-87bfba1f94eb",
    "chapter": "16",
    "chapter_title": "Other wastes from Industrial processes",
    "sub_chapter": "06",
    "sub_chapter_title": "batteries and accumulators",
    "code": "04",
    "code_description": "alkaline batteries (except 16 06 03)",
    "hazardous": false,
    "density": 1.35,
    "full_code": "16 06 04",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}