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": "d71581ce-1700-492f-9163-04a8e4987fde",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "01",
        "sub_chapter_title": "Manufacture - formulation - supply and use and removal of paint and varnish",
        "code": "13",
        "code_description": "sludges from paint or varnish containing organic solvents or other hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "08 01 13*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "b925313e-2ccd-45ea-9833-b2adf3594487",
        "chapter": "05",
        "chapter_title": "Petroleum\/Gas Production",
        "sub_chapter": "01",
        "sub_chapter_title": "Petroleum refining",
        "code": "06",
        "code_description": "oily sludges from maintenance operations of the plant or equipment",
        "hazardous": true,
        "density": 0.9,
        "full_code": "05 01 06*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/d71581ce-1700-492f-9163-04a8e4987fde

{
    "uuid": "d71581ce-1700-492f-9163-04a8e4987fde",
    "chapter": "08",
    "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
    "sub_chapter": "01",
    "sub_chapter_title": "Manufacture - formulation - supply and use and removal of paint and varnish",
    "code": "13",
    "code_description": "sludges from paint or varnish containing organic solvents or other hazardous substances",
    "hazardous": true,
    "density": 0.9,
    "full_code": "08 01 13*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}