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": "3d94d04a-06b9-4f55-a77a-c78f80394cd4",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "03",
        "sub_chapter_title": "off-specification batches and unused products",
        "code": "03",
        "code_description": "inorganic wastes containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "16 03 03*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "5e8249b3-1d2a-4842-bee2-46998f261cbe",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "06",
        "sub_chapter_title": "Anaerobic treatment of waste",
        "code": "05",
        "code_description": "liquor from anaerobic treatment of animal and vegetable waste",
        "hazardous": false,
        "density": 0.922,
        "full_code": "19 06 05",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/3d94d04a-06b9-4f55-a77a-c78f80394cd4

{
    "uuid": "3d94d04a-06b9-4f55-a77a-c78f80394cd4",
    "chapter": "16",
    "chapter_title": "Other wastes from Industrial processes",
    "sub_chapter": "03",
    "sub_chapter_title": "off-specification batches and unused products",
    "code": "03",
    "code_description": "inorganic wastes containing hazardous substances",
    "hazardous": true,
    "density": 0.9,
    "full_code": "16 03 03*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}