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": "e4c55508-6578-414a-b3ae-92e76543cb45",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "04",
        "sub_chapter_title": "Manufacture - formulation - supply and use of adhesives and sealants (including waterproofing products)",
        "code": "11",
        "code_description": "adhesive and sealant sludges containing organic solvents or other hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "08 04 11*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "b9d48f52-4625-4e84-ba2e-e2ca580e6941",
        "chapter": "04",
        "chapter_title": "Leather\/Fur\/Textile Industry",
        "sub_chapter": "02",
        "sub_chapter_title": "Textile industry",
        "code": "17",
        "code_description": "dyestuffs and pigments other than those mentioned in 04 02 16",
        "hazardous": false,
        "density": 0.3626,
        "full_code": "04 02 17",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e4c55508-6578-414a-b3ae-92e76543cb45

{
    "uuid": "e4c55508-6578-414a-b3ae-92e76543cb45",
    "chapter": "08",
    "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
    "sub_chapter": "04",
    "sub_chapter_title": "Manufacture - formulation - supply and use of adhesives and sealants (including waterproofing products)",
    "code": "11",
    "code_description": "adhesive and sealant sludges containing organic solvents or other hazardous substances",
    "hazardous": true,
    "density": 0.9,
    "full_code": "08 04 11*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}