Every article zuplo.com publishes, as JSON, through an open API with
no key and no signup. 111 of their articles are indexed right now, refreshed
hourly.
English#11,561 by volume
Four ways to pull zuplo.com
All four are ours, all four are live, and none of them needs a key.
JSON Search this publisher
Every article we hold from zuplo.com, newest first. Add q= to search inside.
curl -s "https://freenewsapi.ai/v1/search?host=zuplo.com&size=20"open it →
RSS Subscribe in any reader
The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.
curl -s "https://freenewsapi.ai/v1/rss?host=zuplo.com&size=50"open it →
JSON Feed For apps
JSON Feed 1.1, the same content in a format apps parse natively.
curl -s "https://freenewsapi.ai/v1/feed.json?host=zuplo.com&size=50"open it →
Trimmed For agents
Only the fields an agent needs — title, url, date, language — so the response stays small.
curl -s "https://freenewsapi.ai/v1/search?host=zuplo.com&size=20&fields=title,url,published_at,lang"open it →
Call the API
A live request. Paste it into a terminal and zuplo.com headlines come back as JSON.
2026-08-23 14:05 UTC · API Gateway · Zuplo; Nate Totten
A large API load test is an operational event. Use this playbook to coordinate providers, define success and abort criteria, budget the run, validate business systems, an
Write a custom policy that picks the model per request—for example, always routing to the cheapest active model—using the AI Gateway's public routing primitives.
Write a custom policy that chooses a backup model dynamically—for example, picking any active Anthropic model as the fallback—instead of a fixed entry in the Fallback Mod
Write a custom AI Gateway policy in TypeScript—a content filter that blocks prompts containing banned terms—declare it in policies.json, deploy it with a push, and add it
Every AI Gateway project deploys from a Git repository you own. Learn what the scaffolded repository contains, how pushes deploy to production, and which changes require
Team policy templates give every new app in a team a consistent starting policy chain, with per-policy controls over what each app may change or remove.
Each AI Gateway app runs an ordered chain of policies selected from the gateway's policies.json. Learn how the chain executes, how options and secrets are inherited, and
Once a tunnel exposes a service, your gateway calls it like any other backend — with a URL. Tunnel services use the service:// scheme instead of a hostname, so a service
IAM authentication lets your cloud provider decide whether a request from Zuplo is allowed to reach your backend. Instead of sharing a secret you both store, your gateway
The zuplo/tunnel image covers most deployments without configuration beyond TUNNEL_TOKEN. This page is for teams that need more control: pinning versions, tuning the tran
Put a CDN in front of your Zuplo gateway and drive its cache from response headers, with separate edge and client TTLs, per-entity purge tags, and stale responses through
Write your own inbound and outbound policy pair with the Cache API when no built-in policy fits your caching rules, from tenant-scoped keys and size and status filters to
Harvest it all
Page through the archive by date. from and to accept
YYYY-MM-DD or relative values such as now-7d.
Not a public one. This endpoint is the practical alternative: their articles as
structured JSON, with title, lead, publication time, section, byline and a link back to
the original.
How do I get their RSS feed?
Most publishers expose one at /rss or /feed, but feeds carry
only the last few dozen items and drop them within hours. This index keeps 111 of
their articles and lets you filter by date, language and section.
How many articles does zuplo.com publish per day?
2 on a median day, measured across 36 days.
Can I use this commercially?
The API is free and unauthenticated. What you may do with the content is between you
and the publisher: we return metadata, a lead paragraph and a link, not a licence.