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": "b646be5d-cddd-43d6-9c47-f29903ffdcf6",
        "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": "03",
        "code_description": "non-ferrous metal",
        "hazardous": false,
        "density": 0.9,
        "full_code": "19 12 03",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "bda7a8c8-70d6-4304-8274-18a3b25ae36c",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "01",
        "sub_chapter_title": "Incineration or pyrolysis of waste",
        "code": "06",
        "code_description": "aqueous liquid wastes from gas treatment and other aqueous liquid wastes",
        "hazardous": true,
        "density": 0.9,
        "full_code": "19 01 06*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/b646be5d-cddd-43d6-9c47-f29903ffdcf6

{
    "uuid": "b646be5d-cddd-43d6-9c47-f29903ffdcf6",
    "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": "03",
    "code_description": "non-ferrous metal",
    "hazardous": false,
    "density": 0.9,
    "full_code": "19 12 03",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}