<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Matthew Haysom</title>
    <description>The latest articles on DEV Community by Matthew Haysom (@mhaysom).</description>
    <link>https://dev.to/mhaysom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3859494%2Ff1484c53-af54-4732-9dca-3ffef097ca5c.png</url>
      <title>DEV Community: Matthew Haysom</title>
      <link>https://dev.to/mhaysom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mhaysom"/>
    <language>en</language>
    <item>
      <title>WasteCheck : UK Waste Compliance Infrastructure for Developers</title>
      <dc:creator>Matthew Haysom</dc:creator>
      <pubDate>Fri, 03 Apr 2026 12:53:48 +0000</pubDate>
      <link>https://dev.to/mhaysom/wastecheck-uk-waste-compliance-infrastructure-for-developers-5a3a</link>
      <guid>https://dev.to/mhaysom/wastecheck-uk-waste-compliance-infrastructure-for-developers-5a3a</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;a href="https://wastecheck.co.uk/blog/introducing-wastecheck" rel="noopener noreferrer"&gt;WasteCheck&lt;/a&gt;&lt;/strong&gt; is a REST API for UK waste compliance. Carrier verification, AI-powered EWC classification, and digital Waste Transfer Note generation. Free tier available, nothing else like it at the API level.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://wastecheck.co.uk/blog/introducing-wastecheck" rel="noopener noreferrer"&gt;WasteCheck&lt;/a&gt;&lt;/strong&gt; is a REST API for UK waste compliance. It verifies waste carriers against the Environment Agency register, classifies waste into EWC codes using AI, and generates digital Waste Transfer Notes. It's live, it has a free tier, and there's nothing else like it at the API level in the UK.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why we built it&lt;/strong&gt;&lt;br&gt;
The UK waste industry runs on manual processes. Carrier verification means going to the Environment Agency's website and typing in registration numbers one at a time. Waste classification means reading through the EA's technical guidance documents and picking an EWC code from a list of 650. Waste Transfer Notes are filled out on paper or in PDF forms.&lt;/p&gt;

&lt;p&gt;Meanwhile, DEFRA is mandating digital waste tracking. Waste receiving sites must submit structured data for every load they accept from October 2026. Waste collectors follow from October 2027. The data DEFRA requires includes validated EWC codes and carrier registration numbers for every movement.&lt;/p&gt;

&lt;p&gt;Waste management software platforms need this compliance infrastructure, but building it in-house means integrating with the EA register, building an AI classification pipeline, designing a WTN schema, and keeping it all maintained. &lt;a href="https://wastecheck.co.uk/blog/introducing-wastecheck" rel="noopener noreferrer"&gt;WasteCheck&lt;/a&gt; handles that so they can focus on their own product.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Three endpoints&lt;/strong&gt;&lt;br&gt;
Carrier verification checks a waste carrier's registration against the EA public register. Search by registration number, business name, or postcode. Returns status, tier, expiry date, and compliance flags. Cached for 24 hours.&lt;/p&gt;

&lt;p&gt;EWC classification takes a plain-English waste description and returns the correct European Waste Catalogue code(s) with confidence scoring and hazardous waste detection. Includes reasoning for audit trails. Cached for 7 days.&lt;/p&gt;

&lt;p&gt;WTN generation combines both into a compliance-checked digital Waste Transfer Note. Runs carrier verification and waste classification in parallel. Each WTN gets a unique reference and is stored for retrieval.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who it's for&lt;/strong&gt;&lt;br&gt;
Waste management software platforms that want to add compliance features without building the backend. Facilities management companies verifying carriers and producing WTNs across dozens of sites. Multi-site businesses (retail, hospitality, property) that produce waste at every location. Environmental consultancies that currently do manual EA register lookups.&lt;/p&gt;

&lt;p&gt;Sign up at &lt;a href="//app.wastecheck.co.uk"&gt;app.wastecheck.co.uk&lt;/a&gt;, grab your API key, and make your first call. No credit card required on the free tier. Full documentation at &lt;a href="//docs.wastecheck.co.uk"&gt;docs.wastecheck.co.uk&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>automation</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
