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": "271eb540-f500-40f4-9cc3-9634946828b7",
        "chapter": "03",
        "chapter_title": "Wood\/Paper\/Card Processing",
        "sub_chapter": "03",
        "sub_chapter_title": "Pulp - paper and cardboard production and processing",
        "code": "07",
        "code_description": "mechanically separated rejects from pulping of waste paper and cardboard",
        "hazardous": false,
        "density": 0.9,
        "full_code": "03 03 07",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "27066843-b2c4-4fab-9b6e-f773decc12b9",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Manufacture - formulation - supply and use of bases",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "06 02 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/271eb540-f500-40f4-9cc3-9634946828b7

{
    "uuid": "271eb540-f500-40f4-9cc3-9634946828b7",
    "chapter": "03",
    "chapter_title": "Wood\/Paper\/Card Processing",
    "sub_chapter": "03",
    "sub_chapter_title": "Pulp - paper and cardboard production and processing",
    "code": "07",
    "code_description": "mechanically separated rejects from pulping of waste paper and cardboard",
    "hazardous": false,
    "density": 0.9,
    "full_code": "03 03 07",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}