no key · no human

Vjal API, RSS and sitemap

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

English#8,147 by volume

Four ways to pull vjal.ai

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

JSON Search this publisher

Every article we hold from vjal.ai, newest first. Add q= to search inside.

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

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

technology 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=vjal.ai&size=5"
225
articles indexed
225
in the last 30 days
34
median per day
1
languages
7 min
median crawl lag
26.08 → 05.09
archive depth

Publishing volume

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

2026-08-26: 31 articles2026-08-27: 15 articles2026-08-29: 38 articles2026-09-01: 34 articles2026-09-02: 31 articles2026-09-03: 35 articles2026-09-05: 41 articles08-2608-2708-2909-0109-0209-0309-05
bash
curl "https://freenewsapi.ai/v1/stats?host=vjal.ai&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 170809: 1220910: 581011: 281112: 01213: 01314: 01415: 01516: 01617: 01718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 0MonTue: 34TueWed: 62WedThu: 50ThuFri: 0FriSat: 79SatSun: 0Sun

Sections

Sections come from the publisher's own markup, present on 35% of their articles.

SectionArticles
technology79

Languages

CodeLanguageArticlesShare
enEnglish225100.0%

Latest articles

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

Egypt Explores Major Data Centre and AI Hub….
2026-09-05 10:04 UTC
{{ Egypt Explores Major Data Centre and AI Hub…. }} Read full article
Israeli researchers develop AI to detect hidden….
2026-09-05 10:01 UTC
{{ Israeli researchers develop AI to detect hidden…. }} Read full article
OpenAI begins rollout of new powerful AI….
2026-09-05 10:00 UTC
{{ OpenAI begins rollout of new powerful AI…. }} Read full article
The AI revolution and our kids | Fox News Video
2026-09-05 09:58 UTC
{{ The AI revolution and our kids | Fox News Video }} Read full article
Menu URL https://www.cbc.ca/player/play/video/9….
2026-09-05 09:57 UTC
{{ Menu URL https://www.cbc.ca/player/play/video/9…. }} Read full article
Workers say AI makes them look more skilled….
2026-09-05 09:52 UTC
{{ Workers say AI makes them look more skilled…. }} Read full article
Using AI to study: Medical students should….
2026-09-05 09:52 UTC
{{ Using AI to study: Medical students should…. }} Read full article
‘Attribution decay’ complicates AI-generated images….
2026-09-05 09:51 UTC
{{ ‘Attribution decay’ complicates AI-generated images…. }} Read full article
Study reveals a double standard in AI-assisted….
2026-09-05 09:50 UTC
{{ Study reveals a double standard in AI-assisted…. }} Read full article
Why Tech CEOs Are Backing Nvidia’s Hugging Face….
2026-09-05 09:48 UTC
{{ Why Tech CEOs Are Backing Nvidia’s Hugging Face…. }} Read full article
Upwind Security Reportedly Raising $300....
2026-09-05 09:45 UTC · technology
Archive Closes Funding Round
2026-09-05 09:44 UTC · technology
Crusoe raises over $3bn in funding....
2026-09-05 09:43 UTC · technology
UK AI platform AI Score raises $5.4m in....
2026-09-05 09:43 UTC · technology
OpenAI agents reach internet without lab’s….
2026-09-05 09:38 UTC
{{ OpenAI agents reach internet without lab’s…. }} Read full article
Betting big on AI
2026-09-05 09:37 UTC
{{ Betting big on AI }} Read full article

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=vjal.ai&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=vjal.ai&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 Vjal 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
35%
articles with sections
average page weight

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

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

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

How many articles does Vjal publish per day?

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