no key · no human

Vvariant API, RSS and sitemap

Every article Vvariant publishes, as JSON, through an open API with no key and no signup. 240 of their articles are indexed right now, refreshed hourly.

Ukraine#7,844 by volume

Four ways to pull vvariant.net

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from vvariant.net, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=vvariant.net&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=vvariant.net&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=vvariant.net&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=vvariant.net&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

conflict 80%health 10%society 10%

Call the API

A live request. Paste it into a terminal and Vvariant headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=vvariant.net&size=5"
240
articles indexed
240
in the last 30 days
56
median per day
0
languages
61 min
median crawl lag
13.08 → 06.09
archive depth

Publishing volume

Articles per day over the last 6 days. The busiest hour is 13:00 UTC — that is when the newsroom pushes its main batch.

2026-08-13: 30 articles2026-09-02: 12 articles2026-09-03: 23 articles2026-09-04: 57 articles2026-09-05: 56 articles2026-09-06: 62 articles08-1309-0209-0309-0409-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=vvariant.net&top=10"

Publishing rhythm

When Vvariant actually publishes, by hour of day (UTC) and by day of week — measured from 240 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 00506: 220607: 240708: 190809: 150910: 81011: 191112: 401213: 411314: 301415: 101516: 01617: 21718: 01819: 71920: 32021: 02122: 02223: 023
Mon: 0MonTue: 0TueWed: 12WedThu: 53ThuFri: 57FriSat: 56SatSun: 62Sun

Latest articles

The 18 most recent Vvariant articles in the index — the same rows the API returns, rendered for humans.

На Покровском направлении ВСУ нанесли огневой удар по укрытиям противника
2026-09-06 15:00 UTC
На Покровском направлении обстановка остается динамично
На Покровському напрямку ЗСУ завдали вогневого ураження по укриттях ворога
2026-09-06 15:00 UTC
На Покровському напрямку обстановка залишається динаміч
На Покровському напрямку ЗСУ продовжують ліквідацію ворога
2026-09-06 14:20 UTC
На Покровському напрямку Противник застосовує нову такти
На Покровском направлении ВСУ продолжают ликвидацию противника
2026-09-06 14:20 UTC
На Покровском направлении противник применяет новую такт
На Добропільському напрямку ЗСУ виявили і знищили укриття ворога
2026-09-06 13:55 UTC
На Добропільському напрямку дещо розширилася «сіра зона»
На Добропольском направлении ВСУ обнаружили и уничтожили укрытия противника
2026-09-06 13:55 UTC
На Добропольском направлении «серая зона» несколько расш
У ЗСУ розповіли про "сіру зону" на Лиманському напрямку
2026-09-06 13:30 UTC
На Лиманському напрямку тривають бої. Про це у своєму телегр
В ВСУ рассказали о "серой зоне" на Лиманском направлении
2026-09-06 13:30 UTC
На Лиманском направлении продолжаются бои. Об этом в своём Telegram-&
На Покровском направлении противник начал применять штурмовые группы "открывашки"
2026-09-06 13:20 UTC
На Покровском направлении противник начал применять штур
На Покровському напрямку ворог почав застосовувати штурмові групи "відкривачки"
2026-09-06 13:20 UTC
На Покровському напрямку ворог почав застосовувати штурм
На Південно-Донецькому напрямку фронту фіксується розширення "сірої зони"
2026-09-06 12:30 UTC
На Південно-Донецькому напрямку фронту фіксуються зміни
На Южно-Донецком направлении фронта отмечается расширение "серой зоны"
2026-09-06 12:30 UTC
На Ю жно- Д онецком направлении фронта фиксируются изменен
Враг не имеет достаточно штурмовых сил для продвижения на Славянском направлении, — 54 ОМБр
2026-09-06 12:20 UTC
Несмотря на попытки оккупантов усилить давление с помощью

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=vvariant.net&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=vvariant.net&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well Vvariant marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
0%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 61 min at the median, 20086 minutes at the 90th percentile.

FAQ

Does Vvariant have an official API?

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 240 of their articles and lets you filter by date, language and section.

How many articles does Vvariant publish per day?

56 on a median day, measured across 6 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.