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": "1ac8ffb3-6a1d-448e-8de9-17d44d7a8570",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "01",
        "sub_chapter_title": "Agriculture - horticulture - aquaculture - forestry - hunting and fishing",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "02 01 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "6d1834d5-e14c-44b3-9069-4245b4b8c7a6",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "12",
        "sub_chapter_title": "Manufacture of ceramic goods - bricks - tiles and construction products",
        "code": "05",
        "code_description": "sludges and filter cakes from gas treatment",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 12 05",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/1ac8ffb3-6a1d-448e-8de9-17d44d7a8570

{
    "uuid": "1ac8ffb3-6a1d-448e-8de9-17d44d7a8570",
    "chapter": "02",
    "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
    "sub_chapter": "01",
    "sub_chapter_title": "Agriculture - horticulture - aquaculture - forestry - hunting and fishing",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "02 01 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}