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"
}