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": "7d42a6f6-2ece-4833-85f3-9e9ca919d68a",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "08",
        "sub_chapter_title": "gypsum-based construction material",
        "code": "01",
        "code_description": "gypsum-based construction materials contaminated with hazardous substances",
        "hazardous": true,
        "density": 0.6092,
        "full_code": "17 08 01*",
        "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/7d42a6f6-2ece-4833-85f3-9e9ca919d68a

{
    "uuid": "7d42a6f6-2ece-4833-85f3-9e9ca919d68a",
    "chapter": "17",
    "chapter_title": "Construction and Demolition Waste",
    "sub_chapter": "08",
    "sub_chapter_title": "gypsum-based construction material",
    "code": "01",
    "code_description": "gypsum-based construction materials contaminated with hazardous substances",
    "hazardous": true,
    "density": 0.6092,
    "full_code": "17 08 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}