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": "39fac9ff-8674-4b62-9955-bd2fc7c61f7d",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "03",
        "sub_chapter_title": "off-specification batches and unused products",
        "code": "04",
        "code_description": "inorganic wastes other than those mentioned in 16 03 03",
        "hazardous": false,
        "density": 0.9,
        "full_code": "16 03 04",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "69493cdc-ed9d-48ea-86ce-3c755b372225",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "02",
        "sub_chapter_title": "Physico\/chemical treatments of waste (including dechromatation - decyanidation - neutralisation)",
        "code": "07",
        "code_description": "oil and concentrates from separation",
        "hazardous": true,
        "density": 0.9,
        "full_code": "19 02 07*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/39fac9ff-8674-4b62-9955-bd2fc7c61f7d

{
    "uuid": "39fac9ff-8674-4b62-9955-bd2fc7c61f7d",
    "chapter": "16",
    "chapter_title": "Other wastes from Industrial processes",
    "sub_chapter": "03",
    "sub_chapter_title": "off-specification batches and unused products",
    "code": "04",
    "code_description": "inorganic wastes other than those mentioned in 16 03 03",
    "hazardous": false,
    "density": 0.9,
    "full_code": "16 03 04",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}