Latest news feed from DEV Community.
Fetch latest articles from the RSS feed.
/v1/news:dev-to/feed5m cache2 paramschecking key…// 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);/v1/news:dev-to/feedtagstringoptionallimitnumberoptionalcurl -X GET "https://api.zapi.ink/v1/news:dev-to/feed?tag=news&limit=20" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"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"
}