<?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: Daniel Meszaros</title>
    <description>The latest articles on DEV Community by Daniel Meszaros (@staticcreation).</description>
    <link>https://dev.to/staticcreation</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4051617%2Ff05dda75-6670-475f-b392-d30cff44c720.png</url>
      <title>DEV Community: Daniel Meszaros</title>
      <link>https://dev.to/staticcreation</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/staticcreation"/>
    <language>en</language>
    <item>
      <title>I built a UK data API platform with 37 endpoints. Here's how it works</title>
      <dc:creator>Daniel Meszaros</dc:creator>
      <pubDate>Tue, 28 Jul 2026 15:05:50 +0000</pubDate>
      <link>https://dev.to/staticcreation/i-built-a-uk-data-api-platform-with-37-endpoints-heres-how-it-works-1c28</link>
      <guid>https://dev.to/staticcreation/i-built-a-uk-data-api-platform-with-37-endpoints-heres-how-it-works-1c28</guid>
      <description>&lt;p&gt;I've been building this solo for about 14 months and just went live last week.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://staticcreation.co.uk" rel="noopener noreferrer"&gt;StaticCreation&lt;/a&gt; is an API marketplace for UK public sector data. Instead of scraping Companies House, DVSA, Land Registry, EPC, and a dozen other sources separately, you get one API key that works across everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem I kept hitting
&lt;/h2&gt;

&lt;p&gt;Every time I built something that needed UK data, I'd spend weeks writing scrapers, handling rate limits, parsing inconsistent formats, and maintaining pipelines that break every time a government site changes. I figured other devs were doing the same thing.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's in there
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;1.2 billion records&lt;/strong&gt; across 16 datasets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Property:&lt;/strong&gt; EPC certificates, Land Registry transactions, planning applications&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vehicles:&lt;/strong&gt; DVLA data, full MOT history (832m test records), MIB insurance checks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Business:&lt;/strong&gt; Companies House profiles, officers, charges, filings&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Plus:&lt;/strong&gt; energy data, school/Ofsted ratings, crime stats, food data, fuel prices, trademarks, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How pricing works
&lt;/h2&gt;

&lt;p&gt;Buy tokens once (starts at £1.50 for 100), spend them per call. No subscriptions, no separate plans per dataset. One balance works across every endpoint.&lt;/p&gt;

&lt;h2&gt;
  
  
  Combined intelligence endpoints
&lt;/h2&gt;

&lt;p&gt;This is what I'm most proud of. Instead of calling 5 APIs yourself and joining the data, one call to Property Intelligence returns EPC + crime + schools + energy + price history for any UK address. Same idea for vehicles and companies.&lt;/p&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

&lt;p&gt;FastAPI backend, PostgreSQL, self-hosted on dedicated hardware in the UK. All data runs through my own ETL pipelines — no reselling third-party APIs. 15 GB cloud storage included for every paying customer.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'd love feedback on
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Is the pricing model clear enough?&lt;/li&gt;
&lt;li&gt;Are there UK datasets you'd want that I'm missing?&lt;/li&gt;
&lt;li&gt;Would you actually use something like this?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy to answer any questions about the build, the data partnerships, or the tech behind it.&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>python</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
