zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
News/DEV Community
Logo DEV Community

DEV Community

Latest news feed from DEV Community.

1 endpoint1 endpoint on this scraper34 calls34 calls so farupdated 4 months agoLast updated 5/27/2026, 1:31:59 PMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Latest Feed

Fetch latest articles from the RSS feed.

GET/v1/news:dev-to/feed5m cache2 paramschecking key…
Parameters
tagstring

Tag to filter. Default: news

limitnumber

Max items, 1-30. Default 20

·
Response
EXAMPLE
{
  "ok": true,
  "tag": "news",
  "count": 20,
  "items": [
    {
      "link": "https://dev.to/vitaliikiro/vitalii-kiro-the-drone-war-is-over-the-war-of-algorithms-begins-3m0l",
      "tags": [
        "ai",
        "algorithms",
        "machinelearning"
      ],
      "title": "Vitalii Kiro: The Drone War Is Over. The War of Algorithms Begins",
      "pubDate": "2026-05-27T11:27:30Z",
      "summary": "When people say that Ukraine has become a “testing ground” for Western technologies, there is some..."
    },
    {
      "link": "https://dev.to/rams901/anthropic-self-hosted-sandboxes-mcp-tunnels-enterprise-ai-agents-that-keep-your-data-behind-your-40ni",
      "tags": [
        "claude",
        "ai",
        "webdev"
      ],
      "title": "Anthropic Self-Hosted Sandboxes + MCP Tunnels: Enterprise AI Agents That Keep Your Data Behind Your Walls",
      "pubDate": "2026-05-27T06:21:00Z",
      "summary": "Anthropic Self-Hosted Sandboxes + MCP Tunnels: Enterprise AI Agents That Keep Your Data..."
    },
    {
      "link": "https://dev.to/onsen/i-built-a-git-tracked-book-production-pipeline-2b8m",
      "tags": [
        "discuss",
        "news",
        "tech"
      ],
      "title": "I Built a Git-Tracked Book Production Pipeline",
      "pubDate": "2026-05-27T07:25:01Z",
      "summary": "I Built a Git-Tracked Book Production Pipeline - Complete guide and honest review for 2026."
    }
  ],
  "source": "dev.to"
}

Code

Latest Feed
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("news:dev-to", "feed", {
  "tag": "news",
  "limit": 20
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Latest Feed/v1/news:dev-to/feed
2 params

Parameters

tagstringoptional
Tag to filter. Default: news
limitnumberoptional
Max items, 1-30. Default 20

Request

curl -X GET "https://api.zapi.ink/v1/news:dev-to/feed?tag=news&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "tag": "news",
  "count": 20,
  "items": [
    {
      "link": "https://dev.to/vitaliikiro/vitalii-kiro-the-drone-war-is-over-the-war-of-algorithms-begins-3m0l",
      "tags": [
        "ai",
        "algorithms",
        "machinelearning"
      ],
      "title": "Vitalii Kiro: The Drone War Is Over. The War of Algorithms Begins",
      "pubDate": "2026-05-27T11:27:30Z",
      "summary": "When people say that Ukraine has become a “testing ground” for Western technologies, there is some..."
    },
    {
      "link": "https://dev.to/rams901/anthropic-self-hosted-sandboxes-mcp-tunnels-enterprise-ai-agents-that-keep-your-data-behind-your-40ni",
      "tags": [
        "claude",
        "ai",
        "webdev"
      ],
      "title": "Anthropic Self-Hosted Sandboxes + MCP Tunnels: Enterprise AI Agents That Keep Your Data Behind Your Walls",
      "pubDate": "2026-05-27T06:21:00Z",
      "summary": "Anthropic Self-Hosted Sandboxes + MCP Tunnels: Enterprise AI Agents That Keep Your Data..."
    },
    {
      "link": "https://dev.to/onsen/i-built-a-git-tracked-book-production-pipeline-2b8m",
      "tags": [
        "discuss",
        "news",
        "tech"
      ],
      "title": "I Built a Git-Tracked Book Production Pipeline",
      "pubDate": "2026-05-27T07:25:01Z",
      "summary": "I Built a Git-Tracked Book Production Pipeline - Complete guide and honest review for 2026."
    }
  ],
  "source": "dev.to"
}

Related APIs

More in news

Bi Siaran Pers

newsbi-siaran-pers

Bank Indonesia — press releases (siaran pers)

796796 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Cnbc

newscnbc

CNBC — RSS feed by section

635635 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Marketwatch

newsmarketwatch

MarketWatch — RSS feed by section

657657 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Ojk Siaran Pers

newsojk-siaran-pers

Otoritas Jasa Keuangan — press releases (siaran pers)

645645 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Coindesk

newscoindesk

CoinDesk — RSS feed

565565 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Google News

newsgoogle-news

Latest news feed from Google News.

967967 calls so far5mResponses cached for 5m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.