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": "9bc67d72-63bb-41db-9a49-2f2eb3017980",
        "chapter": "20",
        "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
        "sub_chapter": "03",
        "sub_chapter_title": "other municipal wastes",
        "code": "02",
        "code_description": "waste from markets",
        "hazardous": false,
        "density": 0.14,
        "full_code": "20 03 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "314c66d5-d8b1-456e-9b67-c0a4d7f80b0b",
        "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": "01",
        "code_description": "paper and cardboard",
        "hazardous": false,
        "density": 0.2105,
        "full_code": "19 12 01",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/9bc67d72-63bb-41db-9a49-2f2eb3017980

{
    "uuid": "9bc67d72-63bb-41db-9a49-2f2eb3017980",
    "chapter": "20",
    "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
    "sub_chapter": "03",
    "sub_chapter_title": "other municipal wastes",
    "code": "02",
    "code_description": "waste from markets",
    "hazardous": false,
    "density": 0.14,
    "full_code": "20 03 02",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}