<?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: 张刀刀</title>
    <description>The latest articles on DEV Community by 张刀刀 (@_d3e8bbc015d6cc5ca127b).</description>
    <link>https://dev.to/_d3e8bbc015d6cc5ca127b</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%2F4110137%2Fe22db446-d509-4eda-b080-33bc7e11e068.png</url>
      <title>DEV Community: 张刀刀</title>
      <link>https://dev.to/_d3e8bbc015d6cc5ca127b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_d3e8bbc015d6cc5ca127b"/>
    <language>en</language>
    <item>
      <title>Building a no-signup REST API for 25 daily-updated public data sites</title>
      <dc:creator>张刀刀</dc:creator>
      <pubDate>Fri, 04 Sep 2026 17:24:25 +0000</pubDate>
      <link>https://dev.to/_d3e8bbc015d6cc5ca127b/building-a-no-signup-rest-api-for-25-daily-updated-public-data-sites-43g1</link>
      <guid>https://dev.to/_d3e8bbc015d6cc5ca127b/building-a-no-signup-rest-api-for-25-daily-updated-public-data-sites-43g1</guid>
      <description>&lt;p&gt;I maintain a group of small sites that archive daily public records and related cultural reference material. The hard part was not fetching JSON; it was deciding when data from multiple sources was complete enough to publish.&lt;/p&gt;

&lt;p&gt;I built a read-only REST API that normalizes the archive and aggregates 25 daily-updated series. Disclosure: I maintain the API and the linked 181649 / 49VIP sites.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="s1"&gt;'https://api.181649.com/api/v1/latest'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The API is free and requires no signup or API key. It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a stable response envelope;&lt;/li&gt;
&lt;li&gt;OpenAPI 3.1 and CORS;&lt;/li&gt;
&lt;li&gt;paginated historical records;&lt;/li&gt;
&lt;li&gt;30 requests per IP per minute;&lt;/li&gt;
&lt;li&gt;issue, date, number-count, and cross-site consistency checks;&lt;/li&gt;
&lt;li&gt;explicit provenance stating that the two public domains are mirrors of the same aggregation source.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For example, I reject the latest aggregate rather than returning a partial success when any of the 25 series is stale, has a mismatched issue/date, or duplicates another signature. Clients receive a 502 and can keep a previously validated cache.&lt;/p&gt;

&lt;p&gt;Docs: &lt;a href="https://api.181649.com/docs?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=public_api_launch" rel="noopener noreferrer"&gt;https://api.181649.com/docs?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=public_api_launch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;OpenAPI: &lt;a href="https://api.181649.com/openapi.json" rel="noopener noreferrer"&gt;https://api.181649.com/openapi.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub examples: &lt;a href="https://github.com/tengleisun1-stack/49-gallery-api" rel="noopener noreferrer"&gt;https://github.com/tengleisun1-stack/49-gallery-api&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The intended uses are archival work, integration testing, data-cleaning exercises, automation, and descriptive statistics. It does not offer wagering, payments, prize claims, or outcome guarantees.&lt;/p&gt;

&lt;p&gt;I would especially value feedback on the response schema, provenance fields, and whether downloadable yearly snapshots would be more useful than pagination alone.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>api</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
