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": "e4b755cc-82b3-49ce-a544-e8525a07f45d",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "10",
        "sub_chapter_title": "Casting of non-ferrous pieces",
        "code": "03",
        "code_description": "furnace slag",
        "hazardous": false,
        "density": 1.08,
        "full_code": "10 10 03",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "4441931d-83e5-43a9-893e-8ebc1bb933ae",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "08",
        "sub_chapter_title": "Waste water treatment plants not otherwise specified",
        "code": "14",
        "code_description": "sludges from other treatment of industrial waste water other than those mentioned in 19 08 13",
        "hazardous": false,
        "density": 0.9,
        "full_code": "19 08 14",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e4b755cc-82b3-49ce-a544-e8525a07f45d

{
    "uuid": "e4b755cc-82b3-49ce-a544-e8525a07f45d",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "10",
    "sub_chapter_title": "Casting of non-ferrous pieces",
    "code": "03",
    "code_description": "furnace slag",
    "hazardous": false,
    "density": 1.08,
    "full_code": "10 10 03",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}