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": "99295505-fd6f-43ed-a5dd-69defc9704ba",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "09",
        "sub_chapter_title": "Preparation of water intended for human consumption or water for industrial use",
        "code": "05",
        "code_description": "saturated or spent ion exchange resins",
        "hazardous": false,
        "density": 0.418,
        "full_code": "19 09 05",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "f1a46e04-bdb0-4154-92aa-0b8120dfb143",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "05",
        "sub_chapter_title": "Aerobic treatment of solid wastes",
        "code": "02",
        "code_description": "non-composted fraction of animal and vegetable waste",
        "hazardous": false,
        "density": 0.3473,
        "full_code": "19 05 02",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/99295505-fd6f-43ed-a5dd-69defc9704ba

{
    "uuid": "99295505-fd6f-43ed-a5dd-69defc9704ba",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "09",
    "sub_chapter_title": "Preparation of water intended for human consumption or water for industrial use",
    "code": "05",
    "code_description": "saturated or spent ion exchange resins",
    "hazardous": false,
    "density": 0.418,
    "full_code": "19 09 05",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}