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": "dfa6fde7-aeba-4146-8817-ae33b5461ddf",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "10",
        "sub_chapter_title": "Shredding of metal-containing wastes",
        "code": "05",
        "code_description": "other fractions containing hazardous substances",
        "hazardous": true,
        "density": 0.2131,
        "full_code": "19 10 05*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "15230f56-6f75-41be-b513-f966c041814e",
        "chapter": "14",
        "chapter_title": "Solvents, Refrigerants and Propellants",
        "sub_chapter": "06",
        "sub_chapter_title": "waste organic solvents - refrigerants and foam\/aerosol propellants",
        "code": "05",
        "code_description": "sludges or solid wastes containing other solvents",
        "hazardous": true,
        "density": 0.9,
        "full_code": "14 06 05*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/dfa6fde7-aeba-4146-8817-ae33b5461ddf

{
    "uuid": "dfa6fde7-aeba-4146-8817-ae33b5461ddf",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "10",
    "sub_chapter_title": "Shredding of metal-containing wastes",
    "code": "05",
    "code_description": "other fractions containing hazardous substances",
    "hazardous": true,
    "density": 0.2131,
    "full_code": "19 10 05*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}