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": "f84e1c36-22e1-418e-a4be-067470a04bf7",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "07",
        "sub_chapter_title": "Manufacture - formulation - supply and use of fine chemicals and chemical products not otherwise specified",
        "code": "08",
        "code_description": "other still bottoms and reaction residues",
        "hazardous": true,
        "density": 0.61,
        "full_code": "07 07 08*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "46c9f797-f1e8-411f-b8b2-75fb99d7f880",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "12",
        "sub_chapter_title": "Mechanical treatment of waste (for example sorting - crushing - compacting - pelletising) not otherwise specified",
        "code": "02",
        "code_description": "ferrous metal",
        "hazardous": false,
        "density": 0.3037,
        "full_code": "19 12 02",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/f84e1c36-22e1-418e-a4be-067470a04bf7

{
    "uuid": "f84e1c36-22e1-418e-a4be-067470a04bf7",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "07",
    "sub_chapter_title": "Manufacture - formulation - supply and use of fine chemicals and chemical products not otherwise specified",
    "code": "08",
    "code_description": "other still bottoms and reaction residues",
    "hazardous": true,
    "density": 0.61,
    "full_code": "07 07 08*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}