zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
News/DEV Community
Logo DEV Community

DEV Community

Latest news feed from DEV Community.

Endpoints
1
Requests
34
Updated
3 months ago
For LLMs
llms.txt
Endpoint health17 hours ago
  • feedslow, 2.2s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
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 examples

Latest Feed
zpi-sdkrecommended
// 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);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/news:dev-to/feed?tag=news&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETLatest Feed/v1/news:dev-to/feedFetch latest articles from the RSS feed.

Parameters

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

Request

curl -X GET "https://api.zpi.web.id/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

Ojk Siaran Pers

news/ojk-siaran-pers

Otoritas Jasa Keuangan — press releases (siaran pers)

645 calls·10m cache

Cnbc

news/cnbc

CNBC — RSS feed by section

588 calls·5m cache

Marketwatch

news/marketwatch

MarketWatch — RSS feed by section

657 calls·5m cache

Coindesk

news/coindesk

CoinDesk — RSS feed

565 calls·5m cache

Bi Siaran Pers

news/bi-siaran-pers

Bank Indonesia — press releases (siaran pers)

431 calls·10m cache

Cointelegraph

news/cointelegraph

Cointelegraph — RSS feed, main / tag / category

323 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026