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": "2d5a39cf-5aeb-42ed-a7ad-141f0c9af9fc",
        "chapter": "12",
        "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
        "sub_chapter": "01",
        "sub_chapter_title": "wastes from shaping and physical and mechanical surface treatment of metals and plastics",
        "code": "13",
        "code_description": "welding wastes",
        "hazardous": false,
        "density": 0.9,
        "full_code": "12 01 13",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "30102eac-8e8e-4fdd-8f90-52026e2b990c",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "11",
        "sub_chapter_title": "waste linings and refractories",
        "code": "03",
        "code_description": "other linings and refractories from metallurgical processes containing hazardous substances",
        "hazardous": true,
        "density": 1.17,
        "full_code": "16 11 03*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/2d5a39cf-5aeb-42ed-a7ad-141f0c9af9fc

{
    "uuid": "2d5a39cf-5aeb-42ed-a7ad-141f0c9af9fc",
    "chapter": "12",
    "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
    "sub_chapter": "01",
    "sub_chapter_title": "wastes from shaping and physical and mechanical surface treatment of metals and plastics",
    "code": "13",
    "code_description": "welding wastes",
    "hazardous": false,
    "density": 0.9,
    "full_code": "12 01 13",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}