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": "da8484bb-4f16-409c-9781-b3bbce3e5c44",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "13",
        "sub_chapter_title": "Soil and groundwater remediation",
        "code": "05",
        "code_description": "sludges from groundwater remediation containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "19 13 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "26478c8a-a3ba-4996-89e8-8469a1b09c6c",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "11",
        "sub_chapter_title": "Oil regeneration",
        "code": "07",
        "code_description": "wastes from flue-gas cleaning",
        "hazardous": true,
        "density": 0.738,
        "full_code": "19 11 07*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/da8484bb-4f16-409c-9781-b3bbce3e5c44

{
    "uuid": "da8484bb-4f16-409c-9781-b3bbce3e5c44",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "13",
    "sub_chapter_title": "Soil and groundwater remediation",
    "code": "05",
    "code_description": "sludges from groundwater remediation containing hazardous substances",
    "hazardous": true,
    "density": 0.9,
    "full_code": "19 13 05*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}