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": "27a9bf1f-42df-4164-b4ba-90b9d5486796",
        "chapter": "05",
        "chapter_title": "Petroleum\/Gas Production",
        "sub_chapter": "01",
        "sub_chapter_title": "Petroleum refining",
        "code": "03",
        "code_description": "tank bottom sludges",
        "hazardous": true,
        "density": 0.9,
        "full_code": "05 01 03*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "5a18db49-084e-426f-8dbc-3420acf4db9b",
        "chapter": "04",
        "chapter_title": "Leather\/Fur\/Textile Industry",
        "sub_chapter": "02",
        "sub_chapter_title": "Textile industry",
        "code": "16",
        "code_description": "dyestuffs and pigments containing hazardous substances",
        "hazardous": true,
        "density": 0.3626,
        "full_code": "04 02 16*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/27a9bf1f-42df-4164-b4ba-90b9d5486796

{
    "uuid": "27a9bf1f-42df-4164-b4ba-90b9d5486796",
    "chapter": "05",
    "chapter_title": "Petroleum\/Gas Production",
    "sub_chapter": "01",
    "sub_chapter_title": "Petroleum refining",
    "code": "03",
    "code_description": "tank bottom sludges",
    "hazardous": true,
    "density": 0.9,
    "full_code": "05 01 03*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}