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": "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"
    },
    {
        "uuid": "5014a6d8-6e8a-4e80-b78b-4e35c5252110",
        "chapter": "18",
        "chapter_title": "Healthcare Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "Natal care - diagnosis - treatment or prevention of disease in humans",
        "code": "10",
        "code_description": "amalgam waste from dental care",
        "hazardous": true,
        "density": 0.9,
        "full_code": "18 01 10*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/46c9f797-f1e8-411f-b8b2-75fb99d7f880

{
    "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"
}